summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/plugin_api/completions.adoc2
-rw-r--r--doc/it/autogen/plugin_api/hdata.adoc20
-rw-r--r--doc/it/autogen/plugin_api/infolists.adoc2
-rw-r--r--doc/it/autogen/plugin_api/plugins_priority.adoc2
-rw-r--r--doc/it/autogen/user/php_commands.adoc25
-rw-r--r--doc/it/weechat_user.it.adoc66
6 files changed, 89 insertions, 28 deletions
diff --git a/doc/it/autogen/plugin_api/completions.adoc b/doc/it/autogen/plugin_api/completions.adoc
index cc4b2c3c3..cb4c0383f 100644
--- a/doc/it/autogen/plugin_api/completions.adoc
+++ b/doc/it/autogen/plugin_api/completions.adoc
@@ -58,6 +58,8 @@
| perl | perl_script | elenco degli script
+| php | php_script | elenco degli script
+
| python | python_script | elenco degli script
| relay | relay_free_port | prima porta libera per il plugin relay
diff --git a/doc/it/autogen/plugin_api/hdata.adoc b/doc/it/autogen/plugin_api/hdata.adoc
index 9f8b5ad64..88f409f77 100644
--- a/doc/it/autogen/plugin_api/hdata.adoc
+++ b/doc/it/autogen/plugin_api/hdata.adoc
@@ -324,6 +324,26 @@ _prev_script_   (pointer, hdata: "perl_script") +
_next_script_   (pointer, hdata: "perl_script") +
+| php
+| [[hdata_php_script]]<<hdata_php_script,php_script>>
+| elenco degli script
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "php_script") +
+_next_script_   (pointer, hdata: "php_script") +
+
+
| python
| [[hdata_python_script]]<<hdata_python_script,python_script>>
| elenco degli script
diff --git a/doc/it/autogen/plugin_api/infolists.adoc b/doc/it/autogen/plugin_api/infolists.adoc
index a3b0f3a97..ecc6a8fd3 100644
--- a/doc/it/autogen/plugin_api/infolists.adoc
+++ b/doc/it/autogen/plugin_api/infolists.adoc
@@ -34,6 +34,8 @@
| perl | perl_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional)
+| php | php_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional)
+
| python | python_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional)
| relay | relay | elenco di client relay | puntatore al relay (opzionale) | -
diff --git a/doc/it/autogen/plugin_api/plugins_priority.adoc b/doc/it/autogen/plugin_api/plugins_priority.adoc
index 2cb61720a..0adb939c7 100644
--- a/doc/it/autogen/plugin_api/plugins_priority.adoc
+++ b/doc/it/autogen/plugin_api/plugins_priority.adoc
@@ -13,6 +13,6 @@
. xfer (7000)
. irc (6000)
. relay (5000)
-. guile, javascript, lua, perl, python, ruby, tcl (4000)
+. guile, javascript, lua, perl, php, python, ruby, tcl (4000)
. script (3000)
. fset (2000)
diff --git a/doc/it/autogen/user/php_commands.adoc b/doc/it/autogen/user/php_commands.adoc
new file mode 100644
index 000000000..37a6748b8
--- /dev/null
+++ b/doc/it/autogen/user/php_commands.adoc
@@ -0,0 +1,25 @@
+//
+// This file is auto-generated by script docgen.py.
+// DO NOT EDIT BY HAND!
+//
+[[command_php_php]]
+* `+php+`: elenca/carica/scarica script
+
+----
+/php list|listfull [<nome>]
+ load [-q] <nomefile>
+ autoload
+ reload|unload [-q][<nome>]
+
+ list: elenca i plugin caricati
+ listfull: elenca i plugin caricati (dettagliato)
+ load: carica un plugin
+ autoload: carica automaticamente i plugin nella directory utente o di sistema
+ reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente)
+ unload: scarica uno o tutti i plugin
+nome_file: (file) script da caricare
+ nome: il nome di uno script (usato nella chiamata alla funzione "register")
+ -q: modalità silenziosa: non mostra messaggi
+
+Senza argomento, questo comando elenca tutti i plugin caricati.
+----
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index efd425629..b2a1fbde0 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -110,38 +110,39 @@ compilare WeeChat.
[width="100%",cols="5,^3,^3,.^13",options="header"]
|===
-| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica
+| Pacchetto ^(1)^ | Versione | Richiesto | Caratteristica
// TRANSLATION MISSING
| C compiler
- (gcc, clang, ...) | | *sì* | Build.
+ (gcc, clang, ...) | | *sì* | Build.
// TRANSLATION MISSING
-| C++ compiler | | | Build and run tests, plugin Javascript.
-| cmake | | *sì* | Compilazione (ancora possibile con autotools, ma si raccomanda cmake).
+| C++ compiler | | | Build and run tests, plugin Javascript.
+| cmake | | *sì* | Compilazione (ancora possibile con autotools, ma si raccomanda cmake).
// TRANSLATION MISSING
-| pkg-config | | *sì* | Detect installed libraries.
-| libncursesw5-dev ^(2)^ | | *sì* | Interfaccia ncurses.
-| libcurl4-gnutls-dev | | *sì* | Trasferimento URL.
+| pkg-config | | *sì* | Detect installed libraries.
+| libncursesw5-dev ^(2)^ | | *sì* | Interfaccia ncurses.
+| libcurl4-gnutls-dev | | *sì* | Trasferimento URL.
// TRANSLATION MISSING
-| zlib1g-dev | | *sì* | Compression of packets in relay plugin (weechat protocol), script plugin.
+| zlib1g-dev | | *sì* | Compression of packets in relay plugin (weechat protocol), script plugin.
// TRANSLATION MISSING
-| libgcrypt20-dev | | *sì* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin.
+| libgcrypt20-dev | | *sì* | Secured data, IRC SASL authentication (DH-BLOWFISH/DH-AES), script plugin.
// TRANSLATION MISSING
-| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE).
-| gettext | | | Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese).
-| ca-certificates | | | Certificati per le connessioni SSL.
+| libgnutls28-dev | ≥ 2.2.0 ^(3)^ | | Connessione SSL al server IRC, support of SSL in relay plugin, IRC SASL authentication (ECDSA-NIST256P-CHALLENGE).
+| gettext | | | Internazionalizzazione (traduzione dei messaggi; la lingua base è l'inglese).
+| ca-certificates | | | Certificati per le connessioni SSL.
| libaspell-dev
- ∥ libenchant-dev | | | Plugin aspell.
-| python-dev | ≥ 2.6 ^(4)^ | | Plugin python.
-| libperl-dev | | | Plugin perl.
-| ruby-2.3, ruby2.3-dev | ≥ 1.8 | | Plugin ruby.
-| liblua5.3-dev | | | Plugin lua.
-| tcl-dev | ≥ 8.5 | | Plugin tcl.
-| guile-2.0-dev | ≥ 2.0 | | Plugin guile (scheme).
-| libv8-dev | ≤ 3.24.3 | | Plugin Javascript.
-// TRANSLATION MISSING
-| asciidoctor | ≥ 1.5.4 | | Build man page and documentation.
-// TRANSLATION MISSING
-| libcpputest-dev | ≥ 3.4 | | Build and run tests.
+ ∥ libenchant-dev | | | Plugin aspell.
+| python-dev | ≥ 2.6 ^(4)^ | | Plugin python.
+| libperl-dev | | | Plugin perl.
+| ruby-2.3, ruby2.3-dev | ≥ 1.8 | | Plugin ruby.
+| liblua5.3-dev | | | Plugin lua.
+| tcl-dev | ≥ 8.5 | | Plugin tcl.
+| guile-2.0-dev | ≥ 2.0 | | Plugin guile (scheme).
+| libv8-dev | ≤ 3.24.3 | | Plugin Javascript.
+| php7.0-dev, libphp7.0-embed | ≥ 7.0 | | Plugin PHP.
+// TRANSLATION MISSING
+| asciidoctor | ≥ 1.5.4 | | Build man page and documentation.
+// TRANSLATION MISSING
+| libcpputest-dev | ≥ 3.4 | | Build and run tests.
|===
// TRANSLATION MISSING (note 3)
@@ -279,6 +280,9 @@ List of commonly used options:
| ENABLE_PERL | `ON`, `OFF` | ON |
Compile <<scripts_plugins,Perl plugin>>.
+| ENABLE_PHP | `ON`, `OFF` | ON |
+ Compile <<scripts_plugins,PHP plugin>>.
+
| ENABLE_PYTHON | `ON`, `OFF` | ON |
Compile <<scripts_plugins,Python plugin>>.
@@ -297,7 +301,7 @@ List of commonly used options:
| ENABLE_SCRIPTS | `ON`, `OFF` | ON |
Compile <<scripts_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl,
- Guile, Javascript).
+ Guile, Javascript, PHP).
| ENABLE_TCL | `ON`, `OFF` | ON |
Compile <<scripts_plugins,Tcl plugin>>.
@@ -585,6 +589,8 @@ The directories are:
|       autoload/ | Guile scripts auto-loaded on startup ^(1)^.
|    javascript/ | Javascript scripts.
|       autoload/ | Javascript scripts auto-loaded on startup ^(1)^.
+|    php/ | PHP scripts.
+|       autoload/ | PHP scripts auto-loaded on startup ^(1)^.
|===
[NOTE]
@@ -2213,6 +2219,7 @@ I plugin predefiniti sono:
| tcl | API per lo scripting in TCL.
| guile | API per lo scripting in Guile (scheme).
| javascript | API per lo scripting in Javascript.
+| php | API per lo scripting in PHP.
// TRANSLATION MISSING
| trigger | Text replacement and command execution on events triggered by WeeChat/plugins.
| xfer | Trasferimento file e chat diretta.
@@ -3483,8 +3490,8 @@ include::autogen/user/relay_options.adoc[]
[[scripts_plugins]]
=== Scripts
-WeeChat fornisce 7 plugin per lo scripting: Python, Perl, Ruby, Lua, Tcl, Guile
-(scheme), Javascript.
+WeeChat fornisce 8 plugin per lo scripting: Python, Perl, Ruby, Lua, Tcl, Guile
+(scheme), Javascript, PHP.
Questi plugin possono caricare, eseguire e scaricare gli script per questi
linguaggi.
@@ -3536,6 +3543,11 @@ include::autogen/user/guile_commands.adoc[]
include::autogen/user/javascript_commands.adoc[]
+[[php_commands]]
+==== Comandi PHP
+
+include::autogen/user/php_commands.adoc[]
+
// TRANSLATION MISSING
[[script_options]]
==== Script options