From: Joey Hess Date: Wed, 11 Jun 2008 16:10:56 +0000 (-0400) Subject: web commit by http://bremner.myopenid.com/: X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/73ccf056daccf898a7211fc8d33a1c790fe0ad76 web commit by http://bremner.myopenid.com/: --- diff --git a/doc/todo/comment_by_mail.mdwn b/doc/todo/comment_by_mail.mdwn new file mode 100644 index 000000000..46c3c7f1f --- /dev/null +++ b/doc/todo/comment_by_mail.mdwn @@ -0,0 +1,14 @@ +I would like to allow comments on ikiwiki pages without CGI. +I have in mind something like + + * Use a pagetemplate hook (based on a quick glance at tschwinge's copyright.pm) + in a plugin + * add a mailto: url to each page matching some pagespec + * this mailto url goes to an address identifying the page (something like + user-iki-FE653b@host.fqdn.tld). + * on the mail receiving end, these messages are either deleted, or ran through + a filter to be turned into blog posts. + * the same plugin can check for comments on a particular page next time the wiki + is generated, and add a link. + +Any comments? Write them here or send them to [[DavidBremner]]