wmii/alternative_wmiircs/python
Kris Maglione a2f9088245 Add ViewAttach, ViewDetach, AreaAttach, and AreaDetach events. 2011-04-21 09:07:19 -04:00
..
pygmi [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
pyxp [python] Fix broken patch. 2010-07-10 22:35:31 -04:00
Makefile [python] Use distutils to compile and install pygmi/pyxp. 2010-06-27 17:47:45 -04:00
README Fix last commit. 2010-06-11 23:48:29 -04:00
pygmi.py [python] Use distutils to compile and install pygmi/pyxp. 2010-06-27 17:47:45 -04:00
pyxp.py [python] Use distutils to compile and install pygmi/pyxp. 2010-06-27 17:47:45 -04:00
wmiirc Fix wmiirc problems in recent commits. 2010-10-13 17:33:02 -04:00
wmiirc.py Add ViewAttach, ViewDetach, AreaAttach, and AreaDetach events. 2011-04-21 09:07:19 -04:00

README

Python wmiirc
=============

This directory contains a pure Python implementation of
wmiirc. The two included libraries, pyxp and pygmi, are a 9P
client and wmii filesystem utility module, respectively. To
use this library, simply copy the contents of this direcctory
to @LOCALCONF@. To customize it, either modify wmiirc.py
directly, or create wmii_local.py and store your modifications
there. The latter approach is preferable in that future
modifications to wmiirc.py can usually be painlessly
integrated.

The documentation is sparse, but wmiirc.py should serve as a
fairly comprehensive example.