Use one line titles and less chars for delimited blocks in asciidoc files
This commit is contained in:
parent
1cf51dd211
commit
0cf8a9befc
19
AUTHORS
19
AUTHORS
@ -1,16 +1,13 @@
|
|||||||
QWeeChat authors
|
= QWeeChat authors
|
||||||
================
|
Sébastien Helleu <flashcode@flashtux.org>
|
||||||
|
|
||||||
Developers
|
|
||||||
----------
|
== Developers
|
||||||
|
|
||||||
* General code
|
* General code
|
||||||
|
|
||||||
** Sébastien Helleu (FlashCode) <flashcode@flashtux.org>
|
** Sébastien Helleu (FlashCode) <flashcode@flashtux.org>
|
||||||
|
|
||||||
|
== Contributors
|
||||||
Contributors
|
|
||||||
------------
|
|
||||||
|
|
||||||
Alphabetically:
|
Alphabetically:
|
||||||
|
|
||||||
@ -18,11 +15,9 @@ Alphabetically:
|
|||||||
* Gryllida A (gry)
|
* Gryllida A (gry)
|
||||||
* howaboutudance
|
* howaboutudance
|
||||||
|
|
||||||
|
== Contact
|
||||||
Contact
|
|
||||||
-------
|
|
||||||
|
|
||||||
Developers are connected to IRC:
|
Developers are connected to IRC:
|
||||||
|
|
||||||
* server: 'irc.freenode.net'
|
* server: 'irc.freenode.net'
|
||||||
* channels: '#weechat' (english) and '#weechat-fr' (french)
|
* channels: '#weechat' (English) and '#weechat-fr' (French)
|
||||||
|
41
INSTALL
41
INSTALL
@ -1,59 +1,52 @@
|
|||||||
QWeeChat installation
|
= QWeeChat installation
|
||||||
=====================
|
Sébastien Helleu <flashcode@flashtux.org>
|
||||||
|
|
||||||
|
|
||||||
Required to run QWeeChat:
|
Required to run QWeeChat:
|
||||||
- Python 2.x >= 2.6
|
- Python 2.x >= 2.6
|
||||||
- PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4)
|
- PySide (recommended, packages: python.pyside.*) or PyQt4 (python-qt4)
|
||||||
|
|
||||||
|
== Run without install
|
||||||
Run without install
|
|
||||||
-------------------
|
|
||||||
|
|
||||||
Extract files from archive and run qweechat.py:
|
Extract files from archive and run qweechat.py:
|
||||||
|
|
||||||
----------------------------------------
|
----
|
||||||
$ tar xvzf qweechat-x.y.tar.gz
|
$ tar xvzf qweechat-x.y.tar.gz
|
||||||
$ cd qweechat-x.y
|
$ cd qweechat-x.y
|
||||||
$ python src/qweechat/qweechat.py
|
$ python src/qweechat/qweechat.py
|
||||||
----------------------------------------
|
----
|
||||||
|
|
||||||
|
== Run with install
|
||||||
Run with install
|
|
||||||
----------------
|
|
||||||
|
|
||||||
Extract files from archive and install using script 'setup.py':
|
Extract files from archive and install using script 'setup.py':
|
||||||
|
|
||||||
----------------------------------------
|
----
|
||||||
$ tar xvzf qweechat-x.y.tar.gz
|
$ tar xvzf qweechat-x.y.tar.gz
|
||||||
$ cd qweechat-x.y
|
$ cd qweechat-x.y
|
||||||
----------------------------------------
|
----
|
||||||
|
|
||||||
To install in your home:
|
To install in your home:
|
||||||
|
|
||||||
----------------------------------------
|
----
|
||||||
$ python setup.py install --home=~/qweechat
|
$ python setup.py install --home=~/qweechat
|
||||||
----------------------------------------
|
----
|
||||||
|
|
||||||
To install in system directories (as root):
|
To install in system directories (as root):
|
||||||
|
|
||||||
----------------------------------------
|
----
|
||||||
# python setup.py install
|
# python setup.py install
|
||||||
----------------------------------------
|
----
|
||||||
|
|
||||||
|
== WeeChat setup
|
||||||
WeeChat setup
|
|
||||||
-------------
|
|
||||||
|
|
||||||
You have to add a relay port in WeeChat, for example on port 1234:
|
You have to add a relay port in WeeChat, for example on port 1234:
|
||||||
|
|
||||||
----------------------------------------
|
----
|
||||||
/relay add weechat 1234
|
/relay add weechat 1234
|
||||||
/set relay.network.password "mypass"
|
/set relay.network.password "mypass"
|
||||||
----------------------------------------
|
----
|
||||||
|
|
||||||
|
== Connect to WeeChat
|
||||||
Connect to WeeChat
|
|
||||||
------------------
|
|
||||||
|
|
||||||
In QWeeChat, click on connect and enter fields:
|
In QWeeChat, click on connect and enter fields:
|
||||||
|
|
||||||
|
14
README
14
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.
|
QWeeChat is a Qt remote GUI for WeeChat written in Python.
|
||||||
It requires WeeChat (version >= 0.3.7) on local or remote machine, with
|
It requires WeeChat (version >= 0.3.7) on local or remote machine, with
|
||||||
relay plugin enabled and listening on a port with protocol "weechat".
|
relay plugin enabled and listening on a port with protocol "weechat".
|
||||||
|
|
||||||
|
== Features
|
||||||
|
|
||||||
Features
|
* multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & others)
|
||||||
--------
|
|
||||||
|
|
||||||
* multi-platform (GNU/Linux, *BSD, Mac OS X, QNX, Windows & other)
|
|
||||||
* free software, released under GPLv3
|
* free software, released under GPLv3
|
||||||
|
|
||||||
|
== Copyright
|
||||||
Copyright
|
|
||||||
---------
|
|
||||||
|
|
||||||
Copyright (C) 2011-2013 Sébastien Helleu <flashcode@flashtux.org>
|
Copyright (C) 2011-2013 Sébastien Helleu <flashcode@flashtux.org>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user