Thanks for PikiPiki which I found via lwn.net today. I had looked for something simple, albeit powerful enough, for a moment. And I might just get real on really learning Python which I had planned for way too long... Your INSTALL notes were appreciated. It might be worth adding that -- piki itself needs to go to the cgi-bin directory (or the browser must be configured to accept *.cgi anywhere) [ kinda obvious, but some people might miss is ] -- the text/ directry and its content must be writeable for the www server uid or editing will fail I also needed to make two small changes, else the URLs were wrong. See the patch below. I'm probably not the first to submit these... Best regards, Dirk --- piki.orig Thu Feb 17 01:25:08 2000 +++ piki Thu Jul 27 10:52:24 2000 @@ -108,7 +108,7 @@ classattr = 'class="%s" ' % ss_class else: classattr = '' - return '%s' % (classattr, get_scriptname(), + return '%s' % (classattr, get_scriptname(), params, text) @@ -195,7 +195,7 @@ base = get_scriptname() print '