wmii/alternative_wmiircs/python
2010-06-25 17:21:12 -04:00
..
pygmi Change format of bar files. Refactor fs.c. Add M-n/M-b to rc scripts. Add showkeys to plan9port rc. Update docs. Linkify code fragments in wmii.tex. 2010-06-25 17:21:12 -04:00
pyxp Rearrange some things. 2010-06-14 10:30:23 -04:00
Makefile Rearrange some things. 2010-06-14 10:30:23 -04:00
README Fix last commit. 2010-06-11 23:48:29 -04:00
wmiirc Properly fix problem fixed in last commit. Cleanup some stuff in the process. 2009-10-17 21:52:29 -04:00
wmiirc.py Fix last commit. 2010-06-11 23:48:29 -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 @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.