fset: add fset plugin in user's guide
This commit is contained in:
parent
57f342feb6
commit
47bffefc1c
@ -222,6 +222,9 @@ Liste von häufig verwendeten Optionen:
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
kompiliert <<fifo_plugin,Fifo Erweiterung>>.
|
||||
|
||||
| ENABLE_FSET | `ON`, `OFF` | ON |
|
||||
kompiliert <<fset_plugin,Fset Erweiterung>>.
|
||||
|
||||
| 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
|
||||
|
||||
|
@ -214,6 +214,9 @@ List of commonly used options:
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
Compile <<fifo_plugin,Fifo plugin>>.
|
||||
|
||||
| ENABLE_FSET | `ON`, `OFF` | ON |
|
||||
Compile <<fset_plugin,Fset plugin>>.
|
||||
|
||||
| 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
|
||||
|
||||
|
@ -218,6 +218,9 @@ Liste des options couramment utilisées :
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
Compiler <<fifo_plugin,l'extension Fifo>>.
|
||||
|
||||
| ENABLE_FSET | `ON`, `OFF` | ON |
|
||||
Compiler <<fset_plugin,l'extension Fset>>.
|
||||
|
||||
| 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
|
||||
|
||||
|
@ -245,6 +245,9 @@ List of commonly used options:
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
Compile <<fifo_plugin,Fifo plugin>>.
|
||||
|
||||
| ENABLE_FSET | `ON`, `OFF` | ON |
|
||||
Compile <<fset_plugin,Fset plugin>>.
|
||||
|
||||
| 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
|
||||
|
||||
|
@ -218,6 +218,9 @@ cmake に対するオプションを指定するには、以下の書式を使
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
<<fifo_plugin,Fifo プラグイン>>のコンパイル。
|
||||
|
||||
| ENABLE_FSET | `ON`, `OFF` | ON |
|
||||
<<fset_plugin,Fset プラグイン>>のコンパイル。
|
||||
|
||||
| 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 プラグイン
|
||||
|
||||
|
@ -220,6 +220,9 @@ Lista popularnych opcji:
|
||||
| ENABLE_FIFO | `ON`, `OFF` | ON |
|
||||
Kompilacja <<fifo_plugin,wtyczki fifo>>.
|
||||
|
||||
| ENABLE_FSET | `ON`, `OFF` | ON |
|
||||
Kompilacja <<fset_plugin,wtyczki fset>>.
|
||||
|
||||
| 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user