2008-06-11 18:10:56 +02:00
|
|
|
I would like to allow comments on ikiwiki pages without CGI.
|
|
|
|
I have in mind something like
|
|
|
|
|
2008-06-20 22:53:24 +02:00
|
|
|
* Use a pagetemplate hook
|
|
|
|
in a plugin (DONE)
|
2008-06-11 18:10:56 +02:00
|
|
|
* add a mailto: url to each page matching some pagespec
|
2008-06-20 22:53:24 +02:00
|
|
|
(currently every page gets a comment footer)
|
2008-06-11 18:10:56 +02:00
|
|
|
* this mailto url goes to an address identifying the page (something like
|
2008-06-20 22:53:24 +02:00
|
|
|
user-iki-FE653b@host.fqdn.tld). (DONE)
|
2008-06-11 18:10:56 +02:00
|
|
|
* on the mail receiving end, these messages are either deleted, or ran through
|
|
|
|
a filter to be turned into blog posts.
|
2008-06-20 22:53:24 +02:00
|
|
|
|
|
|
|
- I'm thinking about how the filter should work. Within a
|
|
|
|
mail client, or as a batch tool to scan a mailbox? How to interact with version control, if at all?
|
|
|
|
|
2008-06-11 18:10:56 +02:00
|
|
|
* the same plugin can check for comments on a particular page next time the wiki
|
2008-06-20 22:53:24 +02:00
|
|
|
is generated, and add a link. (more or less done)
|
|
|
|
* work in progress can be
|
|
|
|
|
|
|
|
- [cloned](http://pivot.cs.unb.ca/git/ikiperl.git), or
|
|
|
|
- [browsed](http://pivot.cs.unb.ca/git/?p=ikipostal.git;a=summary)
|
|
|
|
|
2008-06-11 18:10:56 +02:00
|
|
|
|
|
|
|
Any comments? Write them here or send them to [[DavidBremner]]
|
2008-06-20 10:11:33 +02:00
|
|
|
|