Changes for version 0.14

  • Added $store->node_exists method and tests. Amended $store->list_recent_changes to take a 'last_n_changes' parameter, so you can find the last 10 (or whatever) nodes edited. Made an internal change to the way ->format is delegated to the formatter object, to give said object access to the store.

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.
A formatter for CGI::Wiki.
DBIx::FullTextSearch search plugin for CGI::Wiki
Search::InvertedIndex 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 Search::InvertedIndex indexes for CGI::Wiki
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