Skip to content

Commit

Permalink
Use one line titles and less chars for delimited blocks in asciidoc f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
flashcode committed Feb 7, 2014
1 parent 1cf51dd commit 0cf8a9b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 45 deletions.
19 changes: 7 additions & 12 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
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:

* Florian Besser (Banton)
* 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)
41 changes: 17 additions & 24 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
14 changes: 5 additions & 9 deletions README
Original file line number Diff line number Diff line change
@@ -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>

Expand Down

0 comments on commit 0cf8a9b

Please sign in to comment.