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

Changes for version 0.46

  • Fix for Shevek. ->write_node used to croak if it failed to index the backlinks, but since the MySQL varchar type is case-insensitive by default, we were getting a duplicate key error. As a temporary fix pending a proper think about an explicit way for you to specify whether you want your wiki case-sensitive or not (yes, people have asked me for both), this now just warns if it has trouble writing backlinks.

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.