This week (can't recall exactly when) Nat said to me that it's a shame the AxKit wiki requires AxKit, mostly because he thought most wikis looked ugly, and the AxKit wiki has made a big effort to be nice to look at. I hmmd a bit, and figured that it had been designed so that the backend module did all the heavy lifting, and the frontend was mostly a stub to get the configuration and do web specific things like redirects. Shouldn't be too hard to port to CGI, right?
Well turns out I was right! I just hacked it up to work out of the box as a CGI. All you need is:
DBI and DBD::SQLite XML::LibXSLT XML::LibXML XML::SAX::Writer Pod::SAX Text::WikiFormat::SAX(Yes, that's a lot more pre-reqs than Kwiki, not a lot I can do about that).
Re:Ah...
Matts on 2003-07-04T23:33:31
There are lots of things missing like that. I also want to build a "Recent Changes" page. I'd also like to make the version control actually store diffs, not just the entire contents.
It's all on my todo list:) Re:Ah...
pdcawley on 2003-07-05T03:20:05
Cool. If I had the tuits...