doc: add buflist plugin in developer's guide

This commit is contained in:
Sébastien Helleu 2017-03-18 16:19:58 +01:00
parent b77e0a2c6f
commit 64a8c6d2ae
3 changed files with 15 additions and 0 deletions

View File

@ -68,6 +68,7 @@ The main WeeChat directories are:
|    plugins/ | Plugin and scripting API.
|       alias/ | Alias plugin.
|       aspell/ | Aspell plugin.
|       buflist/ | Buflist plugin.
|       charset/ | Charset plugin.
|       exec/ | Exec plugin.
|       fifo/ | Fifo plugin (FIFO pipe used to remotely send commands to WeeChat).
@ -193,6 +194,10 @@ WeeChat "core" is located in following directories:
|       weechat-aspell-config.c | Aspell config options (file aspell.conf).
|       weechat-aspell-info.c | Aspell info/infolists/hdata.
|       weechat-aspell-speller.c | Spellers management.
|    buflist/ | Buflist plugin.
|       buflist.c | Main buflist functions.
|       buflist-bar-item.c | Buflist bar items.
|       buflist-config.c | Buflist config options (file buflist.conf).
|    charset/ | Charset plugin.
|       charset.c | Charset functions.
|    exec/ | Exec plugin.

View File

@ -70,6 +70,7 @@ Les répertoires principaux de WeeChat sont :
|    plugins/ | API extension/script.
|       alias/ | Extension Alias.
|       aspell/ | Extension Aspell.
|       buflist/ | Extension Buflist.
|       charset/ | Extension Charset.
|       exec/ | Extension Exec.
|       fifo/ | Extension Fifo (tube FIFO utilisé pour envoyer des commandes à WeeChat).
@ -195,6 +196,10 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|       weechat-aspell-config.c | Options de configuration pour Aspell (fichier aspell.conf).
|       weechat-aspell-info.c | Info/infolists/hdata pour Aspell.
|       weechat-aspell-speller.c | Gestion des correcteurs orthographiques.
|    buflist/ | Extension Buflist.
|       buflist.c | Fonctions principales de Buflist.
|       buflist-bar-item.c | Objets de barre Buflist.
|       buflist-config.c | Options de configuration pour Buflist (fichier buflist.conf).
|    charset/ | Extension Charset.
|       charset.c | Fonctions pour Charset.
|    exec/ | Extension Exec.

View File

@ -74,6 +74,7 @@ qweechat::
|    plugins/ | プラグインとスクリプト向け API
|       alias/ | alias プラグイン
|       aspell/ | aspell プラグイン
|       buflist/ | buflist プラグイン
|       charset/ | charset プラグイン
|       exec/ | exec プラグイン
|       fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ)
@ -199,6 +200,10 @@ WeeChat "core" は以下のディレクトリに配置されています:
|       weechat-aspell-config.c | aspell 設定オプション (aspell.conf ファイル)
|       weechat-aspell-info.c | aspell の情報/インフォリスト/hdata
|       weechat-aspell-speller.c | スペルチェッカ管理
|    buflist/ | buflist プラグイン
|       buflist.c | buflist の主要関数
|       buflist-bar-item.c | buflist バー要素
|       buflist-config.c | buflist 設定オプション (buflist.conf ファイル)
|    charset/ | charset プラグイン
|       charset.c | charset 関数
|    exec/ | exec プラグイン