Changes for version 0.04

  • Added a DBD::SQLite storage backend (thanks to blair christensen for a patch that makes up part of this). Added tests and docs for retrieval of old versions of pages (bad Kake, should have written those before implementing the feature; blair and Richard shamed me into getting it sorted now). retrieve_node_and_checksum is now deprecated -- retrive_node is more clever and will return content only or a hash with content plus meta-data, according to context. So you should get at the checksum via that. user-setup-postgres.pl was buggy, fixed now. Only two beer rewards now remain.

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
set up a SQLite 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.
set up tables for CGI::Wiki in a SQLite database.
parent class for database storage backends for CGI::Wiki
MySQL storage backend for CGI::Wiki
Postgres storage backend for CGI::Wiki
SQLite storage backend for CGI::Wiki