diff options
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | UPGRADE_0.3 | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rw-r--r-- | debian/watch | 2 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 14 | ||||
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_quickstart.en.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_tester.en.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 7 | ||||
-rw-r--r-- | doc/fr/weechat_faq.fr.txt | 17 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_quickstart.fr.txt | 4 | ||||
-rw-r--r-- | doc/fr/weechat_scripting.fr.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_tester.fr.txt | 4 | ||||
-rw-r--r-- | doc/fr/weechat_user.fr.txt | 6 | ||||
-rw-r--r-- | doc/weechat-curses.1 | 2 | ||||
-rw-r--r-- | src/core/weechat.c | 2 | ||||
-rw-r--r-- | src/core/weechat.h | 2 | ||||
-rw-r--r-- | weechat.spec | 4 |
21 files changed, 41 insertions, 49 deletions
@@ -7,7 +7,7 @@ Developers * General code ** FlashCode <flashcode@flashtux.org> -*** Web: http://weechat.flashtux.org/ +*** Web: http://www.weechat.org/ *** IRC: 'FlashCode' on irc.freenode.net diff --git a/UPGRADE_0.3 b/UPGRADE_0.3 index 68c275dd3..3566d6ec1 100644 --- a/UPGRADE_0.3 +++ b/UPGRADE_0.3 @@ -42,7 +42,7 @@ Examples: * IRC options: `irc.xxx.yyy` You should read quickstart guide to be familiar with basic commands and syntax -(some commands like `/server` have changed): http://weechat.flashtux.org/doc.php +(some commands like `/server` have changed): http://www.weechat.org/doc List of configuration files @@ -76,7 +76,7 @@ Therefore, if you plan to use old script, you'll have to wait for new version or you can convert script yourself and send us new version ;) You can download scripts for new API on plugins page: -http://weechat.flashtux.org/plugins.php +http://www.weechat.org/plugins More information about new API is available on wiki: http://wiki.flashtux.org/wiki/WeeChat_0.3.0 diff --git a/debian/control b/debian/control index aea996de5..33e58b5ca 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev, tcl-dev, libgnutls-dev, dpkg-dev (>= 1.13.19), pkg-config, asciidoc (>= 8.4), source-highlight Standards-Version: 3.8.2 -Homepage: http://weechat.flashtux.org/ +Homepage: http://www.weechat.org/ Vcs-Git: git://git.debian.org/users/kolter-guest/weechat.git Vcs-Browser: http://git.debian.org/git/users/kolter-guest/weechat.git DM-Upload-Allowed: yes diff --git a/debian/copyright b/debian/copyright index a54c7b7f3..ccaa99925 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ This package was debianized by FlashCode <flashcode@flashtux.org> on Sat, 21 May 2005 08:00:00 +0200. -It was downloaded from http://weechat.flashtux.org/download +It was downloaded from http://www.weechat.org/files/src/ Copyright: Copyright (C) (2003-2009) FlashCode <flashcode@flashtux.org> diff --git a/debian/watch b/debian/watch index 2058488d3..4483d037d 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=2 -http://weechat.flashtux.org/download/weechat-(\d.*)\.tar\.bz2 +http://www.weechat.org/files/src/weechat-(\d.*)\.tar\.bz2 diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index f09adc798..214fad7b1 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -31,8 +31,7 @@ Some features (version > = 0.3.x): * multi-platform * 100% GPL and free -More info on this page: -http://weechat.flashtux.org/features.php +More info on this page: http://www.weechat.org/features Compilation / install @@ -241,7 +240,7 @@ According to WeeChat version: `/set plugins.var.perl.launcher.signal.weechat_highlight "/path/to/command arguments"` Many other scripts exist for notification, please look at plugins/scripts page: -http://weechat.flashtux.org/plugins.php +http://www.weechat.org/plugins [[filter_irc_join_part_quit]] @@ -302,7 +301,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://weechat.flashtux.org/support.php + http://www.weechat.org/about (you can subscribe and send to "support" mailing list) @@ -310,8 +309,7 @@ There are 3 ways: 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://weechat.flashtux.org/download.php?view=supported_os +The full list is on this page: http://www.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. @@ -324,7 +322,7 @@ 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://weechat.flashtux.org/support.php +http://www.weechat.org/about [[donate]] @@ -332,4 +330,4 @@ Can I give money or other things to WeeChat developers? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You can give us money to help development. -Details on http://weechat.flashtux.org/donate.php +Details on http://www.weechat.org/donate diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 5f467e0dd..12d3ceef4 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6,7 +6,7 @@ FlashCode <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://weechat.flashtux.org/doc.php +http://www.weechat.org/doc [[introduction]] diff --git a/doc/en/weechat_quickstart.en.txt b/doc/en/weechat_quickstart.en.txt index 8c5e01bac..18d610b29 100644 --- a/doc/en/weechat_quickstart.en.txt +++ b/doc/en/weechat_quickstart.en.txt @@ -227,7 +227,7 @@ Python, Ruby, Lua and Tcl). These plugins must be loaded with the `/plugin` command and they provide commands like `/perl`, used to load scripts. Many external plugins/scripts (from contributors) are available for -WeeChat: http://weechat.flashtux.org/plugins.php +WeeChat: http://www.weechat.org/plugins Easiest way to install scripts is to use script 'weeget.py': @@ -241,6 +241,6 @@ More documentation ------------------ You can now use WeeChat and read FAQ/documentation for any other questions: -http://weechat.flashtux.org/doc.php +http://www.weechat.org/doc Enjoy using WeeChat! diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index dc75cf676..07d5c0b59 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -6,7 +6,7 @@ FlashCode <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://weechat.flashtux.org/doc.php +http://www.weechat.org/doc [[introduction]] diff --git a/doc/en/weechat_tester.en.txt b/doc/en/weechat_tester.en.txt index 1ccbb2d97..b5f2c508b 100644 --- a/doc/en/weechat_tester.en.txt +++ b/doc/en/weechat_tester.en.txt @@ -76,7 +76,7 @@ the latest updates. Otherwise you can download and unpack 'devel' package: ----------------------------------------------------------------- -$ wget http://weechat.flashtux.org/download/weechat-devel.tar.bz2 +$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2 $ cd weechat-devel ----------------------------------------------------------------- @@ -107,7 +107,7 @@ Install binary package According to your Linux distribution: * Debian: http://debian.flashtux.org/ -* Gentoo: http://weechat.flashtux.org/download.php +* Gentoo: http://www.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 72bf90502..fea492bd2 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -6,7 +6,7 @@ FlashCode <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://weechat.flashtux.org/doc.php +http://www.weechat.org/doc [[introduction]] @@ -35,7 +35,7 @@ Main features are: * multi-platform (GNU/Linux, *BSD, MacOS X, Windows and other) * 100% GPL, free software -WeeChat homepage is here: http://weechat.flashtux.org/ +WeeChat homepage is here: http://www.weechat.org/ [[pre-requisites]] Pre-requisites @@ -1116,8 +1116,7 @@ These plugins can load, execute and unload scripts for these languages. For more information about how to write scripts, or WeeChat API for scripts, please read 'WeeChat Scripting Guide'. -You can find some scripts for WeeChat here: -http://weechat.flashtux.org/plugins.php +You can find some scripts for WeeChat here: http://www.weechat.org/plugins Perl commands ^^^^^^^^^^^^^ diff --git a/doc/fr/weechat_faq.fr.txt b/doc/fr/weechat_faq.fr.txt index 874a63ac8..a52ae3e4b 100644 --- a/doc/fr/weechat_faq.fr.txt +++ b/doc/fr/weechat_faq.fr.txt @@ -31,8 +31,7 @@ Quelques fonctionnalités (version > = 0.3.x) : * multi-platformes * 100% GPL et libre -Plus d'infos sur cette page : -http://weechat.flashtux.org/features.php +Plus d'infos sur cette page : http://www.weechat.org/features Compilation / installation @@ -250,8 +249,7 @@ Selon la version de WeeChat : `/set plugins.var.perl.launcher.signal.weechat_highlight "/chemin/vers/commande parametres"` De nombreux autres scripts de notification existent, merci de consulter la -liste des extensions/scripts : -http://weechat.flashtux.org/plugins.php +liste des extensions/scripts : http://www.weechat.org/plugins [[filter_irc_join_part_quit]] @@ -315,8 +313,7 @@ Il y a 3 possibilités : * demander une nouvelle fonctionnalité: https://savannah.nongnu.org/task/?group=weechat * envoyer un patch: https://savannah.nongnu.org/patch/?group=weechat . vous pouvez envoyer un mail aux développeurs, consultez la page support - pour les mails des développeurs : - http://weechat.flashtux.org/support.php + pour les mails des développeurs : http://www.weechat.org/about (vous pouvez souscrire et envoyer à la liste de diffusion nommée "support") @@ -324,8 +321,7 @@ Il y a 3 possibilités : Quelle est la liste des plate-formes supportées par WeeChat ? Sera-t-il porté sur d'autres systèmes d'exploitation ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -La liste complète est sur cette page : -http://weechat.flashtux.org/download.php?view=supported_os +La liste complète est sur cette page : http://www.weechat.org/download Nous faisons le maximum pour supporter le plus de plate-formes possible. Toute aide est la bienvenue pour les systèmes que nous n'avons pas, pous y @@ -339,8 +335,7 @@ Je souhaiterai aider les développeurs WeeChat. Que puis-je faire ? Il y a plusieurs choses à faire (test, code, documentation, etc...) Merci de prendre contact avec nous par IRC ou mail, consultez la page -support : -http://weechat.flashtux.org/support.php +support : http://www.weechat.org/about [[donate]] @@ -348,4 +343,4 @@ Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Vous pouvez donner de l'argent pour aider le développement. -Plus de détails sur http://weechat.flashtux.org/donate.php +Plus de détails sur http://www.weechat.org/donate diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index e4bf672dc..d16220702 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -7,7 +7,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait partie de WeeChat. La dernière version de ce document peut être téléchargée sur cette page : -http://weechat.flashtux.org/doc.php +http://www.weechat.org/doc [[introduction]] diff --git a/doc/fr/weechat_quickstart.fr.txt b/doc/fr/weechat_quickstart.fr.txt index d0c783c89..9444c3752 100644 --- a/doc/fr/weechat_quickstart.fr.txt +++ b/doc/fr/weechat_quickstart.fr.txt @@ -240,7 +240,7 @@ doivent être chargées avec la commande `/plugin` et elles fournissent des commandes telles que `/perl`, utilisées pour charger les scripts. Plusieurs extensions/scripts (de contributeurs) sont disponibles pour -WeeChat : http://weechat.flashtux.org/plugins.php +WeeChat : http://www.weechat.org/plugins La manière la plus simple pour installer des scripts consiste à utiliser le script 'weeget.py' : @@ -255,6 +255,6 @@ Plus de documentation --------------------- Vous pouvez maintenant utiliser WeeChat et lire la FAQ/documentation pour -toute autre question : http://weechat.flashtux.org/doc.php +toute autre question : http://www.weechat.org/doc Bon WeeChat ! diff --git a/doc/fr/weechat_scripting.fr.txt b/doc/fr/weechat_scripting.fr.txt index c0c0e3e75..314fb268c 100644 --- a/doc/fr/weechat_scripting.fr.txt +++ b/doc/fr/weechat_scripting.fr.txt @@ -7,7 +7,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait partie de WeeChat. La dernière version de ce document peut être téléchargée sur cette page : -http://weechat.flashtux.org/doc.php +http://www.weechat.org/doc [[introduction]] diff --git a/doc/fr/weechat_tester.fr.txt b/doc/fr/weechat_tester.fr.txt index ec06f9cfa..6c03be151 100644 --- a/doc/fr/weechat_tester.fr.txt +++ b/doc/fr/weechat_tester.fr.txt @@ -80,7 +80,7 @@ pour obtenir juste les deltas avec la version d'aujourd'hui. Sinon vous pouvez installer le paquet 'devel' : ----------------------------------------------------------------- -$ wget http://weechat.flashtux.org/download/weechat-devel.tar.bz2 +$ wget http://www.weechat.org/files/src/weechat-devel.tar.bz2 $ tar xvjf weechat-devel.tar.bz2 $ cd weechat-devel ----------------------------------------------------------------- @@ -111,7 +111,7 @@ Obtenir un paquet binaire Selon votre distribution Linux : * Debian: http://debian.flashtux.org/ -* Gentoo: http://weechat.flashtux.org/download.php +* Gentoo: http://www.weechat.org/download * ArchLinux: PKGBUILD depuis http://aur.archlinux.org/ * autre: nous ne savons pas ! Eheh. diff --git a/doc/fr/weechat_user.fr.txt b/doc/fr/weechat_user.fr.txt index 126142205..d6e553da6 100644 --- a/doc/fr/weechat_user.fr.txt +++ b/doc/fr/weechat_user.fr.txt @@ -7,7 +7,7 @@ Ce manuel documente le client de messagerie instantanée WeeChat, il fait partie de WeeChat. La dernière version de ce document peut être téléchargée sur cette page : -http://weechat.flashtux.org/doc.php +http://www.weechat.org/doc [[introduction]] @@ -36,7 +36,7 @@ Ses principales fonctionnalités sont les suivantes : * multi plates-formes (GNU/Linux, *BSD, MacOS X, Windows et d'autres systèmes) * 100% GPL, logiciel libre -La page d'accueil de WeeChat est ici : http://weechat.flashtux.org/ +La page d'accueil de WeeChat est ici : http://www.weechat.org/ [[pre-requisites]] Pré-requis @@ -1154,7 +1154,7 @@ Pour plus d'informations sur comment écrire des scripts, ou sur l'API WeeChat pour les scripts, merci de lire le 'Le Guide pour Scripts WeeChat'. Vous pouvez trouver des scripts pour WeeChat ici : -http://weechat.flashtux.org/plugins.php +http://www.weechat.org/plugins Commandes Perl ^^^^^^^^^^^^^^ diff --git a/doc/weechat-curses.1 b/doc/weechat-curses.1 index c2ecd26bf..c5ed53ef1 100644 --- a/doc/weechat-curses.1 +++ b/doc/weechat-curses.1 @@ -107,4 +107,4 @@ WeeChat is written by FlashCode <flashcode@flashtux.org> .br Web: .UR -http://weechat.flashtux.org/ +http://www.weechat.org/ diff --git a/src/core/weechat.c b/src/core/weechat.c index ac11bbc16..581d82b99 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -10,7 +10,7 @@ * ## ## * ## By FlashCode <flashcode@flashtux.org> ## * ## ## - * ## http://weechat.flashtux.org/ ## + * ## http://www.weechat.org/ ## * ## ## * ########################################################################## * diff --git a/src/core/weechat.h b/src/core/weechat.h index 283ccfc07..91b91fa93 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -51,7 +51,7 @@ #define WEECHAT_COPYRIGHT_DATE "(c) 2003-2009" -#define WEECHAT_WEBSITE "http://weechat.flashtux.org/" +#define WEECHAT_WEBSITE "http://www.weechat.org/" /* log file */ diff --git a/weechat.spec b/weechat.spec index 7103c695b..11a312536 100644 --- a/weechat.spec +++ b/weechat.spec @@ -24,8 +24,8 @@ Name: %{name} Summary: portable, fast, light and extensible IRC client Version: %{version} Release: %{release} -Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz -URL: http://weechat.flashtux.org +Source: http://www.weechat.org/files/src/%{name}-%{version}.tar.gz +URL: http://www.weechat.org/ Group: Productivity/Networking/IRC BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot Requires: perl, python, ruby, gnutls, ncurses |