I just got done reformatting a tinker server here at work. It's just a FreeBSD 5.4 box with Apache2 and Subversion for people to tinker with learning subversion.
It also used to have a MovableType based blog for general stuff, like "this is broke, this is how I fixed that strange error"...
I'd rather just put a wiki based system on it and keep it simple. What's a good simple wiki for Apache/CGI/ModPerl?
I dunno if Apache::MiniWiki is worth a look.
use mod
jmcada on 2005-06-09T14:33:14
UseMod is a decent Perl-based wiki. From the docs, it looks like it will run under mod_perl... http://www.usemod.com/cgi-bin/wiki.pl
Kwiki is simple and easy. www.kwiki.org.
Re:Kwiki
jk2addict on 2005-06-10T17:37:50
While Kwiki is simple, it's also slow as dirt. On top of that, the 0.38 release appears to not work under mod_fastcgi, makeing it ever more painfull.Re:Kwiki
ajt on 2005-06-11T10:27:24
Have your logged a bug report?