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_ja.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_ja.html')
-rw-r--r-- | src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ja.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ja.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ja.html index 5a845be0..16dd50f5 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ja.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ja.html @@ -35,7 +35,6 @@ <table> <tbody> <tr><td><a href="http://git-scm.com">Git</a></td><td>本家コマンドライン版 Git</td></tr> - <tr><td><a href="http://tortoisegit.googlecode.com">TortoiseGit</a></td><td>Windows エクスプローラ統合型 GUI (要 本家コマンドライン版 Git)</td></tr> <tr><td><a href="http://eclipse.org/egit">Eclipse/EGit</a></td><td>エクリプス IDE 向け Git (Gitblit に似た JGit 使用 )</td></tr> <tr><td><a href="http://gitextensions.github.io">Git Extensions</a></td><td>Windows エクスプローラとVisual Studio に統合された、Git の C# 製 UI</td></tr> <tr><td><a href="http://rowanj.github.io/gitx/">GitX-dev</a></td><td>Mac OS X 向け Git クライアント</td></tr> @@ -46,6 +45,7 @@ <table> <tbody> <tr><td><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a></td><td>Windows, Mac, Linux 向け、Java製 Git & Mercurial クライアント</td></tr> + <tr><td><a href="https://git-fork.com/">Fork</a></td><td>フリーの Windows, Mac 向け Git クライアント</td></tr> <tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>フリーの Windows, Mac 向け Git & Mercurial クライアント</td></tr> <tr><td><a href="http://www.git-tower.com/">Tower</a></td><td>Mac OS X 向け Git クライアント</td></tr> </tbody> |