summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/de/autogen/user/script_options.asciidoc2
-rw-r--r--doc/de/weechat_tester.de.asciidoc2
-rw-r--r--doc/de/weechat_user.de.asciidoc6
-rw-r--r--doc/docgen.py2
-rw-r--r--doc/en/autogen/user/script_options.asciidoc2
-rw-r--r--doc/en/weechat_plugin_api.en.asciidoc4
-rw-r--r--doc/en/weechat_tester.en.asciidoc2
-rw-r--r--doc/en/weechat_user.en.asciidoc6
-rw-r--r--doc/fr/autogen/user/script_options.asciidoc2
-rw-r--r--doc/fr/weechat_plugin_api.fr.asciidoc4
-rw-r--r--doc/fr/weechat_tester.fr.asciidoc2
-rw-r--r--doc/fr/weechat_user.fr.asciidoc6
-rw-r--r--doc/it/autogen/user/script_options.asciidoc2
-rw-r--r--doc/it/weechat_plugin_api.it.asciidoc4
-rw-r--r--doc/it/weechat_tester.it.asciidoc2
-rw-r--r--doc/it/weechat_user.it.asciidoc6
-rw-r--r--doc/ja/autogen/user/script_options.asciidoc2
-rw-r--r--doc/ja/weechat_plugin_api.ja.asciidoc4
-rw-r--r--doc/ja/weechat_tester.ja.asciidoc2
-rw-r--r--doc/ja/weechat_user.ja.asciidoc6
-rw-r--r--doc/pl/autogen/user/script_options.asciidoc2
-rw-r--r--doc/pl/weechat_tester.pl.asciidoc2
-rw-r--r--doc/pl/weechat_user.pl.asciidoc6
-rw-r--r--src/core/weechat.c2
-rw-r--r--src/core/weechat.h4
-rw-r--r--src/plugins/irc/irc-ctcp.c4
-rw-r--r--src/plugins/script/script-config.c2
-rw-r--r--weechat.spec4
28 files changed, 47 insertions, 47 deletions
diff --git a/doc/de/autogen/user/script_options.asciidoc b/doc/de/autogen/user/script_options.asciidoc
index d6029bd9f..bdc54f4be 100644
--- a/doc/de/autogen/user/script_options.asciidoc
+++ b/doc/de/autogen/user/script_options.asciidoc
@@ -191,5 +191,5 @@
* [[option_script.scripts.url]] *script.scripts.url*
** Beschreibung: `URL für Datei mit Inhalt der unterstützten Skripten`
** Typ: Zeichenkette
-** Werte: beliebige Zeichenkette (Standardwert: `"http://www.weechat.org/files/plugins.xml.gz"`)
+** Werte: beliebige Zeichenkette (Standardwert: `"http://weechat.org/files/plugins.xml.gz"`)
diff --git a/doc/de/weechat_tester.de.asciidoc b/doc/de/weechat_tester.de.asciidoc
index 05f35ce11..4a1aff93c 100644
--- a/doc/de/weechat_tester.de.asciidoc
+++ b/doc/de/weechat_tester.de.asciidoc
@@ -82,7 +82,7 @@ diesem Ordner.
Ansonsten kannst Du das 'Entwickler-Paket' herunterladen und entpacken:
----
-$ 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/de/weechat_user.de.asciidoc b/doc/de/weechat_user.de.asciidoc
index 04fa5b2eb..399f53b37 100644
--- a/doc/de/weechat_user.de.asciidoc
+++ b/doc/de/weechat_user.de.asciidoc
@@ -2365,8 +2365,8 @@ mit dem entsprechenden Wert ersetzt:
| $git | Git Version ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Datum der Kompilierung | `Dec 16 2012`
| $osinfo | Info über das genutzte OS | `Linux 2.6.32-5-amd64 / x86_64`
-| $site | WeeChat Seite | `http://www.weechat.org/`
-| $download | WeeChat, Download Seite | `http://www.weechat.org/download`
+| $site | WeeChat Seite | `http://weechat.org/`
+| $download | WeeChat, Download Seite | `http://weechat.org/download`
| $time | Aktuelle Uhrzeit/Datum | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Username beim IRC Server | `Name`
| $realname | Realname beim IRC Server | `John Doe`
@@ -2384,7 +2384,7 @@ Falls CTCP Optionen nicht festgelegt sind, lauten die CTCP Antworten:
| CTCP | Antwortformat | Beispiel
| 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)`
diff --git a/doc/docgen.py b/doc/docgen.py
index c1f36fca3..c12a1daf3 100644
--- a/doc/docgen.py
+++ b/doc/docgen.py
@@ -49,7 +49,7 @@ try:
import weechat # pylint: disable=import-error
except ImportError:
print('This script must be run under WeeChat.')
- print('Get WeeChat now at: http://www.weechat.org/')
+ print('Get WeeChat now at: http://weechat.org/')
IMPORT_OK = False
try:
diff --git a/doc/en/autogen/user/script_options.asciidoc b/doc/en/autogen/user/script_options.asciidoc
index ed8d77b1f..fdd336cf8 100644
--- a/doc/en/autogen/user/script_options.asciidoc
+++ b/doc/en/autogen/user/script_options.asciidoc
@@ -191,5 +191,5 @@
* [[option_script.scripts.url]] *script.scripts.url*
** description: `URL for file with list of scripts`
** type: string
-** values: any string (default value: `"http://www.weechat.org/files/plugins.xml.gz"`)
+** values: any string (default value: `"http://weechat.org/files/plugins.xml.gz"`)
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc
index d20e160d1..f0bc3c351 100644
--- a/doc/en/weechat_plugin_api.en.asciidoc
+++ b/doc/en/weechat_plugin_api.en.asciidoc
@@ -7296,7 +7296,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);
@@ -7361,7 +7361,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/en/weechat_tester.en.asciidoc b/doc/en/weechat_tester.en.asciidoc
index 24f3ddd53..9258f562e 100644
--- a/doc/en/weechat_tester.en.asciidoc
+++ b/doc/en/weechat_tester.en.asciidoc
@@ -76,7 +76,7 @@ the latest updates.
Otherwise you can download and unpack 'devel' package:
----
-$ 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/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc
index 84e9194fd..32f7d857a 100644
--- a/doc/en/weechat_user.en.asciidoc
+++ b/doc/en/weechat_user.en.asciidoc
@@ -2317,8 +2317,8 @@ when replying to CTCP:
| $git | Git version ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | WeeChat compilation date | `Dec 16 2012`
| $osinfo | Info about OS | `Linux 2.6.32-5-amd64 / x86_64`
-| $site | WeeChat site | `http://www.weechat.org/`
-| $download | WeeChat site, download page | `http://www.weechat.org/download`
+| $site | WeeChat site | `http://weechat.org/`
+| $download | WeeChat site, download page | `http://weechat.org/download`
| $time | Current date/time | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | User name on IRC server | `name`
| $realname | Real name on IRC server | `John Doe`
@@ -2335,7 +2335,7 @@ If CTCP options are not defined (by default), CTCP replies are:
| CTCP | Reply format | Example
| 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)`
diff --git a/doc/fr/autogen/user/script_options.asciidoc b/doc/fr/autogen/user/script_options.asciidoc
index d199a65f2..2344c09f3 100644
--- a/doc/fr/autogen/user/script_options.asciidoc
+++ b/doc/fr/autogen/user/script_options.asciidoc
@@ -191,5 +191,5 @@
* [[option_script.scripts.url]] *script.scripts.url*
** description: `URL pour le fichier avec la liste des scripts`
** type: chaîne
-** valeurs: toute chaîne (valeur par défaut: `"http://www.weechat.org/files/plugins.xml.gz"`)
+** valeurs: toute chaîne (valeur par défaut: `"http://weechat.org/files/plugins.xml.gz"`)
diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc
index 94e92d5c7..5343747f8 100644
--- a/doc/fr/weechat_plugin_api.fr.asciidoc
+++ b/doc/fr/weechat_plugin_api.fr.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
# exemple 1 : téléchargement d'une 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/fr/weechat_tester.fr.asciidoc b/doc/fr/weechat_tester.fr.asciidoc
index 95a1a3fe6..2fd47858f 100644
--- a/doc/fr/weechat_tester.fr.asciidoc
+++ b/doc/fr/weechat_tester.fr.asciidoc
@@ -80,7 +80,7 @@ pour obtenir juste les deltas avec la version d'aujourd'hui.
Sinon vous pouvez installer le paquet '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/fr/weechat_user.fr.asciidoc b/doc/fr/weechat_user.fr.asciidoc
index 88bd35448..7365a31bf 100644
--- a/doc/fr/weechat_user.fr.asciidoc
+++ b/doc/fr/weechat_user.fr.asciidoc
@@ -2394,8 +2394,8 @@ automatiquement remplacées par WeeChat lors de la réponse au CTCP :
| $git | Version git ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Date de compilation WeeChat | `Dec 16 2012`
| $osinfo | Information sur l'OS | `Linux 2.6.32-5-amd64 / x86_64`
-| $site | Site WeeChat | `http://www.weechat.org/`
-| $download | Site WeeChat, page téléchargement | `http://www.weechat.org/download`
+| $site | Site WeeChat | `http://weechat.org/`
+| $download | Site WeeChat, page téléchargement | `http://weechat.org/download`
| $time | Date/heure courante | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Nom d'utilisateur sur le serveur | `nom`
| $realname | Nom réel sur le serveur | `John Doe`
@@ -2413,7 +2413,7 @@ Si les options CTCP ne sont pas définies (par défaut), les réponses CTCP sont
| CTCP | Format de réponse | Exemple
| 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)` | `nom (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
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)`
diff --git a/doc/ja/autogen/user/script_options.asciidoc b/doc/ja/autogen/user/script_options.asciidoc
index e35fc96d6..3a6c9d742 100644
--- a/doc/ja/autogen/user/script_options.asciidoc
+++ b/doc/ja/autogen/user/script_options.asciidoc
@@ -191,5 +191,5 @@
* [[option_script.scripts.url]] *script.scripts.url*
** 説明: `ファイルの URL とスクリプトのリスト`
** タイプ: 文字列
-** 値: 未制約文字列 (デフォルト値: `"http://www.weechat.org/files/plugins.xml.gz"`)
+** 値: 未制約文字列 (デフォルト値: `"http://weechat.org/files/plugins.xml.gz"`)
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc
index 1fbfd1e17..f5ed54cc2 100644
--- a/doc/ja/weechat_plugin_api.ja.asciidoc
+++ b/doc/ja/weechat_plugin_api.ja.asciidoc
@@ -7290,7 +7290,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);
@@ -7355,7 +7355,7 @@ def my_process_cb(data, command, return_code, out, err):
return weechat.WEECHAT_RC_OK
# 例 1: 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/ja/weechat_tester.ja.asciidoc b/doc/ja/weechat_tester.ja.asciidoc
index 77625f017..93e7fb078 100644
--- a/doc/ja/weechat_tester.ja.asciidoc
+++ b/doc/ja/weechat_tester.ja.asciidoc
@@ -76,7 +76,7 @@ $ cd weechat
他の方法として '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/ja/weechat_user.ja.asciidoc b/doc/ja/weechat_user.ja.asciidoc
index a88d7fa0d..e4acb8b53 100644
--- a/doc/ja/weechat_user.ja.asciidoc
+++ b/doc/ja/weechat_user.ja.asciidoc
@@ -2317,8 +2317,8 @@ CTCP 応答時に自動的に WeeChat によって展開されます:
| $git | git バージョン ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | WeeChat コンパイル日時 | `Dec 16 2012`
| $osinfo | OS に関する情報 | `Linux 2.6.32-5-amd64 / x86_64`
-| $site | WeeChat ウェブサイト | `http://www.weechat.org/`
-| $download | WeeChat ウェブサイトのダウンロードページ | `http://www.weechat.org/download`
+| $site | WeeChat ウェブサイト | `http://weechat.org/`
+| $download | WeeChat ウェブサイトのダウンロードページ | `http://weechat.org/download`
| $time | 現在の日時 | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | IRC サーバのユーザネーム | `ログイン名`
| $realname | IRC サーバのリアルネーム | `John Doe`
@@ -2335,7 +2335,7 @@ CTCP オプションが設定されていない (デフォルトの) 場合、CT
| CTCP | 応答フォーマット | 例
| 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)` | `ログイン名 (John Doe)`
| VERSION | `WeeChat $versiongit ($compilation)` | `WeeChat 0.4.0-dev (git: v0.3.9-104-g7eb5cc4) (Dec 16 2012)`
diff --git a/doc/pl/autogen/user/script_options.asciidoc b/doc/pl/autogen/user/script_options.asciidoc
index 0e78f1462..70365d97b 100644
--- a/doc/pl/autogen/user/script_options.asciidoc
+++ b/doc/pl/autogen/user/script_options.asciidoc
@@ -191,5 +191,5 @@
* [[option_script.scripts.url]] *script.scripts.url*
** opis: `adres URL pliku z lista skryptów`
** typ: ciąg
-** wartości: dowolny ciąg (domyślna wartość: `"http://www.weechat.org/files/plugins.xml.gz"`)
+** wartości: dowolny ciąg (domyślna wartość: `"http://weechat.org/files/plugins.xml.gz"`)
diff --git a/doc/pl/weechat_tester.pl.asciidoc b/doc/pl/weechat_tester.pl.asciidoc
index ad2b15296..d51c5e41d 100644
--- a/doc/pl/weechat_tester.pl.asciidoc
+++ b/doc/pl/weechat_tester.pl.asciidoc
@@ -76,7 +76,7 @@ poprawki.
Oczywiście możesz pobrać paczkę oznaczoną jako '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/pl/weechat_user.pl.asciidoc b/doc/pl/weechat_user.pl.asciidoc
index b5e517539..e5dcecd50 100644
--- a/doc/pl/weechat_user.pl.asciidoc
+++ b/doc/pl/weechat_user.pl.asciidoc
@@ -2342,8 +2342,8 @@ przez WeeChat podczas odpowiedzi na CTCP:
| $git | Wersja git ^(1)^ | `v0.3.9-104-g7eb5cc4`
| $compilation | Data kompilacji WeeChat | `Dec 16 2012`
| $osinfo | Informacje o systemie operacyjnym | `Linux 2.6.32-5-amd64 / x86_64`
-| $site | Strona WeeChat | `http://www.weechat.org/`
-| $download | Strona WeeChat, pobieranie | `http://www.weechat.org/download`
+| $site | Strona WeeChat | `http://weechat.org/`
+| $download | Strona WeeChat, pobieranie | `http://weechat.org/download`
| $time | Obecna data/czas | `Sun, 16 Dec 2012 10:40:48 +0100`
| $username | Nazwa użytkownika na serwerze IRC | `name`
| $realname | Prawdziwa nazwa na serwerze IRC | `John Doe`
@@ -2360,7 +2360,7 @@ Jeśli opcje CTCP nie są zdefiniowane (domyślne), odpowiedzi CTCP to:
| CTCP | Format odpowiedzi | Przykład
| 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)`
diff --git a/src/core/weechat.c b/src/core/weechat.c
index 1d4a3e75a..50c8834cd 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -11,7 +11,7 @@
* ## ##
* ## By Sébastien Helleu <flashcode@flashtux.org> ##
* ## ##
- * ## http://www.weechat.org/ ##
+ * ## http://weechat.org/ ##
* ## ##
* ##########################################################################
*
diff --git a/src/core/weechat.h b/src/core/weechat.h
index 446dff382..bea355892 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -52,8 +52,8 @@
#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014"
-#define WEECHAT_WEBSITE "http://www.weechat.org/"
-#define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download"
+#define WEECHAT_WEBSITE "http://weechat.org/"
+#define WEECHAT_WEBSITE_DOWNLOAD "http://weechat.org/download"
/* log file */
#define WEECHAT_LOG_NAME "weechat.log"
diff --git a/src/plugins/irc/irc-ctcp.c b/src/plugins/irc/irc-ctcp.c
index cfdabad52..00f849e4b 100644
--- a/src/plugins/irc/irc-ctcp.c
+++ b/src/plugins/irc/irc-ctcp.c
@@ -432,7 +432,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
/*
* $site: WeeChat web site, example:
- * http://www.weechat.org/
+ * http://weechat.org/
*/
info = weechat_info_get ("weechat_site", "");
temp = weechat_string_replace (res, "$site", info);
@@ -443,7 +443,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
/*
* $download: WeeChat download page, example:
- * http://www.weechat.org/download
+ * http://weechat.org/download
*/
info = weechat_info_get ("weechat_site_download", "");
temp = weechat_string_replace (res, "$download", info);
diff --git a/src/plugins/script/script-config.c b/src/plugins/script/script-config.c
index 5ad4dae90..04a380215 100644
--- a/src/plugins/script/script-config.c
+++ b/src/plugins/script/script-config.c
@@ -703,7 +703,7 @@ script_config_init ()
script_config_file, ptr_section,
"url", "string",
N_("URL for file with list of scripts"),
- NULL, 0, 0, "http://www.weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
+ NULL, 0, 0, "http://weechat.org/files/plugins.xml.gz", NULL, 0, NULL, NULL,
NULL, NULL, NULL, NULL);
return 1;
diff --git a/weechat.spec b/weechat.spec
index 46e5f61d2..c59eb14ea 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -30,8 +30,8 @@ Name: %{name}
Summary: portable, fast, light and extensible IRC client
Version: %{version}
Release: %{release}
-Source: http://www.weechat.org/files/src/%{name}-%{version}.tar.gz
-URL: http://www.weechat.org/
+Source: http://weechat.org/files/src/%{name}-%{version}.tar.gz
+URL: http://weechat.org/
Group: Productivity/Networking/IRC
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Requires: perl, python, ruby, lua, tcl, guile, gcrypt, gnutls, ncurses, libcurl