User Tools

Site Tools


mdx_plugins

This is an old revision of the document!


What are plugins?

The functionalities of manitou-mdx can be extended by writing Perl modules that are hooked to manitou-mdx as plugins. A plugin module may be a self-contained piece of code, but more often it's used as an interface to an external program, such as a spam filter or a converter that extracts text from a complex file format. Also, plugins may use external Perl modules from the CPAN archive or other sources.

Plugins documentation

How to create a plugin?

A plugin for manitou-mdx is generally just a Perl module .pm file.

Developer information for plugins

Sample plugins

spamc - Calls spamassassin to score messages and tag them spam or not.

html_indexer - Extracts the text from HTML parts and pass it to the full text indexer to allow subsequent searches inside HTML-only contents.

mdx_plugins.1327541810.txt.gz · Last modified: 2012/01/26 01:36 by daniel