Changes for version 0.34

  • Moving towards adding proper plugin support - the proposed API is in Extending.pod, please take a look and send comments. In preparation for the above, the metadata hash passed to ->write_node can now contain more complex data structures - but these will *not* be stored directly, just checksummed. The way to access them will be via plugins. See 'perldoc CGI::Wiki;' for details. Also added alternative calling syntax for the CGI::Wiki::Setup::* store modules, as requested by Podmaster.

Documentation

How to extend CGI::Wiki with your own plugins.
Set up a database storage backend for CGI::Wiki.
set up a DBIx::FullTextSearch backend for CGI::Wiki

Modules

A toolkit for building Wikis.
A formatter for CGI::Wiki.
DBIx::FullTextSearch search plugin for CGI::Wiki
Search::InvertedIndex plugin for CGI::Wiki
set up fulltext indexes for CGI::Wiki
Set up tables for a CGI::Wiki store in a MySQL database.
Set up tables for a CGI::Wiki store in a Postgres database.
Set up Search::InvertedIndex indexes for CGI::Wiki
Set up tables for a CGI::Wiki store 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
Utilities for testing CGI::Wiki things.