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

Changes for version 0.69_02

  • Add missing new file lib/Wiki/Toolkit/Setup/Database.pm to distribution.

Changes for version 0.69_01

  • IMPORTANT NOTICE *** This release introduces a new database schema which should be considered beta in nature at this stage. It is not yet suitable for deployment on production data and should only be tested on copies of your production data. If it eats your data, you get to keep the pieces. Additionally, functionality exposed in this beta release is subject to change.
  • Rename to Wiki::Toolkit. Support for moderation on a per-node basis. Update to the database schema: added needs_moderation column to node, and moderated column to content You will need to run wiki-toolkit-setupdb to upgrade your database
    • Many more plugin points: pre_write + pre_retrieve (get to change the data), pre_moderate + post_moderate, pre_rename + post_rename,
      • post_delete. See test 150 for examples, and the perldoc of Wiki::Toolkit::Plugin for a description.
  • Merge Wiki::Toolkit::Formatter::Multiple: 0.02 15 September 2004 Applied patch from Tom Insam to fix bug with find_internal_links.
  • 0.01 22 September 2003 Initial release.

Documentation

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

Modules

A toolkit for building Wikis.
A formatter for Wiki::Toolkit.
Allows a Wiki::Toolkit wiki to use more than one formatter.
A base class for Wiki::Toolkit plugins.
Base class for Wiki::Toolkit search plugins.
DBIx::FullTextSearch search plugin for Wiki::Toolkit.
Use Plucene to search your Wiki::Toolkit wiki.
Search::InvertedIndex plugin for Wiki::Toolkit.
set up fulltext indexes for Wiki::Toolkit
parent class for database storage setup classes for Wiki::Toolkit
Set up tables for a Wiki::Toolkit store in a MySQL database.
Set up tables for a Wiki::Toolkit store in a Postgres database.
Set up Search::InvertedIndex indexes for Wiki::Toolkit
Set up tables for a Wiki::Toolkit store in a SQLite database.
parent class for database storage backends for Wiki::Toolkit
MySQL storage backend for Wiki::Toolkit
Postgres storage backend for Wiki::Toolkit
SQLite storage backend for Wiki::Toolkit
Utilities for testing Wiki::Toolkit things (deprecated).
Utilities for writing Wiki::Toolkit tests.