From 0cf8a9befc25998c944e667cc4dc463015a3d27f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 7 Feb 2014 11:11:33 +0100 Subject: [PATCH] Use one line titles and less chars for delimited blocks in asciidoc files --- AUTHORS | 19 +++++++------------ INSTALL | 41 +++++++++++++++++------------------------ README | 14 +++++--------- 3 files changed, 29 insertions(+), 45 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7c3cb0b..fc9b884 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,16 +1,13 @@ -QWeeChat authors -================ += QWeeChat authors +Sébastien Helleu -Developers ----------- + +== Developers * General code - ** Sébastien Helleu (FlashCode) - -Contributors ------------- +== Contributors Alphabetically: @@ -18,11 +15,9 @@ Alphabetically: * Gryllida A (gry) * howaboutudance - -Contact -------- +== Contact Developers are connected to IRC: * server: 'irc.freenode.net' -* channels: '#weechat' (english) and '#weechat-fr' (french) +* channels: '#weechat' (English) and '#weechat-fr' (French) diff --git a/INSTALL b/INSTALL index 79700ad..f4b3e4f 100644 --- a/INSTALL +++ b/INSTALL @@ -1,59 +1,52 @@ -QWeeChat installation -===================== += QWeeChat installation +Sébastien Helleu + Required to run QWeeChat: - Python 2.x >= 2.6 - PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4) - -Run without install -------------------- +== Run without install Extract files from archive and run qweechat.py: ----------------------------------------- +---- $ tar xvzf qweechat-x.y.tar.gz $ cd qweechat-x.y $ python src/qweechat/qweechat.py ----------------------------------------- +---- - -Run with install ----------------- +== Run with install Extract files from archive and install using script 'setup.py': ----------------------------------------- +---- $ tar xvzf qweechat-x.y.tar.gz $ cd qweechat-x.y ----------------------------------------- +---- To install in your home: ----------------------------------------- +---- $ python setup.py install --home=~/qweechat ----------------------------------------- +---- To install in system directories (as root): ----------------------------------------- +---- # python setup.py install ----------------------------------------- +---- - -WeeChat setup -------------- +== WeeChat setup You have to add a relay port in WeeChat, for example on port 1234: ----------------------------------------- +---- /relay add weechat 1234 /set relay.network.password "mypass" ----------------------------------------- +---- - -Connect to WeeChat ------------------- +== Connect to WeeChat In QWeeChat, click on connect and enter fields: diff --git a/README b/README index f30a7df..b70bce3 100644 --- a/README +++ b/README @@ -1,21 +1,17 @@ -QWeeChat readme -=============== += QWeeChat readme +Sébastien Helleu QWeeChat is a Qt remote GUI for WeeChat written in Python. It requires WeeChat (version >= 0.3.7) on local or remote machine, with relay plugin enabled and listening on a port with protocol "weechat". +== Features -Features --------- - -* multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & other) +* multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & others) * free software, released under GPLv3 - -Copyright ---------- +== Copyright Copyright (C) 2011-2013 Sébastien Helleu