James Moger
2014-03-27 478ba80a807868f1775fdf4df665b596248fbeea
src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html
@@ -6,7 +6,7 @@
<body>
<wicket:extend>
<div class="container">
   <h2>空版本库</h2>
   <p></p>
      <div class="row">
@@ -32,6 +32,9 @@
        版本库,并进行推送。</span>
      <p></p>
      <pre wicket:id="remoteSyntax" style="padding: 5px 30px;"></pre>
      <span style="padding-bottom:5px;">If your repository is meant to be kept in sync with an upstream repository, then you may add it.</span>
      <p></p>
      <pre wicket:id="upstreamSyntax" style="padding: 5px 30px;"></pre>
      <p></p>
      <h3>学习 Git</h3>
      如果您不明白这些信息什么意思, 您可以参考 <a href="http://book.git-scm.com">Git Community Book</a> 或者 <a href="http://progit.org/book" target="_blank">Pro Git</a> 去更加深入的学习 Git 的用法。
@@ -42,14 +45,16 @@
         <li><a href="http://tortoisegit.googlecode.com">TortoiseGit</a> - 与 Windows 资源管理器集成 (需要官方, 命令行 Git 的支持)</li>
         <li><a href="http://eclipse.org/egit">Eclipse/EGit</a> - Git for the Eclipse IDE (基于 JGit, 类似 Gitblit)</li>
         <li><a href="https://code.google.com/p/gitextensions/">Git Extensions</a> - C# 版本的 Git 前端,与 Windows 资源管理器和 Visual Studio 集成</li>
         <li><a href="http://gitx.laullon.com/">GitX (L)</a> - Mac OS X Git 客户端</li>
         <li><a href="http://rowanj.github.io/gitx/">GitX-dev</a> - Mac OS X Git 客户端</li>
      </ul>
      <p></p>
      <h4>商业/闭源 Git 客户端</h4>
      <ul>
         <li><a href="http://www.syntevo.com/smartgit">SmartGit</a> - Java 版本的支持 Git, Mercurial 和 SVN 客户端应用 (需要官方, 命令行 Git 的支持)</li>
         <li><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a> - Java 版本的支持 Git, Mercurial 和 SVN 客户端应用 (需要官方, 命令行 Git 的支持)</li>
         <li><a href="http://www.sourcetreeapp.com/">SourceTree</a> - 免费的 Mac Git Mercurial 以及 SVN 客户端, Mercurial, and SVN</li>
         <li><a href="http://www.git-tower.com/">Tower</a> - Mac OS X Git 客户端</li>
      </ul>
</div>
</wicket:extend>   
</body>
</html>