From 47bffefc1c003a89006288b48d0e1be6040fa94b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 25 Jun 2017 21:19:43 +0200 Subject: [PATCH] fset: add fset plugin in user's guide --- doc/de/weechat_user.de.adoc | 36 ++++++++++++++++++++++++++++++++++ doc/en/weechat_user.en.adoc | 39 ++++++++++++++++++++++++++++++++++--- doc/fr/weechat_user.fr.adoc | 35 ++++++++++++++++++++++++++++++++- doc/it/weechat_user.it.adoc | 38 ++++++++++++++++++++++++++++++++++++ doc/ja/weechat_user.ja.adoc | 36 ++++++++++++++++++++++++++++++++++ doc/pl/weechat_user.pl.adoc | 36 ++++++++++++++++++++++++++++++++++ 6 files changed, 216 insertions(+), 4 deletions(-) diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index 6292d0076..9e82ca045 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -222,6 +222,9 @@ Liste von häufig verwendeten Optionen: | ENABLE_FIFO | `ON`, `OFF` | ON | kompiliert <>. +| ENABLE_FSET | `ON`, `OFF` | ON | + kompiliert <>. + | ENABLE_GNUTLS | `ON`, `OFF` | ON | kompiliert Gnutls (für SSL). @@ -535,6 +538,7 @@ Folgende Dateien findet man im Heimatverzeichnis: | charset.conf | Konfiguration für _charset_-Erweiterung | Nein. | exec.conf | Konfiguration für _exec_-Erweiterung | Nein. | fifo.conf | Konfiguration für _fifo_-Erweiterung | Nein. +| fset.conf | Konfiguration für _fset_-Erweiterung | Nein. | irc.conf | Konfiguration für _irc_-Erweiterung | *Ja*: Datei kann Passwörter für Server, Nickserv oder Channels enthalten (sofern diese nicht in `sec.conf` gesichert sind). | logger.conf | Konfiguration für _logger_-Erweiterung | Nein. | relay.conf | Konfiguration für _relay_-Erweiterung | Nein. @@ -2053,6 +2057,8 @@ Standarderweiterungen: | charset | Zeichensatz (de)-kodierung in Buffern. | exec | ausführen von externen Befehlen aus WeeChat heraus. | fifo | FIFO Pipe die zur Fernsteuerung von WeeChat genutzt werden kann. +// TRANSLATION MISSING +| fset | Fast set of WeeChat and plugins options. | irc | IRC Chat-Protokoll. | logger | erstellt Protokolldateien von Buffern. | relay | Daten via Netzwerk übermitteln. @@ -2397,6 +2403,36 @@ include::autogen/user/fifo_options.adoc[] include::autogen/user/fifo_commands.adoc[] +[[fset_plugin]] +=== Fset Erweiterung + +// TRANSLATION MISSING +Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat +and plugin options. + +[[fset_options]] +==== Optionen (fset.conf) + +Sektionen: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Sektion | Steuerbefehl | Beschreibung +| color | /set fset.color.* | Farben. +// TRANSLATION MISSING +| format | /set fset.format.* | Formats used to display list of options. +| look | /set fset.look.* | Erscheinungsbild. +|=== + +Optionen: + +include::autogen/user/fset_options.adoc[] + +[[fset_commands]] +==== Befehle + +include::autogen/user/fset_commands.adoc[] + [[irc_plugin]] === IRC Erweiterung diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 2ec32368b..18bbb6e27 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -214,6 +214,9 @@ List of commonly used options: | ENABLE_FIFO | `ON`, `OFF` | ON | Compile <>. +| ENABLE_FSET | `ON`, `OFF` | ON | + Compile <>. + | ENABLE_GNUTLS | `ON`, `OFF` | ON | Enable Gnutls (for SSL). @@ -527,6 +530,7 @@ The files in home directory are: | charset.conf | Configuration file for _charset_ plugin | No. | exec.conf | Configuration file for _exec_ plugin | No. | fifo.conf | Configuration file for _fifo_ plugin | No. +| fset.conf | Configuration file for _fset_ plugin | No. | irc.conf | Configuration file for _irc_ plugin | *Yes*: it can contain passwords for servers, nickserv and channels (if not stored in `sec.conf`). | logger.conf | Configuration file for _logger_ plugin | No. | relay.conf | Configuration file for _relay_ plugin | No. @@ -2004,6 +2008,7 @@ Default plugins are: | charset | Charset decoding/encoding for buffers. | exec | Execution of external commands in WeeChat. | fifo | FIFO pipe used to remotely send commands to WeeChat. +| fset | Fast set of WeeChat and plugins options. | irc | IRC chat protocol. | logger | Log buffers to files. | relay | Relay data via network. @@ -2121,9 +2126,9 @@ Sections: [width="100%",cols="3m,6m,16",options="header"] |=== -| Section | Control command | Description -| format | /set buflist.format.* | Formats used to display list of buffers. -| look | /set buflist.look.* | Look and feel. +| Section | Control command | Description +| format | /set buflist.format.* | Formats used to display list of buffers. +| look | /set buflist.look.* | Look and feel. |=== Options: @@ -2339,6 +2344,34 @@ include::autogen/user/fifo_options.adoc[] include::autogen/user/fifo_commands.adoc[] +[[fset_plugin]] +=== Fset plugin + +Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat +and plugin options. + +[[fset_options]] +==== Options (fset.conf) + +Sections: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| color | /set fset.color.* | Colors. +| format | /set fset.format.* | Formats used to display list of options. +| look | /set fset.look.* | Look and feel. +|=== + +Options: + +include::autogen/user/fset_options.adoc[] + +[[fset_commands]] +==== Commands + +include::autogen/user/fset_commands.adoc[] + [[irc_plugin]] === IRC plugin diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index eb6318150..817138138 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -218,6 +218,9 @@ Liste des options couramment utilisées : | ENABLE_FIFO | `ON`, `OFF` | ON | Compiler <>. +| ENABLE_FSET | `ON`, `OFF` | ON | + Compiler <>. + | ENABLE_GNUTLS | `ON`, `OFF` | ON | Activer Gnutls (pour SSL). @@ -538,6 +541,7 @@ Les fichiers dans le répertoire principal sont : | charset.conf | Fichier de configuration de l'extension _charset_ | Non. | exec.conf | Fichier de configuration de l'extension _exec_ | Non. | fifo.conf | Fichier de configuration de l'extension _fifo_ | Non. +| fset.conf | Fichier de configuration de l'extension _fset_ | Non. | irc.conf | Fichier de configuration de l'extension _irc_ | *Oui*: il peut contenir des mots de passes pour les serveurs, nickserv et les canaux (si non stockés dans `sec.conf`). | logger.conf | Fichier de configuration de l'extension _logger_ | Non. | relay.conf | Fichier de configuration de l'extension _relay_ | Non. @@ -2065,12 +2069,13 @@ Les extensions par défaut sont : [width="100%",cols="^1,5",options="header"] |=== | Extension | Description -| alias | Définir des alias pour les commandes. +| alias | Définition d'alias pour les commandes. | aspell | Vérification orthographique de la ligne de commande. | buflist | Objet de barre avec la liste des tampons. | charset | Encodage/encodage avec jeu de caractère sur les tampons. | exec | Exécution de commandes externes dans WeeChat. | fifo | Tube FIFO pour envoyer des commandes à distance vers WeeChat. +| fset | Modification rapide des options de WeeChat et des extensions. | irc | Discussion avec le protocole IRC. | logger | Enregistrement des tampons dans des fichiers. | relay | Relai de données via le réseau. @@ -2421,6 +2426,34 @@ include::autogen/user/fifo_options.adoc[] include::autogen/user/fifo_commands.adoc[] +[[fset_plugin]] +=== Extension Fset + +L'extension Fset affiche une liste des options dans un tampon et aide à définir +les options de WeeChat et des extensions. + +[[fset_options]] +==== Options (fset.conf) + +Sections : + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Commande de contrôle | Description +| color | /set fset.color.* | Couleurs. +| format | /set fset.format.* | Formats utilisés pour afficher la liste des options. +| look | /set fset.look.* | Aspect/présentation. +|=== + +Options : + +include::autogen/user/fset_options.adoc[] + +[[fset_commands]] +==== Commandes + +include::autogen/user/fset_commands.adoc[] + [[irc_plugin]] === Extension IRC diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index bcbd06a82..05f550efd 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -245,6 +245,9 @@ List of commonly used options: | ENABLE_FIFO | `ON`, `OFF` | ON | Compile <>. +| ENABLE_FSET | `ON`, `OFF` | ON | + Compile <>. + | ENABLE_GNUTLS | `ON`, `OFF` | ON | Enable Gnutls (for SSL). @@ -567,6 +570,7 @@ The files in home directory are: | charset.conf | Configuration file for _charset_ plugin | No. | exec.conf | Configuration file for _exec_ plugin | No. | fifo.conf | Configuration file for _fifo_ plugin | No. +| fset.conf | Configuration file for _fset_ plugin | No. | irc.conf | Configuration file for _irc_ plugin | *Yes*: it can contain passwords for servers, nickserv and channels (if not stored in `sec.conf`). | logger.conf | Configuration file for _logger_ plugin | No. | relay.conf | Configuration file for _relay_ plugin | No. @@ -2122,6 +2126,8 @@ I plugin predefiniti sono: // TRANSLATION MISSING | exec | Execution of external commands in WeeChat. | fifo | pipe FIFO utilizzata per inviare comandi da remoto su WeeChat. +// TRANSLATION MISSING +| fset | Fast set of WeeChat and plugins options. | irc | protocollo chat per IRC. | logger | Registra i buffer su file. | relay | Relay dei dati via rete. @@ -2485,6 +2491,38 @@ include::autogen/user/fifo_options.adoc[] include::autogen/user/fifo_commands.adoc[] +[[fset_plugin]] +=== Fset plugin + +// TRANSLATION MISSING +Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat +and plugin options. + +[[fset_options]] +==== Opzioni (fset.conf) + +// TRANSLATION MISSING +Sections: + +// TRANSLATION MISSING +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Section | Control command | Description +| color | /set fset.color.* | Colors. +| format | /set fset.format.* | Formats used to display list of options. +| look | /set fset.look.* | Look and feel. +|=== + +// TRANSLATION MISSING +Options: + +include::autogen/user/fset_options.adoc[] + +[[fset_commands]] +==== Comandi + +include::autogen/user/fset_commands.adoc[] + [[irc_plugin]] === Plugin IRC diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 1f03b8abd..05428f139 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -218,6 +218,9 @@ cmake に対するオプションを指定するには、以下の書式を使 | ENABLE_FIFO | `ON`, `OFF` | ON | <>のコンパイル。 +| ENABLE_FSET | `ON`, `OFF` | ON | + <>のコンパイル。 + | ENABLE_GNUTLS | `ON`, `OFF` | ON | Gnutls の有効化 (SSL 用)。 @@ -530,6 +533,7 @@ WeeChat を設定するにはこのファイルを編集するか、WeeChat | charset.conf | _charset_ プラグイン用の設定ファイル | 保護されません | exec.conf | _exec_ プラグイン用の設定ファイル | 保護されません | fifo.conf | _fifo_ プラグイン用の設定ファイル | 保護されません +| fset.conf | _fset_ プラグイン用の設定ファイル | 保護されません | irc.conf | _irc_ プラグイン用の設定ファイル | *保護されます*: サーバ、nickserv、チャンネルのパスワードを保存することが可能です (これらのデータが `sec.conf` に保存されない場合) | logger.conf | _logger_ プラグイン用の設定ファイル | 保護されません | relay.conf | _relay_ プラグイン用の設定ファイル | 保護されません @@ -2004,6 +2008,8 @@ _スクリプト_ とは `/python` 等のコマンドで _python_ | charset | バッファの文字コードに従ってデコード/エンコード | exec | WeeChat 内部から外部コマンドを実行 | fifo | 外部から WeeChat にコマンドを送信するための FIFO パイプ +// TRANSLATION MISSING +| fset | Fast set of WeeChat and plugins options. | irc | IRC チャットプロトコル | logger | バッファの内容をファイルに保存 | relay | ネットワーク経由でデータを中継 @@ -2339,6 +2345,36 @@ include::autogen/user/fifo_options.adoc[] include::autogen/user/fifo_commands.adoc[] +[[fset_plugin]] +=== Fset プラグイン + +// TRANSLATION MISSING +Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat +and plugin options. + +[[fset_options]] +==== オプション (fset.conf) + +セクション: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| セクション | 操作コマンド | 説明 +| color | /set fset.color.* | 色 +// TRANSLATION MISSING +| format | /set fset.format.* | Formats used to display list of options. +| look | /set fset.look.* | 外観 +|=== + +オプション: + +include::autogen/user/fset_options.adoc[] + +[[fset_commands]] +==== コマンド + +include::autogen/user/fset_commands.adoc[] + [[irc_plugin]] === IRC プラグイン diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index dda85b909..0ad17a7a4 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -220,6 +220,9 @@ Lista popularnych opcji: | ENABLE_FIFO | `ON`, `OFF` | ON | Kompilacja <>. +| ENABLE_FSET | `ON`, `OFF` | ON | + Kompilacja <>. + | ENABLE_GNUTLS | `ON`, `OFF` | ON | Włączenie Gnutls (dla SSL). @@ -534,6 +537,7 @@ Pliki w katalogu domowym: | charset.conf | Plik konfiguracyjny wtyczki _charset_ | Nie. | exec.conf | Plik konfiguracyjny wtyczki _exec_ | Nie. | fifo.conf | Plik konfiguracyjny wtyczki _fifo_ | Nie. +| fset.conf | Plik konfiguracyjny wtyczki _fset_ | Nie. | irc.conf | Plik konfiguracyjny wtyczki _irc_ | *Tak*: Może zawierać hasła dla serwerów, nickserva i kanałów (jeśli nie zostały zapisane w `sec.conf`). | logger.conf | Plik konfiguracyjny wtyczki _logger_ | Nie. | relay.conf | Plik konfiguracyjny wtyczki _relay_ | Nie. @@ -2019,6 +2023,8 @@ Domyślne wtyczki: | charset | Ustawianie kodowania dla buforów. | exec | Wykonuje zewnętrzną komendę z poziomu WeeChat. | fifo | Kolejka FIFO używana do zdalnego wysyłania poleceń dla WeeChat. +// TRANSLATION MISSING +| fset | Fast set of WeeChat and plugins options. | irc | Protokół IRC. | logger | Logowanie zawartości buforów do plików. | relay | Przekazuje dane przez sieć. @@ -2357,6 +2363,36 @@ include::autogen/user/fifo_options.adoc[] include::autogen/user/fifo_commands.adoc[] +[[fset_plugin]] +=== Wtyczka Fset + +// TRANSLATION MISSING +Fast Set plugin displays a list of options in a buffer, and helps to set WeeChat +and plugin options. + +[[fset_options]] +==== Opcje (fset.conf) + +Sekcje: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Sekcja | Komenda | Opis +| color | /set fset.color.* | Kolory. +// TRANSLATION MISSING +| format | /set fset.format.* | Formats used to display list of options. +| look | /set fset.look.* | Wygląd. +|=== + +Opcje: + +include::autogen/user/fset_options.adoc[] + +[[fset_commands]] +==== Komendy + +include::autogen/user/fset_commands.adoc[] + [[irc_plugin]] === Wtyczka IRC