From dc623ae95dc93099c4d311f4cbccb29bf5e5c3b5 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Thu, 12 Oct 2023 21:19:17 +0200 Subject: [PATCH] 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. --- .../java/com/gitblit/wicket/pages/EmptyRepositoryPage.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_cs.html | 2 +- .../com/gitblit/wicket/pages/EmptyRepositoryPage_de.html | 2 +- .../com/gitblit/wicket/pages/EmptyRepositoryPage_es.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_fr.html | 2 +- .../com/gitblit/wicket/pages/EmptyRepositoryPage_it.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_ja.html | 2 +- .../com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html | 2 +- .../com/gitblit/wicket/pages/EmptyRepositoryPage_nl.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_no.html | 6 +++--- .../com/gitblit/wicket/pages/EmptyRepositoryPage_pl.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_ru.html | 4 ++-- .../com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html | 4 ++-- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html index 2a151682..3761d34e 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage.html @@ -35,7 +35,6 @@ - @@ -46,7 +45,8 @@
Gitthe official, command-line Git
TortoiseGitWindows file explorer integration (requires official, command-line Git)
Eclipse/EGitGit for the Eclipse IDE (based on JGit, like Gitblit)
Git ExtensionsC# frontend for Git that features Windows Explorer and Visual Studio integration
GitX-deva Mac OS X Git client
- + +
SmartGit/HgA Java Git and Mercurial client for Windows, Mac, and Linux
SourceTreeA free Git and Mercurial client for Windows & Mac
ForkA free Git client for Windows & Mac
SourceTreeA free Git and Mercurial client for Windows & Mac
Towera Mac OS X Git client
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 @@ - @@ -46,6 +45,7 @@
Gitoficiální, z příkazové řádky
TortoiseGitIntegrace do Průzkumníka Windows (vyžaduje oficiální řádkový Git)
Eclipse/EGitGit pro Eclipse IDE (založený na JGit, jako Gitblit)
Git ExtensionsC# frontend pro Git, který obsahuje integraci do Průzkumníka Windows a do Visual Studia
GitX-devMac OS X Git klient
+ diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_de.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_de.html index cf5262b5..e55a13b6 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_de.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_de.html @@ -35,7 +35,6 @@
SmartGit/HgNa Javě založený klient pro Git and Mercurial pro Windows, Mac a Linux
ForkVolný Git klient pro Windows a Mac
SourceTreeVolný Git a Mercurial klient pro Windows a Mac
TowerMac OS X Git klient
- @@ -46,6 +45,7 @@
Gitder offizielle Kommandozeilen-Git-Client
TortoiseGitWindows Datei Explorer Integration (erfordert den offiziellen Kommandozeilen-Client)
Eclipse/EGitGit für die Eclipse IDE (basiert auf JGit, ebenso wie Gitblit)
Git ExtensionsC# Frontend für Git mit Windows Explorer und Visual Studio Integration
GitX-devein Mac OS X Git Client
+ diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_es.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_es.html index 8c0cab56..25d151dd 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_es.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_es.html @@ -37,7 +37,6 @@
SmartGit/HgEin Java Git und Mercurial Client für Windows, Mac und Linux
ForkEin freier Git Client für Windows und Mac
SourceTreeEin freier Git und Mercurial Client für Windows und Mac
TowerEin Mac OS X Git Client
- @@ -48,7 +47,8 @@
GitEl Git oficial en línea de comandos
TortoiseGitExplorador de archivos integrado en Windows (necesita Git oficial en línea de comandos)
Eclipse/EGitGit para el IDE de Eclipse (basado en JGit, como Gitblit)
Git ExtensionsInterfaz de usuario gráfico Git en C# con integración en IE y en Visual Studio
GitX-devCliente Git para Mac OS X
- + +
SmartGit/Hgaplicación Java (necesita Git oficial en línea de comandos)
SourceTreeUn cliente Git gratuito para Mac, Mercurial, y SVN
ForkUn cliente Git gratuito para Mac y Windows
SourceTreeUn cliente Git y Mercurial gratuito para Mac y Windows
TowerCliente Git para Mac OS X
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_fr.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_fr.html index dd30ade4..5b1c96ed 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_fr.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_fr.html @@ -35,7 +35,6 @@ - @@ -46,6 +45,7 @@
GitVersion officielle de Git, en ligne de commande
TortoiseGitIntégration de Git dans l'explorateur de fichiers Windows (nécessite l'application officielle Git, en ligne de commande)
Eclipse/EGitModule Git pour l'IDE Eclipse (basé sur JGit, comme Gitblit)
Git ExtensionsClient pour Git écrit en C#, intégré à l'Explorateur de fichier de Windows et à Visual Studio
GitX-devClient Git pour Mac OS X
+ diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_it.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_it.html index d2bf8903..52ce941e 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_it.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_it.html @@ -35,7 +35,6 @@
SmartGit/HgUn client Git et Mercurial écrit Java pour Windows, Mac, et Linux
ForkUn client Git gratuit pour Windows et Mac
SourceTreeUn client Git et Mercurial gratuit pour Windows et Mac
TowerClient Git pour Mac OS
- @@ -46,7 +45,8 @@
Gitla versione ufficiale di Git, da riga di comando
TortoiseGitIntegrazione per Windows Explorer (richiede la versione ufficiale di Git da riga di comando)
Eclipse/EGitGit per ambienti di sviluppo basati su Eclipse (basato su JGit, come Gitblit)
Git Extensionsapplicazione C# che integra Git in Windows Explorer e Visual Studio
GitX-devun client Git per Mac OS X
- + +
SmartGit/HgUn client Git e Mercurial scritto in Java per Windows, Mac, and Linux
SourceTreeUn client Git e Mercurial gratuito per Windows & Mac
ForkUn client Git gratuito per Windows & Mac
SourceTreeUn client Git e Mercurial gratuito per Windows & Mac
TowerUn client Git per Mac OS X
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 @@ - @@ -46,6 +45,7 @@
Git本家コマンドライン版 Git
TortoiseGitWindows エクスプローラ統合型 GUI (要 本家コマンドライン版 Git)
Eclipse/EGitエクリプス IDE 向け Git (Gitblit に似た JGit 使用 )
Git ExtensionsWindows エクスプローラとVisual Studio に統合された、Git の C# 製 UI
GitX-devMac OS X 向け Git クライアント
+ diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html index c5623593..56135d90 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html @@ -36,7 +36,6 @@
SmartGit/HgWindows, Mac, Linux 向け、Java製 Git & Mercurial クライアント
Forkフリーの Windows, Mac 向け Git クライアント
SourceTreeフリーの Windows, Mac 向け Git & Mercurial クライアント
TowerMac OS X 向け Git クライアント
- @@ -47,6 +46,7 @@
Git명령어 기반 공식 Git
TortoiseGit윈도의 파일 탐색기에 통합된 UI 클라이언트 (명령어 기반 공식 Git 필요)
Eclipse/EGit이클립스 IDE 플러그인 (Gitblit 과 같은 JGit 기반)
Git Extensions윈도 탐색기와 비주얼스튜디어를 위한 C#으로 개발된 기능
GitX-dev맥 OS X 용 Git 클라이언트
+ 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 @@
SmartGit/Hg자바 어플리케이션 (명령어 기반 공식 Git 필요)
Fork윈도와 맥에서 사용 가능한 Git 용 무료 클라이언트
SourceTree윈도와 맥에서 사용 가능한 Git 과 Mercurial용 무료 클라이언트
Tower맥 OS X 용 Git 클라이언트
- @@ -46,7 +45,8 @@
Gitde officiele, command-line Git
TortoiseGitWindows bestandsverkenner integratie (officiele command-line Git is wel nodig)
Eclipse/EGitGit voor de Eclipse IDE (gebaseerd op JGit, zoals Gitblit)
Git ExtensionsC# frontend voor Git met Windows Explorer en Visual Studio integratie
GitX-deveen Mac OS X Git client
- + +
SmartGit/HgEen Java Git, Mercurial, en SVN client applicatie (officiele command-line Git is wel nodig)
SourceTreeEen gratis Mac Client voor Git en Mercurial
ForkEen gratis Mac en Windows Client voor Git
SourceTreeEen gratis Mac en Windows Client voor Git en Mercurial
Towereen Mac OS X Git client
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_no.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_no.html index 48c5421f..1a8e03bb 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_no.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_no.html @@ -34,8 +34,7 @@

Open Source Git Clients

- - + @@ -46,8 +45,9 @@
a href="http://git-scm.com">Git - den offisielle, kommando-linje git
a href="http://tortoisegit.googlecode.com">TortoiseGit - Windows filutforsker integrasjon (krever den offisielle kommando-linje git versjonen installert
Git - den offisielle, kommando-linje git
Eclipse/EGit - Git for Eclipse IDE (basert p\u00e5 JGit, akkurat som Gitblit er)
Git Extensions - En C# frontend for Git som integrerer med filutforskeren og Visual Studio.
GitX-dev - En git klient for OS X
+ - +
SmartGit/Hg - En Git og Mercurial klient for Windows, Mac, og Linux
Fork - En gratis Git klient for Windows og Mac
SourceTree - En gratis Git og Mercurial klient for Windows og Mac
a href="http://www.git-tower.com/">Tower - En git klient for Mac OS X
Tower - En git klient for Mac OS X
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pl.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pl.html index 893683e1..ab47efea 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pl.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pl.html @@ -37,7 +37,6 @@ - @@ -48,7 +47,8 @@
GitOficjalny klient, dostępny przez linię poleceń
TortoiseGitRozszerzenie eksploratora Windows (wymaga oficjalnego, dostępnego przez linię poleceń klienta)
Eclipse/EGitGIT dla edytora Eclipse (oparty o JGit, podobnie jak Gitblit)
Git Extensionsnapisana w C# fasada na GIT, udostępniająca integrację dla Windows Explorer oraz Visual Studio
GitX-devklient GIT na Mac OS X
- + +
SmartGit/Hgaplikacja napisana w Javie (wymaga oficjalnego, dostępnego przez linię poleceń klienta)
SourceTreedarmowy klient GIT, Mercurial i SVN na Mac OS X
Forkdarmowy klient GIT na Mac OS X i Windows
SourceTreedarmowy klient GIT i Mercurial na Mac OS X i Windows
Towerklient GIT na Mac OS X
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html index 20fcc25c..20069870 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_pt_BR.html @@ -35,7 +35,6 @@ - @@ -46,7 +45,8 @@
Gito Git oficial através de linhas de comando
TortoiseGitFaz integração do Explorer do Windows com o Git (por isso requer o Git Oficial)
Eclipse/EGitGit para a IDE Eclipse (baseada no JGit, como o Gitblit)
Git ExtensionsInterface (em C#) para o Git cuja a característica é a integração com o Windows Explorer e o Visual Studio
GitX-devum Cliente do Git para Mac OS X
- + +
SmartGit/HgAplicação Client (em Java) para Git e Mercurial (por isso requer o Git Oficial)
SourceTreeClient gratuito para o Mac que suporta Git e Mercurial
ForkClient gratuito para o Mac e Windows que suporta Git
SourceTreeClient gratuito para o Mac e Windows que suporta Git e Mercurial
Towerum Cliente do Git para Mac OS X
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ru.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ru.html index d7d06906..f260287a 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ru.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ru.html @@ -35,7 +35,6 @@ - @@ -46,7 +45,8 @@
Gitthe official, command-line Git
TortoiseGitWindows file explorer integration (requires official, command-line Git)
Eclipse/EGitGit for the Eclipse IDE (based on JGit, like Gitblit)
Git ExtensionsC# frontend for Git that features Windows Explorer and Visual Studio integration
GitX-deva Mac OS X Git client
- + +
SmartGit/HgA Java Git and Mercurial client for Windows, Mac, and Linux
SourceTreeA free Git and Mercurial client for Windows & Mac
ForkA free Git client for Windows & Mac
SourceTreeA free Git and Mercurial client for Windows & Mac
Towera Mac OS X Git client
diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html index 462954c8..d954e1ec 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_zh_CN.html @@ -36,7 +36,6 @@ - @@ -47,7 +46,8 @@
Git官方, 命令行版本 Git
TortoiseGit与 Windows 资源管理器集成 (需要官方, 命令行 Git 的支持)
Eclipse/EGitGit for the Eclipse IDE (基于 JGit, 类似 Gitblit)
Git ExtensionsC# 版本的 Git 前端,与 Windows 资源管理器和 Visual Studio 集成
GitX-devMac OS X Git 客户端
- + +
SmartGit/HgJava 版本的支持 Git, Mercurial 和 SVN 客户端应用
SourceTree免费的 Mac Git Mercurial 以及 SVN 客户端 and Mercurial
Fork免费的 Mac 以及 Windows Git 客户端
SourceTree免费的 Mac 以及 Windows Git 以及 Mercurial 客户端
TowerMac OS X Git 客户端
-- 2.39.5