commit 317e4c2fee69e3790d932851a964755e86223c7f parent e6f73e9baf02b6b1bf46c37784b74fa55e337fd1 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Sat, 7 Jul 2012 01:58:05 +0200 explanation about the irc interface Diffstat:
README | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -47,4 +47,13 @@ To run the web interface on port 5000, run plint_web.py. CherryPy is required http://bottlepy.org/docs/dev/tutorial.html#deployment An undocumented IRC interface for use with irctk is available (plint_irc.py). +The poem that it produces can be compiled to HTML automatically using something +along the lines of: + + while true + do + inotifywait poem_file + # www/ should contain style.css + poem2html/make_poem.sh poem_file > www/poem.html + done