mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 08:13:14 +02:00
doc: add PHP plugin in developer's guide
This commit is contained in:
@@ -79,6 +79,7 @@ The main WeeChat directories are:
|
||||
| logger/ | Logger plugin (write messages displayed to files).
|
||||
| lua/ | Lua scripting API.
|
||||
| perl/ | Perl scripting API.
|
||||
| php/ | PHP scripting API.
|
||||
| python/ | Python scripting API.
|
||||
| relay/ | Relay plugin (irc proxy + relay for remote interfaces).
|
||||
| ruby/ | Ruby scripting API.
|
||||
@@ -268,6 +269,9 @@ WeeChat "core" is located in following directories:
|
||||
| perl/ | Perl plugin.
|
||||
| weechat-perl.c | Main perl functions (load/unload scripts, execute perl code).
|
||||
| weechat-perl-api.c | Perl scripting API functions.
|
||||
| php/ | PHP plugin.
|
||||
| weechat-php.c | Main PHP functions (load/unload scripts, execute PHP code).
|
||||
| weechat-php-api.c | PHP scripting API functions.
|
||||
| python/ | Python plugin.
|
||||
| weechat-python.c | Main python functions (load/unload scripts, execute python code).
|
||||
| weechat-python-api.c | Python scripting API functions.
|
||||
|
||||
@@ -81,6 +81,7 @@ Les répertoires principaux de WeeChat sont :
|
||||
| logger/ | Extension Logger (enregistrer les messages affichés dans des fichiers).
|
||||
| lua/ | API script Lua.
|
||||
| perl/ | API script Perl.
|
||||
| php/ | API script PHP.
|
||||
| python/ | API script Python.
|
||||
| relay/ | Extension Relay (proxy IRC + relai pour interfaces distantes).
|
||||
| ruby/ | API script Ruby.
|
||||
@@ -270,6 +271,9 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
| perl/ | Extension Perl.
|
||||
| weechat-perl.c | Fonctions principales pour Perl (chargement/déchargement des scripts, exécution de code Perl).
|
||||
| weechat-perl-api.c | Fonctions de l'API script Perl.
|
||||
| php/ | Extension PHP.
|
||||
| weechat-php.c | Fonctions principales pour PHP (chargement/déchargement des scripts, exécution de code PHP).
|
||||
| weechat-php-api.c | Fonctions de l'API script PHP.
|
||||
| python/ | Extension Python.
|
||||
| weechat-python.c | Fonctions principales pour Python (chargement/déchargement des scripts, exécution de code Python).
|
||||
| weechat-python-api.c | Fonctions de l'API script Python.
|
||||
|
||||
@@ -85,6 +85,7 @@ qweechat::
|
||||
| logger/ | logger プラグイン (表示されたメッセージをファイルに書き込む)
|
||||
| lua/ | lua スクリプト用 API
|
||||
| perl/ | perl スクリプト用 API
|
||||
| php/ | php スクリプト用 API
|
||||
| python/ | python スクリプト用 API
|
||||
| relay/ | relay プラグイン (irc プロキシ + リモートインターフェイス用の中継)
|
||||
| ruby/ | ruby スクリプト用 API
|
||||
@@ -274,6 +275,9 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
| perl/ | perl プラグイン
|
||||
| weechat-perl.c | perl の主要関数 (スクリプトのロード/アンロード、perl コードの実行)
|
||||
| weechat-perl-api.c | perl スクリプト作成 API 関数
|
||||
| php/ | php プラグイン
|
||||
| weechat-php.c | php の主要関数 (スクリプトのロード/アンロード、php コードの実行)
|
||||
| weechat-php-api.c | php スクリプト作成 API 関数
|
||||
| python/ | python プラグイン
|
||||
| weechat-python.c | python の主要関数 (スクリプトのロード/アンロード、python コードの実行)
|
||||
| weechat-python-api.c | python スクリプト作成 API 関数
|
||||
|
||||
Reference in New Issue
Block a user