diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-14 18:29:32 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-14 18:29:32 +0200 |
commit | a99d136018eae1099ffa32b660259632694ee6ed (patch) | |
tree | ca67b7cc3a7422461ce4acf53342a01ed67cb159 /doc/it/autogen/plugin_api | |
parent | 3a245686caa30294a6b5cfefa78ee92513c56daa (diff) | |
download | weechat-a99d136018eae1099ffa32b660259632694ee6ed.zip |
core: add new plugin "script" (scripts manager, replacing scripts weeget.py and script.pl)
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/completions.txt | 6 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 27 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.txt | 2 |
3 files changed, 35 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/completions.txt b/doc/it/autogen/plugin_api/completions.txt index 3d8b2a5cc..506f2a811 100644 --- a/doc/it/autogen/plugin_api/completions.txt +++ b/doc/it/autogen/plugin_api/completions.txt @@ -56,6 +56,12 @@ | ruby | ruby_script | elenco degli script +| script | script_files | files in script directories + +| script | script_scripts | list of scripts in repository + +| script | script_scripts_installed | list of scripts installed (from repository) + | tcl | tcl_script | elenco degli script | weechat | bars_names | nomi delle barre diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 1a5b3e22c..20b6d9f90 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -257,6 +257,33 @@ 'last_script' + 'scripts' +| script | script_script | scripts from repository | + 'name' (string) + + 'name_with_extension' (string) + + 'language' (integer) + + 'author' (string) + + 'mail' (string) + + 'version' (string) + + 'license' (string) + + 'description' (string) + + 'tags' (string) + + 'requirements' (string) + + 'min_weechat' (string) + + 'max_weechat' (string) + + 'md5sum' (string) + + 'url' (string) + + 'popularity' (integer) + + 'date_added' (time) + + 'date_updated' (time) + + 'status' (integer) + + 'version_loaded' (string) + + 'displayed' (integer) + + 'install_order' (integer) + + 'prev_script' (pointer, hdata: 'script_script') + + 'next_script' (pointer, hdata: 'script_script') | + 'last_repo_script' + + 'repo_scripts' + | tcl | tcl_script | elenco degli script | 'filename' (string) + 'interpreter' (pointer) + diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index c618f577c..d94316c29 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -30,6 +30,8 @@ | ruby | ruby_script | elenco degli script | puntatore allo script (opzionale) | nome script (può iniziare o terminare con "*" come carattere jolly) (opzionale) +| script | script_script | elenco degli script | puntatore allo script (opzionale) | script name with extension (can start or end with "*" as wildcard) (optional) + | tcl | tcl_script | elenco degli script | puntatore allo script (opzionale) | nome script (può iniziare o terminare con "*" come carattere jolly) (opzionale) | weechat | bar | elenco delle barre | puntatore alla barra (opzionale) | nome barra (può iniziare o terminare con "*" come carattere jolly (opzionale) |