diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-01 10:14:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-01 10:14:32 +0100 |
commit | 3d4c4aac9bcd8aaf2e3335a18a083d59192f83a8 (patch) | |
tree | 4b8b31ad50daa7e9d38f393be0ad7f7d51e7b095 /doc | |
parent | 013165209af818daba6b6c5869e822ec9cb86fc3 (diff) | |
download | weechat-3d4c4aac9bcd8aaf2e3335a18a083d59192f83a8.zip |
doc: minor changes in developer's guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_dev.en.asciidoc | 4 | ||||
-rw-r--r-- | doc/fr/weechat_dev.fr.asciidoc | 4 | ||||
-rw-r--r-- | doc/ja/weechat_dev.ja.asciidoc | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc index 70f2283cc..2422a9261 100644 --- a/doc/en/weechat_dev.en.asciidoc +++ b/doc/en/weechat_dev.en.asciidoc @@ -303,7 +303,7 @@ WeeChat "core" is located in following directories: | test-string.cpp | Tests: strings | test-url.cpp | Tests: URLs | test-utf8.cpp | Tests: UTF-8 -| test-util.cpp | Tests: util functions +| test-util.cpp | Tests: utility functions |=== [[documentation_translations]] @@ -945,7 +945,7 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000, 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 way is -a Github pull request. A patch can also be sent by e-mail (made with `git diff` +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 (to close a GitHub issue): diff --git a/doc/fr/weechat_dev.fr.asciidoc b/doc/fr/weechat_dev.fr.asciidoc index 2b12b027f..f9a5cae59 100644 --- a/doc/fr/weechat_dev.fr.asciidoc +++ b/doc/fr/weechat_dev.fr.asciidoc @@ -116,7 +116,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | wee-upgrade.c | Mise à jour du cœur de WeeChat (tampons, lignes, historique, ...) | wee-url.c | Transfert d'URL (en utilisant libcurl) | wee-utf8.c | Fonctions UTF-8 -| wee-util.c | Quelques autres fonctions +| wee-util.c | Quelques autres fonctions utilitaires | wee-version.c | Fonctions pour la version de WeeChat | gui/ | Fonctions pour les tampons, fenêtres, ... (utilisées par toutes les interfaces) | gui-bar-item.c | Objets de barre @@ -961,7 +961,7 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000, 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 une "pull request" sur Github. Un patch +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 (pour fermer un bug GitHub) : diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index e93ca3bc5..cb315625f 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -938,7 +938,7 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000, Git リポジトリはこの URL にあります: https://github.com/weechat/weechat -バグや新機能のパッチは必ず master ブランチに対して適用できるものを作成し、Github の pull +バグや新機能のパッチは必ず master ブランチに対して適用できるものを作成し、GitHub の pull リクエストを使って提出することを推奨します。パッチは電子メールで送信することも可能です (`git diff` または `git format-patch` で作成してください)。 |