]> jfr.im git - irc/weechat/qweechat.git/commitdiff
Use one line titles and less chars for delimited blocks in asciidoc files
authorSebastien Helleu <redacted>
Fri, 7 Feb 2014 10:11:33 +0000 (11:11 +0100)
committerSebastien Helleu <redacted>
Fri, 7 Feb 2014 10:11:33 +0000 (11:11 +0100)
AUTHORS
INSTALL
README

diff --git a/AUTHORS b/AUTHORS
index 7c3cb0bf3d7e0040c176873d83894118d8e319f6..fc9b88426dd6252d04e957ee8866b591b5a6a9a4 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,16 +1,13 @@
-QWeeChat authors
-================
+QWeeChat authors
+Sébastien Helleu <flashcode@flashtux.org>
 
-Developers
-----------
 
-* General code
+== Developers
 
+* General code
 ** Sébastien Helleu (FlashCode) <flashcode@flashtux.org>
 
-
-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 79700ad23eee0b1c0797a99dbe6b1cd1b7f4abd7..f4b3e4ff5790dedf87c2266352e060cfe2d9aaef 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,59 +1,52 @@
-QWeeChat installation
-=====================
+= QWeeChat installation
+Sébastien Helleu <flashcode@flashtux.org>
+
 
 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 f30a7dffd740e13e110f58f74c29181c996a1dae..b70bce3429f4a95072c599d40f29d95f5eacfd0e 100644 (file)
--- a/README
+++ b/README
@@ -1,21 +1,17 @@
-QWeeChat readme
-===============
+QWeeChat readme
+Sébastien Helleu <flashcode@flashtux.org>
 
 
 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 <flashcode@flashtux.org>