diff options
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/script_options.asciidoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.asciidoc | 4 | ||||
-rw-r--r-- | doc/it/weechat_tester.it.asciidoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_user.it.asciidoc | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/it/autogen/user/script_options.asciidoc b/doc/it/autogen/user/script_options.asciidoc index c0f33a0be..39b70fc9a 100644 --- a/doc/it/autogen/user/script_options.asciidoc +++ b/doc/it/autogen/user/script_options.asciidoc @@ -191,5 +191,5 @@ * [[option_script.scripts.url]] *script.scripts.url* ** descrizione: `URL per il file con l'elenco degli script` ** tipo: stringa -** valori: qualsiasi stringa (valore predefinito: `"http://www.weechat.org/files/plugins.xml.gz"`) +** valori: qualsiasi stringa (valore predefinito: `"http://weechat.org/files/plugins.xml.gz"`) diff --git a/doc/it/weechat_plugin_api.it.asciidoc b/doc/it/weechat_plugin_api.it.asciidoc index f44cd71a8..a6e36c7cf 100644 --- a/doc/it/weechat_plugin_api.it.asciidoc +++ b/doc/it/weechat_plugin_api.it.asciidoc @@ -7423,7 +7423,7 @@ struct t_hashtable *options = weechat_hashtable_new (8, if (options) { weechat_hashtable_set (options, "file_out", "/tmp/weechat.org.html"); - struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://www.weechat.org/", + struct t_hook *my_process_hook = weechat_hook_process_hashtable ("url:http://weechat.org/", options, 20000, &my_process_cb, NULL); @@ -7488,7 +7488,7 @@ def my_process_cb(data, command, return_code, out, err): return weechat.WEECHAT_RC_OK # example 1: download URL -hook1 = weechat.hook_process_hashtable("url:http://www.weechat.org/", +hook1 = weechat.hook_process_hashtable("url:http://weechat.org/", { "file_out": "/tmp/weechat.org.html" }, 20000, "my_process_cb", "") diff --git a/doc/it/weechat_tester.it.asciidoc b/doc/it/weechat_tester.it.asciidoc index 1b84d041f..72c57512b 100644 --- a/doc/it/weechat_tester.it.asciidoc +++ b/doc/it/weechat_tester.it.asciidoc @@ -79,7 +79,7 @@ ricevere gli ultimi aggiornamenti. Altrimenti si può scaricare ed estrarre il pacchetto 'devel': ---- -$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2 +$ wget http://weechat.org/files/src/weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2 $ cd weechat-devel ---- diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index 04634ba0b..2dbbbf08f 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -2419,8 +2419,8 @@ automaticamente da WeeChat quando si risponde alle CTCP | $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4` | $compilation | Data di compilazione di WeeChat | `Dec 16 2012` | $osinfo | Informazioni sull'OS | `Linux 2.6.32-5-amd64 / x86_64` -| $site | Sito di WeeChat | `http://www.weechat.org/` -| $download | Sito di WeeChat, pagina di download | `http://www.weechat.org/download` +| $site | Sito di WeeChat | `http://weechat.org/` +| $download | Sito di WeeChat, pagina di download | `http://weechat.org/download` | $time | Data/ora correnti | `Sun, 16 Dec 2012 10:40:48 +0100` | $username | Nome utente sul server IRC | `name` | $realname | Nome reale sul server IRC | `John Doe` @@ -2440,7 +2440,7 @@ le risposte CTCP sono: | CTCP | Formato risposta | Esempio | CLIENTINFO | `$clientinfo` | `ACTION DCC CLIENTINFO FINGER PING SOURCE TIME USERINFO VERSION` | FINGER | `WeeChat $versiongit` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4)` -| SOURCE | `$download` | `http://www.weechat.org/download` +| SOURCE | `$download` | `http://weechat.org/download` | TIME | `$time` | `Sun, 16 Dec 2012 10:40:48 +0100` | USERINFO | `$username ($realname)` | `name (John Doe)` | VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)` |