]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - README
don't try to use title as page name
[git.ikiwiki.info.git] / README
2 There are several steps to using this plugin.
4 - Add the plugin 'postal'  to your setup file.
5 - Add the plugin 'mailbox' (packaged seperately)
7 - update your template(s).  See examples/page.tmpl. Look for POSTAL_DIV
9 - Manditory configuration
11   + postal_prefix       first part of email address i.e. user-wiki-
12   + postal_host         where to send the mail
14 - Optional configuration:
16   +  postal_pagespec  what pages to add comments to.
18 - the script filters/postal-accept.pl takes a mail message on standard in 
19   and files it in the appropriate comment box.
21     perl -c path/to/my/ikiwiki-setup  < mail-message
23 This would all get somewhat easier if and when these plugins are 
24 distributed with ikiwiki.