summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html
diff options
context:
space:
mode:
authorFlorian Zschocke <f.zschocke+git@gmail.com>2023-10-12 21:19:17 +0200
committerFlorian Zschocke <f.zschocke+git@gmail.com>2023-10-12 21:19:17 +0200
commitdc623ae95dc93099c4d311f4cbccb29bf5e5c3b5 (patch)
tree63c7100c57209336ad0b16714229fa8008a7536f /src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html
parent2187e49cbc656a47454b43fe38815dac28fd27af (diff)
downloadgitblit-dc623ae95dc93099c4d311f4cbccb29bf5e5c3b5.tar.gz
gitblit-dc623ae95dc93099c4d311f4cbccb29bf5e5c3b5.zip
Update Git clients list on empty repository page
The page shown for an empty repository lists suggestions for Git clients, mostly GUI ones, and links to their web pages. The TortoiseGit client entry is removed since the URL is no longer valid. The excellent client Fork is added to the closed source clients section. This commit also cleans up some other entries, fixing broken tags, escaping ampersands and removing outdated or wrong information.
Diffstat (limited to 'src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html')
-rw-r--r--src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html
index d8fc0c1d..8b2ee64e 100644
--- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html
+++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html
@@ -35,7 +35,6 @@
<table>
<tbody>
<tr><td><a href="http://git-scm.com">Git</a></td><td>oficiální, z příkazové řádky</td></tr>
- <tr><td><a href="http://tortoisegit.googlecode.com">TortoiseGit</a></td><td>Integrace do Průzkumníka Windows (vyžaduje oficiální řádkový Git)</td></tr>
<tr><td><a href="http://eclipse.org/egit">Eclipse/EGit</a></td><td>Git pro Eclipse IDE (založený na JGit, jako Gitblit)</td></tr>
<tr><td><a href="http://gitextensions.github.io">Git Extensions</a></td><td>C# frontend pro Git, který obsahuje integraci do Průzkumníka Windows a do Visual Studia</td></tr>
<tr><td><a href="http://rowanj.github.io/gitx/">GitX-dev</a></td><td>Mac OS X Git klient</td></tr>
@@ -46,6 +45,7 @@
<table>
<tbody>
<tr><td><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a></td><td>Na Javě založený klient pro Git and Mercurial pro Windows, Mac a Linux</td></tr>
+ <tr><td><a href="https://git-fork.com/">Fork</a></td><td>Volný Git klient pro Windows a Mac</td></tr>
<tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>Volný Git a Mercurial klient pro Windows a Mac</td></tr>
<tr><td><a href="http://www.git-tower.com/">Tower</a></td><td>Mac OS X Git klient</td></tr>
</tbody>