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::WikiFo rmat::SAX
(Yes, that's a lot more pre-reqs than Kwiki, not a lot I can do about that).
I may just write up a xiki-here script so you can go into any directory and create a xiki there, just like kwiki.
You can play online at http://axkit.org/cgi-bin/xiki. I'll put it on CPAN a bit later.
Ooh... (Score:1)
Assuming that you can create a page with a PUT that is...
Ah... (Score:1)
Re:Ah... (Score:2)
It's all on my todo list
Re:Ah... (Score:1)