diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-23 15:21:41 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-23 15:21:41 +0200 |
commit | f93c7ebe6d16d869a36b352dbc44719b2194b80b (patch) | |
tree | 7364dad059d16ceac2a07f7c5801a3153dc48eb9 /doc/en | |
parent | 296dd0b1d447fc4260369825da1c4bdb01525a71 (diff) | |
download | weechat-f93c7ebe6d16d869a36b352dbc44719b2194b80b.zip |
doc: update WeeChat URLs (for new site design)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 14 | ||||
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_quickstart.en.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 6 | ||||
-rw-r--r-- | doc/en/weechat_tester.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 6 |
7 files changed, 19 insertions, 19 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index 9af1cb0b7..bbae71925 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -6,7 +6,7 @@ Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. Latest version of this document can be found on this page: -http://www.weechat.org/doc +http://weechat.org/doc [[introduction]] diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index 18b1fd417..0efb453aa 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -50,7 +50,7 @@ Some features (version ≥ 0.3.x): * multi-platform * 100% GPL and free -More info on this page: http://www.weechat.org/features +More info on this page: http://weechat.org/about/features [[compilation_install]] Compilation / install @@ -284,7 +284,7 @@ URL selection): This option may cause display bugs. If you experience such problem, you must turn off this option. -Other solution is to use a script: http://www.weechat.org/scripts/stable/tag/url +Other solution is to use a script: http://weechat.org/scripts/stable/tag/url [[change_locale_without_quit]] I want to change the language used by WeeChat for messages, but without exiting WeeChat, is it possible? @@ -678,7 +678,7 @@ For 'launcher.pl', you have to setup command: /set plugins.var.perl.launcher.signal.weechat_highlight "/path/to/command arguments" ---------------------------------------- -Other scripts on this subject: http://www.weechat.org/scripts/stable/tag/notify/ +Other scripts on this subject: http://weechat.org/scripts/stable/tag/notify/ [[irc_target_buffer]] How can I change target buffer for commands on merged buffers (like buffer with servers)? @@ -755,7 +755,7 @@ There are 3 ways: * request a new feature: https://savannah.nongnu.org/task/?group=weechat * send a patch: https://savannah.nongnu.org/patch/?group=weechat . you can mail developers, look at support page for developer's mails: - http://www.weechat.org/about + http://weechat.org/dev/support (you can subscribe and send to "support" mailing list) [[gdb_error_threads]] @@ -783,7 +783,7 @@ $ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat-curses What is the list of supported platforms for WeeChat? Will it be ported to other operating systems? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The full list is on this page: http://www.weechat.org/download +The full list is on this page: http://weechat.org/download We do our best to run on as many platforms as possible. Help is welcome for some OS' we don't have, to test WeeChat. @@ -795,11 +795,11 @@ I want to help WeeChat developers. What can I do? There's many tasks to do (testing, code, documentation, ...) Please contact us via IRC or mail, look at support page: -http://www.weechat.org/support +http://weechat.org/dev/support [[donate]] Can I give money or other things to WeeChat developers? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can give us money to help development. -Details on http://www.weechat.org/donate +Details on http://weechat.org/about/donate diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 0a606ff92..970f99b67 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6,7 +6,7 @@ Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. Latest version of this document can be found on this page: -http://www.weechat.org/doc +http://weechat.org/doc [[introduction]] @@ -6994,7 +6994,7 @@ function <<_weechat_hook_process_hashtable,weechat_hook_process_hashtable>>. [TIP] If you want to retrieve infos about WeeChat (like current stable version, -latest git commit, ...), you can use URLs on page http://weechat.org/info +latest git commit, ...), you can use URLs on page http://weechat.org/dev/info [NOTE] Buffer size for sending data to callback is 64KB (there are 2 buffers: one for diff --git a/doc/en/weechat_quickstart.en.txt b/doc/en/weechat_quickstart.en.txt index 84c584ef5..c2166e7c6 100644 --- a/doc/en/weechat_quickstart.en.txt +++ b/doc/en/weechat_quickstart.en.txt @@ -306,7 +306,7 @@ Plugins are automatically loaded when found (please look at the WeeChat documentation to load/unload plugins or scripts). Many external scripts (from contributors) are available for WeeChat: -http://www.weechat.org/scripts +http://weechat.org/scripts You can manage scripts in WeeChat with command `/script` (see `/help script` for more info). @@ -317,6 +317,6 @@ More documentation ------------------ You can now use WeeChat and read FAQ/documentation for any other questions: -http://www.weechat.org/doc +http://weechat.org/doc Enjoy using WeeChat! diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index 69ca72d8a..94a2d2eaf 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -6,7 +6,7 @@ Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. Latest version of this document can be found on this page: -http://www.weechat.org/doc +http://weechat.org/doc [[introduction]] @@ -736,12 +736,12 @@ def weechat_process_cb(data, command, rc, out, err): weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version) return weechat.WEECHAT_RC_OK -weechat.hook_process("url:http://weechat.org/info/stable/", +weechat.hook_process("url:http://weechat.org/dev/info/stable/", 30 * 1000, "weechat_process_cb", "") ---------------------------------------- [TIP] -All infos available about WeeChat are on page http://weechat.org/info +All infos available about WeeChat are on page http://weechat.org/dev/info Example of URL transfer with an option: download latest WeeChat development package in file '/tmp/weechat-devel.tar.gz': diff --git a/doc/en/weechat_tester.en.txt b/doc/en/weechat_tester.en.txt index a65c60dd5..d50ba61e2 100644 --- a/doc/en/weechat_tester.en.txt +++ b/doc/en/weechat_tester.en.txt @@ -107,7 +107,7 @@ Install binary package According to your Linux distribution: * Debian: http://debian.flashtux.org/ -* Gentoo: http://www.weechat.org/download +* Gentoo: http://weechat.org/download * ArchLinux: PKGBUILD from http://aur.archlinux.org/ * other: we don't know! Eheh. diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index a111ca122..6ea7428b8 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -6,7 +6,7 @@ Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. Latest version of this document can be found on this page: -http://www.weechat.org/doc +http://weechat.org/doc [[introduction]] @@ -34,7 +34,7 @@ Main features are: * multi-platform (GNU/Linux, *BSD, MacOS X, Windows and other) * 100% GPL, free software -WeeChat homepage is here: http://www.weechat.org/ +WeeChat homepage is here: http://weechat.org/ [[pre-requisites]] Pre-requisites @@ -2461,7 +2461,7 @@ These plugins can load, execute and unload scripts for these languages. Another plugin called "script" is a scripts manager and is used to load/unload scripts of any language, and install/remove scripts of WeeChat scripts -repository, which are visible at this URL: http://www.weechat.org/scripts +repository, which are visible at this URL: http://weechat.org/scripts For more information about how to write scripts, or WeeChat API for scripts, please read 'WeeChat Scripting Guide'. |