web commit by http://bremner.myopenid.com/: link to work in progress
[ikiwiki] / doc / todo / comment_by_mail.mdwn
1 I would like to allow comments on ikiwiki pages without CGI.
2 I have in mind something like
3
4   * Use a pagetemplate hook  (based on a quick glance at tschwinge's copyright.pm)
5     in a plugin
6   * add a mailto: url to each page matching some pagespec
7   * this mailto url goes to an address identifying the page  (something like
8     user-iki-FE653b@host.fqdn.tld).  
9   * on the mail receiving end, these messages are either deleted, or ran through
10     a filter to be turned into blog posts.
11   * the same plugin can check for comments on a particular page next time the wiki 
12     is generated, and add a link.
13
14 Any comments? Write them here or send them to [[DavidBremner]]
15
16 * work in progress can be 
17   - [cloned](http://pivot.cs.unb.ca/git/ikiperl.git), or browsed 
18   - [browsed](http://pivot.cs.unb.ca/git/?p=ikipostal.git;a=summary)