Use one line titles and less chars for delimited blocks in asciidoc files
This commit is contained in:
parent
1cf51dd211
commit
0cf8a9befc
3 changed files with 29 additions and 45 deletions
41
INSTALL
41
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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue