wmii/alternative_wmiircs/python
2009-10-09 22:23:00 -04:00
..
pygmi Add API docs to pygmi and pyxp. 2009-10-09 22:23:00 -04:00
pyxp Slight changes to $(CONFVERSION) 2009-08-03 16:33:23 -04:00
README Add alternative_wmiircs READMEs 2009-09-02 20:36:25 -04:00
wmiirc Prepend $WMII_CONFPATH to $PYTHONPATH rather than appending it. 2009-10-01 00:23:27 -04:00
wmiirc.py Minor changes to pygmi.events API. 2009-10-09 20:34:23 -04:00

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 ~/.wmii/. 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.