The FAQ-O-Matic includes a very rough API module that gives you
just enough functionality to create new answers by specifying the
parent category filename, the title of the answer, and the text
of the answer. You could write a simple script to use the API.pm
module to deliver mail via procmail directly into a category of
your FAQ-O-Matic. Later, the category's moderators could sort the
new answers into the right place in the category tree.
To use API.pm, you will need to install the following modules (or any newer version) from CPAN:
libwww-perl-5.44.tar.gz
URI-1.03.tar.gz
MIME-Base64-2.11.tar.gz
HTML-Parser-2.23.tar.gz
|