diff options
author | Moxie <moxie@localhost> | 2014-10-28 09:42:19 -0400 |
---|---|---|
committer | Moxie <moxie@localhost> | 2014-10-28 09:42:19 -0400 |
commit | 584328285c5defcf59cb3fc11494f9f056be79c8 (patch) | |
tree | 89ae1b50298afccd37350ce503dc1ebfc84f7493 /setup_transport_ssh.html | |
parent | 892246e3a79528c3d2c1d975686c9113a0b084d5 (diff) | |
download | gitblit-584328285c5defcf59cb3fc11494f9f056be79c8.tar.gz gitblit-584328285c5defcf59cb3fc11494f9f056be79c8.zip |
updated pages
Diffstat (limited to 'setup_transport_ssh.html')
-rw-r--r-- | setup_transport_ssh.html | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/setup_transport_ssh.html b/setup_transport_ssh.html index bc5febb9..d6660913 100644 --- a/setup_transport_ssh.html +++ b/setup_transport_ssh.html @@ -120,18 +120,18 @@ <li class='dropdown'> <!-- Menu --> <a class='dropdown-toggle' href='#' data-toggle='dropdown'>downloads<b class='caret'></b></a> <ul class='dropdown-menu'> -<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.6.1.zip'>Gitblit GO (Windows)</a></li> -<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.6.1.tar.gz'>Gitblit GO (Linux/OSX)</a></li> -<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.6.1.war'>Gitblit WAR</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.6.2.zip'>Gitblit GO (Windows)</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.6.2.tar.gz'>Gitblit GO (Linux/OSX)</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gitblit-1.6.2.war'>Gitblit WAR</a></li> <li class='divider'></li> <li><a href='https://registry.hub.docker.com/u/jmoger/gitblit/'>Gitblit GO (Docker)</a></li> <li class='divider'></li> <li><a href='http://plugins.gitblit.com'>Plugins Registry</a></li> <li class='divider'></li> -<li><a href='http://dl.bintray.com/gitblit/releases/manager-1.6.1.zip'>Gitblit Manager</a></li> -<li><a href='http://dl.bintray.com/gitblit/releases/fedclient-1.6.1.zip'>Federation Client</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/manager-1.6.2.zip'>Gitblit Manager</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/fedclient-1.6.2.zip'>Federation Client</a></li> <li class='divider'></li> -<li><a href='http://dl.bintray.com/gitblit/releases/gbapi-1.6.1.zip'>API Library</a></li> +<li><a href='http://dl.bintray.com/gitblit/releases/gbapi-1.6.2.zip'>API Library</a></li> <li class='divider'></li> <li><a href='https://bintray.com/gitblit/releases/gitblit'>Bintray (1.4.0+)</a></li> <li><a href='https://code.google.com/p/gitblit/downloads/list?can=1'>GoogleCode (pre-1.4.0)</a></li> @@ -152,6 +152,10 @@ <li><a href='https://twitter.com/gitblit'>Twitter</a></li> <li><a href='http://www.ohloh.net/p/gitblit'>Ohloh</a></li> <li class='divider'></li> +<li><a href='https://vimeo.com/86164723'>Gitblit Tickets screencast</a></li> +<li><a href='https://asciinema.org/a/9342'>Gitblit SSH and Plugin Management asciicast</a></li> +<li><a href='http://episodes.gitminutes.com/2014/05/gitminutes-29-james-moger-on-gitblit.html'>GitMinutes #29: James Moger on Gitblit</a></li> +<li class='divider'></li> <li><a href='https://plus.google.com/+JamesMoger'>+JamesMoger</a></li> <li><a href='https://twitter.com/JamesMoger'>@JamesMoger</a></li> </ul></li> <!-- End Menu --> @@ -232,7 +236,7 @@ cat c:\<userfolder>\.ssh\id_rsa.pub | ssh -l <username> -p 29418 < </table> <h3 class="section" id='H13'><a href="#H13" class="sectionlink"><i class="icon-share-alt"> </i></a>Mac OSX Fonts</h3><p>Many of Gitblit's SSH commands rely on ANSI border characters to provide a pretty presentation of data. Unfortunately, the fonts provided by Apple - while very nice - don't work well with ANSI border characters. The following public domain fixed-width, fixed-point, bitmapped fonts work very nicely. I find the 6x12 font with a line spacing of ~0.8 to be quite acceptable.</p><p><a href="6x12.dfont">6x12.dfont</a><br/><a href="6x13.dfont">6x13.dfont</a><br/><a href="7x13.dfont">7x13.dfont</a><br/><a href="7x14.dfont">7x14.dfont</a> <!-- End Markdown --> -<div ><ul class="pager"><li class="previous"><a href="setup_transport_http.html">← using HTTP/HTTPS</a></li> <li class="next"><a href="eclipse_plugin.html">using the Eclipse plugin →</a></li></ul></div><footer class="footer"><p class="pull-right">generated 2014-10-20</p>
+<div ><ul class="pager"><li class="previous"><a href="setup_transport_http.html">← using HTTP/HTTPS</a></li> <li class="next"><a href="eclipse_plugin.html">using the Eclipse plugin →</a></li></ul></div><footer class="footer"><p class="pull-right">generated 2014-10-28</p>
<p>The content of this page is licensed under the <a href="http://creativecommons.org/licenses/by/3.0">Creative Commons Attribution 3.0 License</a>.</p> </footer> </div> |