Changes for version 0.02
- Pulled out the database setup stuff into modules (Mark Fowler did most of this bit, thanks). Added recent_changes method and its tests, changed the example wiki to show how this can be used. Renamed some tests since the order they're run in matters now. Added better support for noninteractive installation (with help from Mark again).
Documentation
set up a DBIx::FullTextSearch backend for CGI::Wiki
set up a MySQL storage backend for CGI::Wiki
set up a Postgres storage backend for CGI::Wiki
Modules
A toolkit for building Wikis.
DBIx::FullTextSearch search plugin for CGI::Wiki
set up fulltext indexes for CGI::Wiki
set up tables for CGI::Wiki in a MySQL database.
set up tables for CGI::Wiki in a Postgres database.
parent class for database storage backends for CGI::Wiki
MySQL storage backend for CGI::Wiki
Postgres storage backend for CGI::Wiki