web commit by http://bremner.myopenid.com/: design questions for the lazy web
[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  
5     in a plugin (DONE)
6   * add a mailto: url to each page matching some pagespec
7     (currently every page gets a comment footer)
8   * this mailto url goes to an address identifying the page  (something like
9     user-iki-FE653b@host.fqdn.tld).  (DONE) 
10   * on the mail receiving end, these messages are either deleted, or ran through
11     a filter to be turned into blog posts.
12
13     - I'm thinking about how the filter should work. Within a 
14     mail client, or as a batch tool to scan a mailbox? How to    interact with version control, if at all?
15
16   * the same plugin can check for comments on a particular page next time the wiki 
17     is generated, and add a link. (more or less done)
18   * work in progress can be 
19
20    - [cloned](http://pivot.cs.unb.ca/git/ikiperl.git), or 
21    - [browsed](http://pivot.cs.unb.ca/git/?p=ikipostal.git;a=summary)
22   
23
24 Any comments? Write them here or send them to [[DavidBremner]]
25