doc: update links to git repositories (savannah -> github)

v2.8-utf8proc
Sebastien Helleu 2014-03-03 12:31:02 +01:00
parent bd06f0f60f
commit 61fee37095
27 changed files with 60 additions and 166 deletions

View File

@ -102,10 +102,8 @@ Please read the COPYING file for more information.
Web: <http://weechat.org/>
== FEHLER MELDEN
// TRANSLATION MISSING
== SUPPORT / REPORTING BUGS
Fehlerbeschreibungen oder Vorschläge für neue Funktionen können auf
der Savannah Webseite hinterlegt werden:
* Fehler: <http://savannah.nongnu.org/bugs/?group=weechat>
* Feature-Request: <http://savannah.nongnu.org/task/?group=weechat>
// TRANSLATION MISSING
For help or a bug report: <http://weechat.org/dev/support>

View File

@ -737,16 +737,8 @@ Damit WeeChat weniger Speicher benötigt, solltest Du folgende Tipps umsetzen:
[[bug_task_patch]]
=== Was kann ich machen falls ich einen Fehler gefunden habe, nach neuen Funktionen fragen oder Patches einsenden möchte?
Es gibt drei Möglichkeiten:
. Du kannst zu uns in den IRC kommen: 'irc.freenode.net', channel '#weechat'
. Du kannst die Internetseite Savannah nutzen:
* Einen Fehler melden: https://savannah.nongnu.org/bugs/?group=weechat
* Einen Verbesserungsvorschlag machen: https://savannah.nongnu.org/task/?group=weechat
* Einen Patch einsenden: https://savannah.nongnu.org/patch/?group=weechat
. Du kannst den Entwicklern mailen, entsprechende Mail-Adressen auf der Supportseite:
http://weechat.org/dev/support
(Um emails an die "support" Mailing-Liste zu schicken, kannst Du diese abonnieren)
// TRANSLATION MISSING
See: http://weechat.org/dev/support
[[gdb_error_threads]]
=== Wenn man WeeChat in gdb startet kann ein Thread-Fehler auftreten. Was beudeutet das?

View File

@ -72,7 +72,7 @@ $ cd ~/weechat-git
Falls Du git installiert hast, clone das git Repository (empfohlen):
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
$ cd weechat
----
@ -139,10 +139,3 @@ berichte uns darüber.
Auch falls alles korrekt funktionieren sollte gib uns trotzdem Bescheid, wir
brauchen Deine Rückmeldung!
[[links]]
== Nützliche Links
* GIT repository: http://git.savannah.gnu.org/gitweb/?p=weechat.git
* Bug tracker: https://savannah.nongnu.org/bugs/?group=weechat
* WeeChat commits RSS feed: http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=rss

View File

@ -298,7 +298,7 @@ sich die Quellen nicht kompilieren oder der Code ist nicht stabil. Sie sind gewa
Um die Git Quellen zu beziehen nutzen Sie folgende Befehle:
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
----
Folgen Sie bitte der Anleitung zur Erstellung aus Quellpaketen (siehe <<source_package,Quellpakete>>).

View File

@ -101,9 +101,6 @@ Please read the COPYING file for more information.
Web: <http://weechat.org/>
== REPORTING BUGS
== SUPPORT / REPORTING BUGS
Please report bugs or feature requests at Savannah website:
* bugs: <http://savannah.nongnu.org/bugs/?group=weechat>
* feature requests: <http://savannah.nongnu.org/task/?group=weechat>
For help or a bug report: <http://weechat.org/dev/support>

View File

@ -32,9 +32,9 @@ This manual documents WeeChat internals:
WeeChat has two main repositories:
* core repository: it contains source code and documentation,
URL is: http://git.savannah.gnu.org/gitweb/?p=weechat.git
URL is: https://github.com/weechat/weechat
* scripts: the 'official' scripts submitted on weechat.org,
URL is: http://git.savannah.gnu.org/gitweb/?p=weechat/scripts.git
URL is: https://github.com/weechat/scripts
This manual documents only core repository.
@ -918,10 +918,11 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000,
[[git_repository]]
=== Git repository
Git repository is at this URL: http://git.savannah.gnu.org/gitweb/?p=weechat.git
Git repository is at this URL: https://github.com/weechat/weechat
Any patch for bug or new feature must be done on master branch, preferred format
is a patch made with `git diff` or `git format-patch`, sent by e-mail.
Any patch for bug or new feature must be done on master branch, preferred way is
a Github pull request. A patch can also be sent by e-mail (made with `git diff`
or `git format-patch`).
Format of commit message is the following:

View File

@ -698,16 +698,7 @@ You can try following tips to consume less memory:
[[bug_task_patch]]
=== How should I report bugs, ask for new features or send patches?
There are 3 ways:
. you can join us on IRC: 'irc.freenode.net', channel '#weechat'
. you can use the Savannah website:
* report a bug: https://savannah.nongnu.org/bugs/?group=weechat
* request a new feature: https://savannah.nongnu.org/task/?group=weechat
* send a patch: https://savannah.nongnu.org/patch/?group=weechat
. you can mail developers, look at support page for developer's mails:
http://weechat.org/dev/support
(you can subscribe and send to "support" mailing list)
See: http://weechat.org/dev/support
[[gdb_error_threads]]
=== When I run WeeChat under gdb, there is error about threads, what can I do?

View File

@ -66,7 +66,7 @@ If you have git installed, you can just clone the git repository (recommended
way):
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
$ cd weechat
----
@ -130,11 +130,3 @@ Now if you experience strange behavior (it may have issues or crash or boil
your beer) don't hesitate to join `#weechat` at `irc.freenode.net` and tell us.
If it doesn't crash - tell us too, we need your feedback!
[[links]]
== Useful links
* GIT repository: http://git.savannah.gnu.org/gitweb/?p=weechat.git
* Bug tracker: https://savannah.nongnu.org/bugs/?group=weechat
* WeeChat commits RSS feed: http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=rss

View File

@ -296,7 +296,7 @@ stable. You're warned!
To get git sources, issue this command:
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
----
Then follow instructions for source package (see

View File

@ -103,10 +103,6 @@ Merci de consulter le fichier COPYING pour plus d'informations.
Site web : <http://weechat.org/>
== SIGNALER DES BUGS
== SUPPORT / SIGNALER DES BUGS
Merci de signaler les bugs ou demandes de nouvelles fonctionnalités sur le site
Savannah :
* bugs : <http://savannah.nongnu.org/bugs/?group=weechat>
* demandes de nouvelles fonctionnalités : <http://savannah.nongnu.org/task/?group=weechat>
Pour de l'aide ou signaler un bug : <http://weechat.org/dev/support>

View File

@ -33,9 +33,9 @@ Ce manuel documente l'intérieur de WeeChat :
WeeChat a deux dépôts principaux :
* dépôt principal : il contient le code source et la documentation, l'URL est :
http://git.savannah.gnu.org/gitweb/?p=weechat.git
https://github.com/weechat/weechat
* scripts : les scripts 'officiels' soumis sur weechat.org, l'URL est :
http://git.savannah.gnu.org/gitweb/?p=weechat/scripts.git
https://github.com/weechat/scripts
Ce manuel documente seulement le dépôt principal.
@ -934,11 +934,11 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000,
[[git_repository]]
=== Dépôt Git
Le dépôt Git est à cette URL : http://git.savannah.gnu.org/gitweb/?p=weechat.git
Le dépôt Git est à cette URL : https://github.com/weechat/weechat
Tout patch pour un bug ou une nouvelle fonctionnalité doit être effectué sur la
branche master, le format préféré étant un patch fait avec `git diff` ou
`git format-patch`, envoyé par e-mail.
branche master, le format préféré étant une "pull request" sur Github. Un patch
peut aussi être envoyé par e-mail (fait avec `git diff` ou `git format-patch`).
Le format du message de commit est le suivant :

View File

@ -727,16 +727,7 @@ Vous pouvez essayer les astuces suivantes pour consommer moins de mémoire :
[[bug_task_patch]]
=== Comment puis-je reporter un bug, demander une nouvelle fonctionnalité ou envoyer un patch ?
Il y a 3 possibilités :
. vous pouvez nous joindre sur IRC : 'irc.freenode.net', canal '#weechat'
. vous pouvez utiliser le site Savannah :
* reporter un bug: https://savannah.nongnu.org/bugs/?group=weechat
* demander une nouvelle fonctionnalité: https://savannah.nongnu.org/task/?group=weechat
* envoyer un patch: https://savannah.nongnu.org/patch/?group=weechat
. vous pouvez envoyer un mail aux développeurs, consultez la page support
pour les mails des développeurs : http://weechat.org/dev/support
(vous pouvez souscrire et envoyer à la liste de diffusion nommée "support")
Voir : http://weechat.org/dev/support
[[gdb_error_threads]]
=== Quand je lance WeeChat sous gdb, il y a une erreur à propos des threads, que puis-je faire ?

View File

@ -70,7 +70,7 @@ $ cd ~/weechat-git
Si vous avez git installé, vous pouvez cloner la base GIT (recommandé) :
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
$ cd weechat
----
@ -135,11 +135,3 @@ pas à nous en avertir sur `#weechat`, serveur `irc.freenode.net`.
S'il n'y a pas de plantage, dites-le nous aussi, nous avons besoin de votre
retour et de vos impressions !
[[links]]
== Liens intéressants
* Base GIT : http://git.savannah.gnu.org/gitweb/?p=weechat.git
* Bug tracker : https://savannah.nongnu.org/bugs/?group=weechat
* Flux RSS des commits WeeChat : http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=rss

View File

@ -300,7 +300,7 @@ que WeeChat ne compile pas et qu'il soit très instable. Vous êtes prévenus !
Pour récupérer les sources git, tapez cette commande :
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
----
Suivez alors les instructions du paquet source (voir

View File

@ -102,9 +102,8 @@ Please read the COPYING file for more information.
Web: <http://weechat.org/>
== REPORTING BUGS
// TRANSLATION MISSING
== SUPPORT / REPORTING BUGS
Please report bugs or feature requests at Savannah website:
* bugs: <http://savannah.nongnu.org/bugs/?group=weechat>
* feature requests: <http://savannah.nongnu.org/task/?group=weechat>
// TRANSLATION MISSING
For help or a bug report: <http://weechat.org/dev/support>

View File

@ -721,16 +721,8 @@ Esistono diversi trucchi per ottimizzare l'uso della memoria:
[[bug_task_patch]]
=== Come posso segnalare bug, richiedere nuove funzionalità o inviare patch?
Esistono 3 modi:
. entrando su IRC: 'irc.freenode.net', canale `#weechat'
. utilizzando il sito Savannah:
* segnalare un bug: https://savannah.nongnu.org/bugs/?group=weechat
* richiedere nuove funzionalità: https://savannah.nongnu.org/task/?group=weechat
* inviare una patch: https://savannah.nongnu.org/patch/?group=weechat
. è possibile scrivere agli sviluppatori, consultare la pagina di supporto per
le email dello sviluppatore: http://weechat.org/dev/support
(è possibile iscriversi ed inviare alla mailing list "support")
// TRANSLATION MISSING
See: http://weechat.org/dev/support
[[gdb_error_threads]]
=== Quando eseguo WeeChat in gdb, c'è un errore riguardo ai thread, cosa posso fare?

View File

@ -69,7 +69,7 @@ $ cd ~/weechat-git
Se si ha git installato, si può clonare il deposito git (raccomandato):
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
$ cd weechat
----
@ -135,11 +135,3 @@ o far bollire la vostra birra) non esitate ad entrare in `#weechat` su
Se non dovesse andare in crash - ditelo comunque, abbiamo bisogno dei vostri
commenti!
[[links]]
== Collegamenti utili
* Deposito GIT: http://git.savannah.gnu.org/gitweb/?p=weechat.git
* Bug tracker: https://savannah.nongnu.org/bugs/?group=weechat
* Feed RSS dei commit di WeeChat: http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=rss

View File

@ -311,7 +311,7 @@ compilare o essere instabili. Siete avvisati!
Per ottenere i sorgenti git, dare il comando:
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
----
Poi seguire le istruzioni per i sorgenti (consultare

View File

@ -99,9 +99,8 @@ GNU 一般公衆利用許諾契約書 (バージョン2か、希望によって
Web: <http://weechat.org/>
== バグ報告
// TRANSLATION MISSING
== SUPPORT / REPORTING BUGS
バグの報告や機能追加のリクエストは Savannah ウェブサイトで行なってください:
* バグの報告: <http://savannah.nongnu.org/bugs/?group=weechat>
* 機能追加のリクエスト: <http://savannah.nongnu.org/task/?group=weechat>
// TRANSLATION MISSING
For help or a bug report: <http://weechat.org/dev/support>

View File

@ -32,9 +32,9 @@ WeeChat (Wee Enhanced Environment for Chat)
WeeChat の主要なリポジトリは 2 つあります:
* コアリポジトリ: ソースコードと文書が含まれています、
URL は: http://git.savannah.gnu.org/gitweb/?p=weechat.git
URL は: https://github.com/weechat/weechat
* スクリプト: weechat.org に投稿された '公式' スクリプト、
URL は: http://git.savannah.gnu.org/gitweb/?p=weechat/scripts.git
URL は: https://github.com/weechat/scripts
このマニュアルはコアリポジトリの解説です。
@ -914,10 +914,12 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000,
[[git_repository]]
=== Git リポジトリ
Git リポジトリはこの URL にあります: http://git.savannah.gnu.org/gitweb/?p=weechat.git
Git リポジトリはこの URL にあります: https://github.com/weechat/weechat
バグや新機能のパッチは必ず master ブランチに対して適用できるものを作成し、`git diff`
または `git format-patch` でパッチを作成することを推奨します、パッチはメールで送信してください。
// TRANSLATION MISSING
Any patch for bug or new feature must be done on master branch, preferred way is
a Github pull request. A patch can also be sent by e-mail (made with `git diff`
or `git format-patch`).
コミットメッセージは以下のフォーマットに従ってください:

View File

@ -696,16 +696,8 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
[[bug_task_patch]]
=== どのようにバグ報告、新機能のリクエスト、パッチ送信すればよいですか。
3 つの方法があります:
. IRC に参加: 'irc.freenode.net' 、チャンネル '#weechat'
. Savannah ウェブサイトを利用:
* バグ報告: https://savannah.nongnu.org/bugs/?group=weechat
* 新機能のリクエスト: https://savannah.nongnu.org/task/?group=weechat
* パッチ送信: https://savannah.nongnu.org/patch/?group=weechat
. メールで開発者に連絡、開発者のメールアドレスはサポートページを参照:
http://weechat.org/dev/support
("support" メーリングリストを購読して送信することもできます)
// TRANSLATION MISSING
See: http://weechat.org/dev/support
[[gdb_error_threads]]
=== gdb で WeeChat を実行する場合、スレッドに関するエラーが発生します。

View File

@ -66,7 +66,7 @@ git がインストール済みの場合、git
リポジトリを clone してください (推奨):
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
$ cd weechat
----
@ -130,11 +130,3 @@ $ ~/weechat-git/bin/weechat
`irc.freenode.net` の `#weechat` に参加して、開発チームにこの挙動を教えてください。
クラッシュしなかったとしても教えてください。開発チームはあなたからのフィードバックをお待ちしています!
[[links]]
== 便利なリンク
* GIT リポジトリ: http://git.savannah.gnu.org/gitweb/?p=weechat.git
* バグトラッカー: https://savannah.nongnu.org/bugs/?group=weechat
* RSS フィードによる WeeChat コミット: http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=rss

View File

@ -295,7 +295,7 @@ $ ./configure --help
git ソースを入手するには、以下のコマンドを使ってください:
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
----
その後は、ソースパッケージの説明に従ってください

View File

@ -101,9 +101,8 @@ Pełna licencja znajduje się w pliku COPYING.
Strona www: <http://weechat.org/>
== ZGŁASZANIE BŁĘDÓW
// TRANSLATION MISSING
== SUPPORT / REPORTING BUGS
Błędy i propozycje nowych funkcji nelezy zglaszać na stronach Savannah:
* błędy: <http://savannah.nongnu.org/bugs/?group=weechat>
* nowe funkcje: <http://savannah.nongnu.org/task/?group=weechat>
// TRANSLATION MISSING
For help or a bug report: <http://weechat.org/dev/support>

View File

@ -701,16 +701,8 @@ W celu zmniejszenia używanej pamięci możesz zastosować się do poniższych r
[[bug_task_patch]]
=== Jak zgłaszać błędy, prosić o nowe możliwości lub wysyłać patche?
Są 3 możliwości:
. możesz dołączyć do nas na IRC: 'irc.freenode.net', kanał '#weechat'
. możesz użyć strony www Savannah:
* zgłosić błąd: https://savannah.nongnu.org/bugs/?group=weechat
* poprosić o nową możliwość: https://savannah.nongnu.org/task/?group=weechat
* wysłać patch: https://savannah.nongnu.org/patch/?group=weechat
. możesz napisać do deweloperów, na stronie wsparcia możesz znaleźć ich maile:
http://weechat.org/dev/support
(możesz się zapisać na listę mailingową "support" i na niej pisać)
// TRANSLATION MISSING
See: http://weechat.org/dev/support
[[gdb_error_threads]]
=== Kiedy uruchamiam WeeChat pod gdb dostaję komunikat o wątkach, co mogę z tym zrobić?

View File

@ -66,7 +66,7 @@ Jeśli masz zainstalowanego gita, po prostu sklonuj repozytorium (zalecana
metoda):
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
$ cd weechat
----
@ -131,11 +131,3 @@ lub zagotować Twoje piwo) nie wahaj się wejść na kanał `#weechat` na serwer
`irc.freenode.net` i nam o tym opowiedzieć.
Jeśli wszystko będzie w porządku - też nam o tym powiedz, potrzebujemy Twojej opinii!
[[links]]
== Przydatne linki
* Repozytorium GIT: http://git.savannah.gnu.org/gitweb/?p=weechat.git
* System śledzenia błędów: https://savannah.nongnu.org/bugs/?group=weechat
* Kanał RSS dokonywanych poprawek: http://git.savannah.gnu.org/gitweb/?p=weechat.git;a=rss

View File

@ -297,7 +297,7 @@ mogą się nie kompilować lub być niestabilne. Zostałeś ostrzeżony!
W celu pobrania źródeł z gita, wykonaj poniższą komendę:
----
$ git clone git://git.sv.gnu.org/weechat.git
$ git clone https://github.com/weechat/weechat.git
----
Następnie postępuj zgodnie z instrukcjami dla pakietów źródłowych (zobacz