1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: add exec plugin in developer's guide

This commit is contained in:
Sebastien Helleu
2014-03-15 15:15:29 +01:00
parent fff24d0a23
commit 4ee2ef584d
3 changed files with 23 additions and 0 deletions
+7
View File
@@ -54,6 +54,7 @@ The main WeeChat directories are:
| alias/ | Alias plugin
| aspell/ | Aspell plugin
| charset/ | Charset plugin
| exec/ | Exec plugin
| fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat)
| irc/ | IRC (Internet Relay Chat) plugin
| logger/ | Logger plugin (write messages displayed to files)
@@ -172,6 +173,12 @@ WeeChat "core" is located in following directories:
| weechat-aspell-speller.c | Spellers management
| charset/ | Charset plugin
| charset.c | Charset functions
| exec/ | Exec plugin
| exec.c | Main exec functions
| exec-buffer.c | Exec buffer
| exec-command.c | Exec commands
| exec-completion.c | Exec completions
| exec-config.c | Exec config options (file exec.conf)
| fifo/ | Fifo plugin
| fifo.c | Main fifo functions
| fifo-info.c | Fifo info/infolists/hdata
+7
View File
@@ -55,6 +55,7 @@ Les répertoires principaux de WeeChat sont :
| alias/ | Extension Alias
| aspell/ | Extension Aspell
| charset/ | Extension Charset
| exec/ | Extension Exec
| fifo/ | Extension Fifo (tube FIFO utilisé pour envoyer des commandes à WeeChat)
| irc/ | Extension IRC (Internet Relay Chat)
| logger/ | Extension Logger (enregistrer les messages affichés dans des fichiers)
@@ -173,6 +174,12 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
| weechat-aspell-speller.c | Gestion des correcteurs orthographiques
| charset/ | Extension Charset
| charset.c | Fonctions pour Charset
| exec/ | Extension Exec
| exec.c | Fonctions principales de Exec
| exec-buffer.c | Tampon Exec
| exec-command.c | Commandes pour Exec
| exec-completion.c | Complétions pour Exec
| exec-config.c | Options de configuration pour Exec (fichier exec.conf)
| fifo/ | Extension Fifo
| fifo.c | Fonctions principales de Fifo
| fifo-info.c | Info/infolists/hdata pour Fifo
+9
View File
@@ -54,6 +54,8 @@ WeeChat の主要なリポジトリは 2 つあります:
| alias/ | alias プラグイン
| aspell/ | aspell プラグイン
| charset/ | charset プラグイン
// TRANSLATION MISSING
| exec/ | Exec plugin
| fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ)
| irc/ | IRC (Internet Relay Chat) プラグイン
| logger/ | logger プラグイン (表示されたメッセージをファイルに書き込む)
@@ -173,6 +175,13 @@ WeeChat "core" は以下のディレクトリに配置されています:
| weechat-aspell-speller.c | スペルチェッカ管理
| charset/ | charset プラグイン
| charset.c | charset 関数
// TRANSLATION MISSING
| exec/ | Exec plugin
| exec.c | Main exec functions
| exec-buffer.c | Exec buffer
| exec-command.c | Exec commands
| exec-completion.c | Exec completions
| exec-config.c | Exec config options (file exec.conf)
| fifo/ | fifo プラグイン
| fifo.c | fifo の主要関数
| fifo-info.c | fifo の情報/インフォリスト/hdata