wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

README (602B)


      1 Python wmiirc
      2 =============
      3 
      4 This directory contains a pure Python implementation of
      5 wmiirc. The two included libraries, pyxp and pygmi, are a 9P
      6 client and wmii filesystem utility module, respectively. To
      7 use this library, simply copy the contents of this direcctory
      8 to @LOCALCONF@. To customize it, either modify wmiirc.py
      9 directly, or create wmii_local.py and store your modifications
     10 there. The latter approach is preferable in that future
     11 modifications to wmiirc.py can usually be painlessly
     12 integrated.
     13 
     14 The documentation is sparse, but wmiirc.py should serve as a
     15 fairly comprehensive example.
     16