Version 0.1.2

v2.8-utf8proc
Sebastien Helleu 2005-05-21 07:04:11 +00:00
parent 68ec2acbb3
commit 5f46617b11
40 changed files with 282 additions and 174 deletions

3
BUGS
View File

@ -1,10 +1,9 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
WeeChat known bugs, 2005-05-07
WeeChat known bugs, 2005-05-21
- ./configure does not check that Gtk 2.0 libraries are installed
- too much nicks in the channel (> height of window) => some nicks are hidden
- when quitting WeeChat term title is not restored (if look_set_title is ON)
- command name for /server can not contain spaces
- wrong alias is not created and not saved when quitting WeeChat

View File

@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2005-05-07
ChangeLog - 2005-05-21
Version 0.1.2 (under dev!):
Version 0.1.2 (2005-05-21):
* added Python plugin support, improved Perl interface (and now Perl/Python
libraries are checked by configure script)
* added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)

50
FAQ
View File

@ -1,4 +1,4 @@
WeeChat FAQ, 2005-02-06
WeeChat FAQ, 2005-05-21
=======================
Intended audience:
@ -22,8 +22,10 @@ finding a solution.
Q: I heard about many GUI for WeeChat. How can I compile/use them?
A: Curses GUI is built by default.
To build Gtk or Qt GUI you've to specify extra options to ./configure script:
To build Gtk, wxWidgets or Qt GUI you've to specify extra options to
./configure script:
--enable-gtk to enable Gtk GUI
--enable-wxwidgets to enable wxWidgets GUI
--enable-qt to enable Qt QUI
Type ./configure --help to see available options.
WARNING: only Curses GUI is ok today. Other GUI are under development!
@ -34,8 +36,8 @@ A: Curses GUI is built by default.
Q: I can't compile WeeChat CVS.
A: Check that you have latest version of autoconf and automake.
WeeChat has been developed with autoconf version 2.56 and automake
version 1.7.
WeeChat has been developed with autoconf version 2.59 and automake
version 1.9.5.
You should have at least these versions in order to compile WeeChat CVS.
If you can't or don't want to install these versions, you can download and
install "devel package", a package built almost every day, based on CVS.
@ -48,12 +50,14 @@ Q: Why using WeeChat ? X-Chat and Irssi are so good...
A: Because WeeChat is very light and has new features.
Some new features:
* many GUI (Curses, Gtk, Qt),
* many GUI (Curses, Gtk, wxWidgets, Qt),
* extensible with scripts (Perl, Python, Ruby),
* developed from scratch (not based on any other IRC client)
* multi-platform
* 100% GPL and free
This is the "geekest" IRC client ;)
More info on this page: http://weechat.flashtux.org/features.php
2.2
@ -61,6 +65,7 @@ A: Because WeeChat is very light and has new features.
Q: I've launched WeeChat, but I'm lost, what can I do?
A: For help you can type /help. For help about a command, type /help command.
Keys and commands are listed in documentation.
2.3
@ -86,19 +91,23 @@ A: Today you can't do that. This is planed for a future version.
Q: How can I load Perl scripts?
Are Perl scripts compatible with X-chat or/and Irssi ?
A: You can use /perl command to load scripts
(default path is ~/.weechat/perl).
A: You can use /perl command to load scripts (default path is
~/.weechat/perl).
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
when WeeChat is starting up.
WeeChat perl scripts are compatible with X-Chat, but not with Irssi,
sorry ;)
WeeChat Perl scripts are 80% compatible with X-Chat, but not with Irssi.
2.6
================================================================================
Q: How can I load Python scripts?
Are Python scripts compatible with X-chat or/and Irssi ?
A: Today Python interface is not developed, so you can't load any Python script.
A: You can use /python command to load scripts (default path is
~/.weechat/python).
Note that scripts in ~/.weechat/python/autoload are automatically loaded
when WeeChat is starting up.
WeeChat Python scripts are 80% compatible with X-Chat, but not with Irssi.
2.7
@ -148,13 +157,27 @@ A: There is 2 ways to submit your feature request:
3.4
================================================================================
Q: Will WeeChat be ported to *BSD, QNX, MacOS X, Microsoft Windows ?
Q: What is the list of supported platforms for WeeChat?
A: Yes. Future versions will be available for these OS.
A: Today WeeChat was succesfully tested on these platforms:
- GNU/Linux (any distribution / i386, AMD64, Sparc)
- FreeBSD
- NetBSD
- OpenBSD
- Mac OS X
- Microsoft Windows (with Cygwin and some code changes)
3.5
================================================================================
Q: Will WeeChat be ported to QNX or other operating systems?
A: Yes. Future versions will be available for these OS.
We need help for such systems, any help is welcome :)
3.6
================================================================================
Q: I want to help WeeChat developers. What can I do?
A: There's many tasks to do (code, documentation, ...)
@ -162,8 +185,9 @@ A: There's many tasks to do (code, documentation, ...)
http://weechat.flashtux.org/support.php
3.6
3.7
================================================================================
Q: Can I give money or other things to WeeChat developers?
A: Beer is welcome :)
Otherwise Paypal account is: flashcode@free.fr (no limit for gifts :)

53
FAQ.fr
View File

@ -1,4 +1,4 @@
WeeChat FAQ, 2005-02-06
WeeChat FAQ, 2005-05-21
=======================
Public concerné :
@ -23,9 +23,10 @@ Q: J'ai entendu parler de plusieurs interfaces pour WeeChat.
Comment puis-je les compiler/utiliser ?
R: L'interface Curses est construite par défaut.
Pour construire l'interface Gtk ou Qt, vous devez spécifier des options
pour le script ./configure :
Pour construire l'interface Gtk, wxWidgets ou Qt, vous devez spécifier des
options pour le script ./configure :
--enable-gtk pour activer l'interface Gtk
--enable-wxwidgets pour activer l'interface wxWidgets
--enable-qt pour activer l'interface Qt
Tapez ./configure --help pour voir les options disponibles.
ATTENTION : seule l'interface Curses est ok aujourd'hui.
@ -37,8 +38,8 @@ R: L'interface Curses est construite par d
Q: Je ne peux pas compiler le CVS WeeChat.
R: Vérifiez que vous avez bien la dernière version d'autoconf et automake.
WeeChat a été développé avec autoconf version 2.56 et automake
version 1.7.
WeeChat a été développé avec autoconf version 2.59 et automake
version 1.9.5.
Vous devez avoir au moins ces versions pour compiler le CVS WeeChat.
Si vous n'avez pas ou ne souhaitez pas installer ces versions, vous
pouvez télécharger et installer le paquet "devel", un paquet construit
@ -52,12 +53,14 @@ Q: Pourquoi utiliser WeeChat ? X-Chat et Irssi sont si bien...
R: Parce que WeeChat est très léger et a de nouvelles fonctionnalités.
Quelques nouvelles fonctionnalités :
* plusieurs interfaces (Curses, Gtk, Qt),
* plusieurs interfaces (Curses, Gtk, wxWidgets, Qt),
* extensible par des scripts (Perl, Python, Ruby),
* développé à partir de zéro (non basé sur un quelconque client IRC)
* multi-platformes
* 100% GPL et libre
C'est le client IRC le plus "geek" ;)
Plus d'infos sur cette page: http://weechat.flashtux.org/features.php
2.2
@ -66,6 +69,7 @@ Q: J'ai lanc
R: Pour obtenir de l'aide tapez /help. Pour de l'aide sur une commande,
tapez /help commande.
Les touches et commandes sont listées dans la documentation.
2.3
@ -92,20 +96,23 @@ R: Aujourd'hui vous ne pouvez pas le faire. Ce sera possible dans une
Q: Comment puis-je charger des scripts Perl ?
Les scripts Perl sont-ils compatibles avec X-chat et/ou Irssi ?
R: La commande /perl permet de charger les scripts Perl
(le chemin par défaut est ~/.weechat/perl).
R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
est ~/.weechat/perl).
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
chargés par WeeChat lorsqu'il démarre.
Les scripts Perl WeeChat sont compatibles avec X-Chat, mais pas Irssi,
désolé ;)
Les scripts Perl WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.6
================================================================================
Q: Comment puis-je charger les scripts Python ?
Les scripts Python sont-ils compatibles avec X-chat et/ou Irssi ?
R: Aujourd'hui l'interface Python n'est pas déceloppée.
Vous ne pouvez donc charger aucun script Python.
R: La commande /python permet de charger les scripts Python (le chemin par
défaut est ~/.weechat/python).
Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
chargés par WeeChat lorsqu'il démarre.
Les scripts Python WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.7
@ -161,13 +168,27 @@ R: Il y a 2 mani
3.4
================================================================================
Q: WeeChat sera-t-il porté sur *BSD, QNX, MacOS X, Microsoft Windows ?
Q: Quelle est la liste des plate-formes supportées par WeeChat ?
R: Oui. Les futures versions seront disponibles pour ces OS.
R: Aujourd'hui WeeChat a été testé avec succès sur ces plate-formes :
- GNU/Linux (toute distribution / i386, AMD64, Sparc)
- FreeBSD
- NetBSD
- OpenBSD
- Mac OS X
- Microsoft Windows (avec Cygwin et quelques modifications de code)
3.5
================================================================================
Q: WeeChat sera-t-il porté sur QNX ou d'autres systèmes d'exploitation ?
R: Oui. Les futures versions seront disponibles pour ces OS.
Nous avons besoin d'aide pour ces systèmes, toute aide est la bienvenue :)
3.6
================================================================================
Q: Je souhaiterai aider les développeurs WeeChat. Que puis-je faire ?
R: Il y a plusieurs choses à faire (code, documentation, ...)
@ -176,8 +197,10 @@ R: Il y a plusieurs choses
http://weechat.flashtux.org/support.php
3.6
3.7
================================================================================
Q: Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ?
R: La bière est la bienvenue :)
Sinon le compte Paypal est: flashcode@free.fr (il n'y a pas de limite pour
les dons :)

4
NEWS
View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
* FlashCode, 2005-05-21
WeeChat 0.1.2 released.
* FlashCode, 2005-03-20
WeeChat 0.1.1 released.

2
TODO
View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
TODO - 2005-04-30
TODO - 2005-05-21
Legend:
# done

View File

@ -19,10 +19,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.1.2-cvs, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.1.2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.1.2-cvs])
AM_INIT_AUTOMAKE([weechat], [0.1.2])
# Checks for programs.
AC_PROG_CC

8
debian/changelog vendored
View File

@ -1,3 +1,9 @@
weechat (0.1.2-1) unstable; urgency=low
* WeeChat version 0.1.2, see ChangeLog for detail.
-- Sebastien Helleu <flashcode@flashtux.org> Sat, 21 May 2005 08:00:00 +0200
weechat (0.1.1-2) unstable; urgency=low
* debian/control:
@ -8,7 +14,7 @@ weechat (0.1.1-2) unstable; urgency=low
weechat (0.1.1-1) unstable; urgency=low
* WeeChat version 0.1.1, see ChangeLog for detail.
* WeeChat version 0.1.1, see ChangeLog for detail (closes: #306492)
-- Sebastien Helleu <flashcode@flashtux.org> Sat, 20 Mar 2005 08:00:00 +0200

2
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Sebastien Helleu <flashcode@flashtux.org>
Uploaders: Julien Louis <ptitlouis@sysif.net>
Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev
Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev, python2.3 (>= 2.3), python-dev
Standards-Version: 3.6.1
Package: weechat

2
debian/copyright vendored
View File

@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
Sat, 20 Mar 2005 08:00:00 +0200.
Sat, 21 May 2005 08:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download

2
debian/rules vendored
View File

@ -15,7 +15,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \
--enable-perl
--enable-perl --enable-python
touch configure-stamp

View File

@ -35,7 +35,7 @@
@title WeeChat - User guide
@subtitle Fast, light and extensible IRC client
@subtitle Documentation for WeeChat v0.1.2-cvs - May, 08 2005
@subtitle Documentation for WeeChat v0.1.2 - May, 21 2005
@image{weechat_image}

View File

@ -35,7 +35,7 @@
@title WeeChat - Gui@'on de usuario.
@subtitle Cliente IRC r@'apido, peque@~no y extensible
@subtitle Documentaci@'on para WeeChat v0.1.2 - 08 de mayo de 2005
@subtitle Documentaci@'on para WeeChat v0.1.2 - 21 de mayo de 2005
@image{weechat_image}

View File

@ -35,7 +35,7 @@
@title WeeChat - Guide utilisateur
@subtitle Client IRC rapide, l@'eger et extensible
@subtitle Documentation pour WeeChat v0.1.2-cvs - 08 Mai 2005
@subtitle Documentation pour WeeChat v0.1.2 - 21 Mai 2005
@image{weechat_image}

View File

@ -35,7 +35,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2-cvs - 08 de Maio de 2005
@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2 - 21 de Maio de 2005
@image{weechat_image}

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.1.2-cvs\n"
"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2005-05-08 14:15+0200\n"
"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2039,45 +2039,45 @@ msgstr "MB"
msgid "Gb"
msgstr "GB"
#: src/gui/curses/gui-display.c:1121
#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(ausente)"
#: src/gui/curses/gui-display.c:1234
#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[no conectado] "
#: src/gui/curses/gui-display.c:1251
#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
#: src/gui/curses/gui-display.c:1300
#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
#: src/gui/curses/gui-display.c:1321
#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-MÁS-"
#: src/gui/curses/gui-display.c:1508
#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Aceptar"
#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Cancelar"
#: src/gui/curses/gui-display.c:1518
#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Eliminar"
#: src/gui/curses/gui-display.c:1522
#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purgar los viejos DCC"
#: src/gui/curses/gui-display.c:1523
#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Cerrar la vista DCC"

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.1.2-cvs\n"
"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2005-05-08 14:15+0200\n"
"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2040,45 +2040,45 @@ msgstr "Mo"
msgid "Gb"
msgstr "Go"
#: src/gui/curses/gui-display.c:1121
#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(absent)"
#: src/gui/curses/gui-display.c:1234
#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[non connecté] "
#: src/gui/curses/gui-display.c:1251
#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
#: src/gui/curses/gui-display.c:1300
#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
#: src/gui/curses/gui-display.c:1321
#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-PLUS-"
#: src/gui/curses/gui-display.c:1508
#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Accepter"
#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Annuler"
#: src/gui/curses/gui-display.c:1518
#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Retirer"
#: src/gui/curses/gui-display.c:1522
#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purger anciens DCC"
#: src/gui/curses/gui-display.c:1523
#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Fermer la vue DCC"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2005-05-08 14:15+0200\n"
"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1911,45 +1911,45 @@ msgstr ""
msgid "Gb"
msgstr ""
#: src/gui/curses/gui-display.c:1121
#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr ""
#: src/gui/curses/gui-display.c:1234
#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr ""
#: src/gui/curses/gui-display.c:1251
#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr ""
#: src/gui/curses/gui-display.c:1300
#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr ""
#: src/gui/curses/gui-display.c:1321
#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr ""
#: src/gui/curses/gui-display.c:1508
#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr ""
#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr ""
#: src/gui/curses/gui-display.c:1518
#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr ""
#: src/gui/curses/gui-display.c:1522
#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr ""
#: src/gui/curses/gui-display.c:1523
#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr ""

View File

@ -1,4 +1,4 @@
.TH WEECHAT 1 "February 2005" "FlashCode"
.TH WEECHAT 1 "May 2005" "FlashCode"
.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
@ -53,11 +53,7 @@ configuration file for WeeChat
WeeChat log file
.SH AUTHOR
WeeChat is written by:
.br
- FlashCode <flashcode@flashtux.org>
- Bounga <bounga@altern.org>
- Xahlexx <xahlexx@weeland.org>
WeeChat is written by FlashCode <flashcode@flashtux.org>
.br
WeeChat on the web:
.UR

View File

@ -1,5 +1,5 @@
%define name weechat
%define version 0.1.1
%define version 0.1.2
%define release 1
Name: %{name}
@ -10,7 +10,7 @@ Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz
URL: http://weechat.flashtux.org
Group: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: perl
Requires: perl, python
License: GPL
%description
@ -23,7 +23,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
./configure --enable-perl
./configure --enable-perl --enable-python
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat-curses
%changelog
* Sat May 21 2005 FlashCode <flashcode@flashtux.org> 0.1.2-1
- Released version 0.1.2
* Sat Mar 20 2005 FlashCode <flashcode@flashtux.org> 0.1.1-1
- Released version 0.1.1
* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1

View File

@ -1,10 +1,9 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
WeeChat known bugs, 2005-05-07
WeeChat known bugs, 2005-05-21
- ./configure does not check that Gtk 2.0 libraries are installed
- too much nicks in the channel (> height of window) => some nicks are hidden
- when quitting WeeChat term title is not restored (if look_set_title is ON)
- command name for /server can not contain spaces
- wrong alias is not created and not saved when quitting WeeChat

View File

@ -1,10 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
ChangeLog - 2005-05-07
ChangeLog - 2005-05-21
Version 0.1.2 (under dev!):
Version 0.1.2 (2005-05-21):
* added Python plugin support, improved Perl interface (and now Perl/Python
libraries are checked by configure script)
* added nicklist scroll keys (Alt+{home/end/pgup/pgdn} or F11/F12)

View File

@ -1,4 +1,4 @@
WeeChat FAQ, 2005-02-06
WeeChat FAQ, 2005-05-21
=======================
Intended audience:
@ -22,8 +22,10 @@ finding a solution.
Q: I heard about many GUI for WeeChat. How can I compile/use them?
A: Curses GUI is built by default.
To build Gtk or Qt GUI you've to specify extra options to ./configure script:
To build Gtk, wxWidgets or Qt GUI you've to specify extra options to
./configure script:
--enable-gtk to enable Gtk GUI
--enable-wxwidgets to enable wxWidgets GUI
--enable-qt to enable Qt QUI
Type ./configure --help to see available options.
WARNING: only Curses GUI is ok today. Other GUI are under development!
@ -34,8 +36,8 @@ A: Curses GUI is built by default.
Q: I can't compile WeeChat CVS.
A: Check that you have latest version of autoconf and automake.
WeeChat has been developed with autoconf version 2.56 and automake
version 1.7.
WeeChat has been developed with autoconf version 2.59 and automake
version 1.9.5.
You should have at least these versions in order to compile WeeChat CVS.
If you can't or don't want to install these versions, you can download and
install "devel package", a package built almost every day, based on CVS.
@ -48,12 +50,14 @@ Q: Why using WeeChat ? X-Chat and Irssi are so good...
A: Because WeeChat is very light and has new features.
Some new features:
* many GUI (Curses, Gtk, Qt),
* many GUI (Curses, Gtk, wxWidgets, Qt),
* extensible with scripts (Perl, Python, Ruby),
* developed from scratch (not based on any other IRC client)
* multi-platform
* 100% GPL and free
This is the "geekest" IRC client ;)
More info on this page: http://weechat.flashtux.org/features.php
2.2
@ -61,6 +65,7 @@ A: Because WeeChat is very light and has new features.
Q: I've launched WeeChat, but I'm lost, what can I do?
A: For help you can type /help. For help about a command, type /help command.
Keys and commands are listed in documentation.
2.3
@ -86,19 +91,23 @@ A: Today you can't do that. This is planed for a future version.
Q: How can I load Perl scripts?
Are Perl scripts compatible with X-chat or/and Irssi ?
A: You can use /perl command to load scripts
(default path is ~/.weechat/perl).
A: You can use /perl command to load scripts (default path is
~/.weechat/perl).
Note that scripts in ~/.weechat/perl/autoload are automatically loaded
when WeeChat is starting up.
WeeChat perl scripts are compatible with X-Chat, but not with Irssi,
sorry ;)
WeeChat Perl scripts are 80% compatible with X-Chat, but not with Irssi.
2.6
================================================================================
Q: How can I load Python scripts?
Are Python scripts compatible with X-chat or/and Irssi ?
A: Today Python interface is not developed, so you can't load any Python script.
A: You can use /python command to load scripts (default path is
~/.weechat/python).
Note that scripts in ~/.weechat/python/autoload are automatically loaded
when WeeChat is starting up.
WeeChat Python scripts are 80% compatible with X-Chat, but not with Irssi.
2.7
@ -148,13 +157,27 @@ A: There is 2 ways to submit your feature request:
3.4
================================================================================
Q: Will WeeChat be ported to *BSD, QNX, MacOS X, Microsoft Windows ?
Q: What is the list of supported platforms for WeeChat?
A: Yes. Future versions will be available for these OS.
A: Today WeeChat was succesfully tested on these platforms:
- GNU/Linux (any distribution / i386, AMD64, Sparc)
- FreeBSD
- NetBSD
- OpenBSD
- Mac OS X
- Microsoft Windows (with Cygwin and some code changes)
3.5
================================================================================
Q: Will WeeChat be ported to QNX or other operating systems?
A: Yes. Future versions will be available for these OS.
We need help for such systems, any help is welcome :)
3.6
================================================================================
Q: I want to help WeeChat developers. What can I do?
A: There's many tasks to do (code, documentation, ...)
@ -162,8 +185,9 @@ A: There's many tasks to do (code, documentation, ...)
http://weechat.flashtux.org/support.php
3.6
3.7
================================================================================
Q: Can I give money or other things to WeeChat developers?
A: Beer is welcome :)
Otherwise Paypal account is: flashcode@free.fr (no limit for gifts :)

View File

@ -1,4 +1,4 @@
WeeChat FAQ, 2005-02-06
WeeChat FAQ, 2005-05-21
=======================
Public concerné :
@ -23,9 +23,10 @@ Q: J'ai entendu parler de plusieurs interfaces pour WeeChat.
Comment puis-je les compiler/utiliser ?
R: L'interface Curses est construite par défaut.
Pour construire l'interface Gtk ou Qt, vous devez spécifier des options
pour le script ./configure :
Pour construire l'interface Gtk, wxWidgets ou Qt, vous devez spécifier des
options pour le script ./configure :
--enable-gtk pour activer l'interface Gtk
--enable-wxwidgets pour activer l'interface wxWidgets
--enable-qt pour activer l'interface Qt
Tapez ./configure --help pour voir les options disponibles.
ATTENTION : seule l'interface Curses est ok aujourd'hui.
@ -37,8 +38,8 @@ R: L'interface Curses est construite par d
Q: Je ne peux pas compiler le CVS WeeChat.
R: Vérifiez que vous avez bien la dernière version d'autoconf et automake.
WeeChat a été développé avec autoconf version 2.56 et automake
version 1.7.
WeeChat a été développé avec autoconf version 2.59 et automake
version 1.9.5.
Vous devez avoir au moins ces versions pour compiler le CVS WeeChat.
Si vous n'avez pas ou ne souhaitez pas installer ces versions, vous
pouvez télécharger et installer le paquet "devel", un paquet construit
@ -52,12 +53,14 @@ Q: Pourquoi utiliser WeeChat ? X-Chat et Irssi sont si bien...
R: Parce que WeeChat est très léger et a de nouvelles fonctionnalités.
Quelques nouvelles fonctionnalités :
* plusieurs interfaces (Curses, Gtk, Qt),
* plusieurs interfaces (Curses, Gtk, wxWidgets, Qt),
* extensible par des scripts (Perl, Python, Ruby),
* développé à partir de zéro (non basé sur un quelconque client IRC)
* multi-platformes
* 100% GPL et libre
C'est le client IRC le plus "geek" ;)
Plus d'infos sur cette page: http://weechat.flashtux.org/features.php
2.2
@ -66,6 +69,7 @@ Q: J'ai lanc
R: Pour obtenir de l'aide tapez /help. Pour de l'aide sur une commande,
tapez /help commande.
Les touches et commandes sont listées dans la documentation.
2.3
@ -92,20 +96,23 @@ R: Aujourd'hui vous ne pouvez pas le faire. Ce sera possible dans une
Q: Comment puis-je charger des scripts Perl ?
Les scripts Perl sont-ils compatibles avec X-chat et/ou Irssi ?
R: La commande /perl permet de charger les scripts Perl
(le chemin par défaut est ~/.weechat/perl).
R: La commande /perl permet de charger les scripts Perl (le chemin par défaut
est ~/.weechat/perl).
Notez que les scripts dans ~/.weechat/perl/autoload sont automatiquement
chargés par WeeChat lorsqu'il démarre.
Les scripts Perl WeeChat sont compatibles avec X-Chat, mais pas Irssi,
désolé ;)
Les scripts Perl WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.6
================================================================================
Q: Comment puis-je charger les scripts Python ?
Les scripts Python sont-ils compatibles avec X-chat et/ou Irssi ?
R: Aujourd'hui l'interface Python n'est pas déceloppée.
Vous ne pouvez donc charger aucun script Python.
R: La commande /python permet de charger les scripts Python (le chemin par
défaut est ~/.weechat/python).
Notez que les scripts dans ~/.weechat/python/autoload sont automatiquement
chargés par WeeChat lorsqu'il démarre.
Les scripts Python WeeChat sont 80% compatibles avec X-Chat, mais pas Irssi.
2.7
@ -161,13 +168,27 @@ R: Il y a 2 mani
3.4
================================================================================
Q: WeeChat sera-t-il porté sur *BSD, QNX, MacOS X, Microsoft Windows ?
Q: Quelle est la liste des plate-formes supportées par WeeChat ?
R: Oui. Les futures versions seront disponibles pour ces OS.
R: Aujourd'hui WeeChat a été testé avec succès sur ces plate-formes :
- GNU/Linux (toute distribution / i386, AMD64, Sparc)
- FreeBSD
- NetBSD
- OpenBSD
- Mac OS X
- Microsoft Windows (avec Cygwin et quelques modifications de code)
3.5
================================================================================
Q: WeeChat sera-t-il porté sur QNX ou d'autres systèmes d'exploitation ?
R: Oui. Les futures versions seront disponibles pour ces OS.
Nous avons besoin d'aide pour ces systèmes, toute aide est la bienvenue :)
3.6
================================================================================
Q: Je souhaiterai aider les développeurs WeeChat. Que puis-je faire ?
R: Il y a plusieurs choses à faire (code, documentation, ...)
@ -176,8 +197,10 @@ R: Il y a plusieurs choses
http://weechat.flashtux.org/support.php
3.6
3.7
================================================================================
Q: Puis-je donner de l'argent ou d'autres choses aux développeurs WeeChat ?
R: La bière est la bienvenue :)
Sinon le compte Paypal est: flashcode@free.fr (il n'y a pas de limite pour
les dons :)

View File

@ -1,6 +1,10 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
* FlashCode, 2005-05-21
WeeChat 0.1.2 released.
* FlashCode, 2005-03-20
WeeChat 0.1.1 released.

View File

@ -1,7 +1,7 @@
WeeChat - Wee Enhanced Environment for Chat
===========================================
TODO - 2005-04-30
TODO - 2005-05-21
Legend:
# done

View File

@ -19,10 +19,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.56)
AC_INIT(WeeChat, 0.1.2-cvs, flashcode@flashtux.org)
AC_INIT(WeeChat, 0.1.2, flashcode@flashtux.org)
AC_CONFIG_SRCDIR([src/common/weechat.c])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([weechat], [0.1.2-cvs])
AM_INIT_AUTOMAKE([weechat], [0.1.2])
# Checks for programs.
AC_PROG_CC

View File

@ -1,3 +1,9 @@
weechat (0.1.2-1) unstable; urgency=low
* WeeChat version 0.1.2, see ChangeLog for detail.
-- Sebastien Helleu <flashcode@flashtux.org> Sat, 21 May 2005 08:00:00 +0200
weechat (0.1.1-2) unstable; urgency=low
* debian/control:
@ -8,7 +14,7 @@ weechat (0.1.1-2) unstable; urgency=low
weechat (0.1.1-1) unstable; urgency=low
* WeeChat version 0.1.1, see ChangeLog for detail.
* WeeChat version 0.1.1, see ChangeLog for detail (closes: #306492)
-- Sebastien Helleu <flashcode@flashtux.org> Sat, 20 Mar 2005 08:00:00 +0200

View File

@ -3,7 +3,7 @@ Section: net
Priority: optional
Maintainer: Sebastien Helleu <flashcode@flashtux.org>
Uploaders: Julien Louis <ptitlouis@sysif.net>
Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev
Build-Depends: debhelper (>> 4.0.0), libncurses5-dev (>= 5.2.20020112a-7), perl (>= 5.6.0-16), libperl-dev, python2.3 (>= 2.3), python-dev
Standards-Version: 3.6.1
Package: weechat

View File

@ -1,5 +1,5 @@
This package was debianized by FlashCode <flashcode@flashtux.org> on
Sat, 20 Mar 2005 08:00:00 +0200.
Sat, 21 May 2005 08:00:00 +0200.
It was downloaded from http://weechat.flashtux.org/download

View File

@ -15,7 +15,7 @@ configure: configure-stamp
configure-stamp:
dh_testdir
./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \
--enable-perl
--enable-perl --enable-python
touch configure-stamp

View File

@ -35,7 +35,7 @@
@title WeeChat - User guide
@subtitle Fast, light and extensible IRC client
@subtitle Documentation for WeeChat v0.1.2-cvs - May, 08 2005
@subtitle Documentation for WeeChat v0.1.2 - May, 21 2005
@image{weechat_image}

View File

@ -35,7 +35,7 @@
@title WeeChat - Gui@'on de usuario.
@subtitle Cliente IRC r@'apido, peque@~no y extensible
@subtitle Documentaci@'on para WeeChat v0.1.2 - 08 de mayo de 2005
@subtitle Documentaci@'on para WeeChat v0.1.2 - 21 de mayo de 2005
@image{weechat_image}

View File

@ -35,7 +35,7 @@
@title WeeChat - Guide utilisateur
@subtitle Client IRC rapide, l@'eger et extensible
@subtitle Documentation pour WeeChat v0.1.2-cvs - 08 Mai 2005
@subtitle Documentation pour WeeChat v0.1.2 - 21 Mai 2005
@image{weechat_image}

View File

@ -35,7 +35,7 @@
@title WeeChat - Guia do Utilizador
@subtitle Cliente de IRC rapido, leve e extencivel
@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2-cvs - 08 de Maio de 2005
@subtitle Documenta@,{c}@~ao do WeeChat v0.1.2 - 21 de Maio de 2005
@image{weechat_image}

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.1.2-cvs\n"
"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2005-05-08 14:15+0200\n"
"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2039,45 +2039,45 @@ msgstr "MB"
msgid "Gb"
msgstr "GB"
#: src/gui/curses/gui-display.c:1121
#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(ausente)"
#: src/gui/curses/gui-display.c:1234
#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[no conectado] "
#: src/gui/curses/gui-display.c:1251
#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
#: src/gui/curses/gui-display.c:1300
#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
#: src/gui/curses/gui-display.c:1321
#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-MÁS-"
#: src/gui/curses/gui-display.c:1508
#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Aceptar"
#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Cancelar"
#: src/gui/curses/gui-display.c:1518
#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Eliminar"
#: src/gui/curses/gui-display.c:1522
#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purgar los viejos DCC"
#: src/gui/curses/gui-display.c:1523
#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Cerrar la vista DCC"

View File

@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.1.2-cvs\n"
"Project-Id-Version: WeeChat 0.1.2\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2005-05-08 14:15+0200\n"
"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: 2005-05-08 14:16+0200\n"
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@ -2040,45 +2040,45 @@ msgstr "Mo"
msgid "Gb"
msgstr "Go"
#: src/gui/curses/gui-display.c:1121
#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr "(absent)"
#: src/gui/curses/gui-display.c:1234
#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr "%d:[non connecté] "
#: src/gui/curses/gui-display.c:1251
#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr "Act: "
#: src/gui/curses/gui-display.c:1300
#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr "Lag: %.1f"
#: src/gui/curses/gui-display.c:1321
#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr "-PLUS-"
#: src/gui/curses/gui-display.c:1508
#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr " [A] Accepter"
#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr " [C] Annuler"
#: src/gui/curses/gui-display.c:1518
#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr " [R] Retirer"
#: src/gui/curses/gui-display.c:1522
#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr " [P] Purger anciens DCC"
#: src/gui/curses/gui-display.c:1523
#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr " [Q] Fermer la vue DCC"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2005-05-08 14:15+0200\n"
"POT-Creation-Date: 2005-05-21 07:26+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1911,45 +1911,45 @@ msgstr ""
msgid "Gb"
msgstr ""
#: src/gui/curses/gui-display.c:1121
#: src/gui/curses/gui-display.c:1122
msgid "(away)"
msgstr ""
#: src/gui/curses/gui-display.c:1234
#: src/gui/curses/gui-display.c:1235
#, c-format
msgid "%d:[not connected] "
msgstr ""
#: src/gui/curses/gui-display.c:1251
#: src/gui/curses/gui-display.c:1252
msgid "Act: "
msgstr ""
#: src/gui/curses/gui-display.c:1300
#: src/gui/curses/gui-display.c:1301
#, c-format
msgid "Lag: %.1f"
msgstr ""
#: src/gui/curses/gui-display.c:1321
#: src/gui/curses/gui-display.c:1322
msgid "-MORE-"
msgstr ""
#: src/gui/curses/gui-display.c:1508
#: src/gui/curses/gui-display.c:1509
msgid " [A] Accept"
msgstr ""
#: src/gui/curses/gui-display.c:1509 src/gui/curses/gui-display.c:1513
#: src/gui/curses/gui-display.c:1510 src/gui/curses/gui-display.c:1514
msgid " [C] Cancel"
msgstr ""
#: src/gui/curses/gui-display.c:1518
#: src/gui/curses/gui-display.c:1519
msgid " [R] Remove"
msgstr ""
#: src/gui/curses/gui-display.c:1522
#: src/gui/curses/gui-display.c:1523
msgid " [P] Purge old DCC"
msgstr ""
#: src/gui/curses/gui-display.c:1523
#: src/gui/curses/gui-display.c:1524
msgid " [Q] Close DCC view"
msgstr ""

View File

@ -1,4 +1,4 @@
.TH WEECHAT 1 "February 2005" "FlashCode"
.TH WEECHAT 1 "May 2005" "FlashCode"
.SH NAME
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
@ -53,11 +53,7 @@ configuration file for WeeChat
WeeChat log file
.SH AUTHOR
WeeChat is written by:
.br
- FlashCode <flashcode@flashtux.org>
- Bounga <bounga@altern.org>
- Xahlexx <xahlexx@weeland.org>
WeeChat is written by FlashCode <flashcode@flashtux.org>
.br
WeeChat on the web:
.UR

View File

@ -1,5 +1,5 @@
%define name weechat
%define version 0.1.1
%define version 0.1.2
%define release 1
Name: %{name}
@ -10,7 +10,7 @@ Source: http://weechat.flashtux.org/download/%{name}-%{version}.tar.gz
URL: http://weechat.flashtux.org
Group: Networking/IRC
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: perl
Requires: perl, python
License: GPL
%description
@ -23,7 +23,7 @@ rm -rf $RPM_BUILD_ROOT
%setup
%build
./configure --enable-perl
./configure --enable-perl --enable-python
make DESTDIR="$RPM_BUILD_ROOT" LOCALRPM="local"
%install
@ -41,6 +41,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/local/bin/weechat-curses
%changelog
* Sat May 21 2005 FlashCode <flashcode@flashtux.org> 0.1.2-1
- Released version 0.1.2
* Sat Mar 20 2005 FlashCode <flashcode@flashtux.org> 0.1.1-1
- Released version 0.1.1
* Sat Feb 12 2005 FlashCode <flashcode@flashtux.org> 0.1.0-1