diff options
author | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-10-12 21:19:17 +0200 |
---|---|---|
committer | Florian Zschocke <f.zschocke+git@gmail.com> | 2023-10-12 21:19:17 +0200 |
commit | dc623ae95dc93099c4d311f4cbccb29bf5e5c3b5 (patch) | |
tree | 63c7100c57209336ad0b16714229fa8008a7536f /src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html | |
parent | 2187e49cbc656a47454b43fe38815dac28fd27af (diff) | |
download | gitblit-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_nl.html')
-rw-r--r-- | src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html index 0c4eb407..d1ab12d4 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html @@ -35,7 +35,6 @@ <table>
<tbody>
<tr><td><a href="http://git-scm.com">Git</a></td><td>de officiele, command-line Git</td></tr>
- <tr><td><a href="http://tortoisegit.googlecode.com">TortoiseGit</a></td><td>Windows bestandsverkenner integratie (officiele command-line Git is wel nodig)</td></tr>
<tr><td><a href="http://eclipse.org/egit">Eclipse/EGit</a></td><td>Git voor de Eclipse IDE (gebaseerd op JGit, zoals Gitblit)</td></tr>
<tr><td><a href="http://gitextensions.github.io">Git Extensions</a></td><td>C# frontend voor Git met Windows Explorer en Visual Studio integratie</td></tr>
<tr><td><a href="http://rowanj.github.io/gitx/">GitX-dev</a></td><td>een Mac OS X Git client</td></tr>
@@ -46,7 +45,8 @@ <table>
<tbody>
<tr><td><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a></td><td>Een Java Git, Mercurial, en SVN client applicatie (officiele command-line Git is wel nodig)</td></tr>
- <tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>Een gratis Mac Client voor Git en Mercurial</td></tr>
+ <tr><td><a href="https://git-fork.com/">Fork</a></td><td>Een gratis Mac en Windows Client voor Git</td></tr>
+ <tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>Een gratis Mac en Windows Client voor Git en Mercurial</td></tr>
<tr><td><a href="http://www.git-tower.com/">Tower</a></td><td>een Mac OS X Git client</td></tr>
</tbody>
</table>
|