diff options
-rw-r--r-- | doc/de/weechat.de.xml | 10 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 10 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 10 |
3 files changed, 15 insertions, 15 deletions
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml index f2a0c68ef..181622cdc 100644 --- a/doc/de/weechat.de.xml +++ b/doc/de/weechat.de.xml @@ -271,17 +271,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> - <section id="secCVSSources"> - <title>CVS Quellen</title> + <section id="secGITSources"> + <title>GIT Quellen</title> <para> - Warnung: CVS Quellen sind für fortgeschrittene Anwender, das Übersetzen könnte + Warnung: GIT Quellen sind für fortgeschrittene Anwender, das Übersetzen könnte fehlschlagen oder das Ergebnis nicht stabil sein. Sie wurden gewarnt! </para> <para> - Um die CVS Quellen zu bekommen, sind folgende Kommandos nötig: -<screen><prompt>$ </prompt><userinput>cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/weechat co weechat</userinput></screen> + Um die GIT Quellen zu bekommen, sind folgende Kommandos nötig: +<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index e1bf5f129..474614e47 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -267,17 +267,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> - <section id="secCVSSources"> - <title>CVS sources</title> + <section id="secGITSources"> + <title>GIT sources</title> <para> - Warning: CVS sources are for advanced users: it may not compile + Warning: GIT sources are for advanced users: it may not compile or not be stable. You're warned! </para> <para> - To get CVS sources, issue this command: -<screen><prompt>$ </prompt><userinput>cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/weechat co weechat</userinput></screen> + To get GIT sources, issue this command: +<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index f38f6b45d..1d04214b3 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -271,18 +271,18 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. </section> - <section id="secSourcesCVS"> - <title>Sources CVS</title> + <section id="secSourcesGIT"> + <title>Sources GIT</title> <para> - Attention : les sources CVS sont réservés aux utilisateurs + Attention : les sources GIT sont réservés aux utilisateurs avancés : il se peut que WeeChat ne compile pas et qu'il soit trčs instable. Vous ętes prévenus ! </para> <para> - Pour récupérer les sources CVS, tapez cette commande : -<screen><prompt>$ </prompt><userinput>cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/weechat co weechat</userinput></screen> + Pour récupérer les sources GIT, tapez cette commande : +<screen><prompt>$ </prompt><userinput>git-clone git://git.sv.gnu.org/weechat.git</userinput></screen> </para> <para> |