The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.40

  • Added an index to the metadata table in the MySQL setup, to speed up RecentChanges. To apply this index to an existing database you need to do (as the database superuser):
    • CREATE INDEX metadata_index ON metadata (node, version, metadata_type, metadata_value(10))
  • Also made the warnings in Makefile.PL and INSTALL stronger, since we had another data-eating incident.

Documentation

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

Modules

A toolkit for building Wikis.
A formatter for CGI::Wiki.
A base class for CGI::Wiki plugins.
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.