From 73ccf056daccf898a7211fc8d33a1c790fe0ad76 Mon Sep 17 00:00:00 2001
From: Joey Hess <joey@kitenet.net>
Date: Wed, 11 Jun 2008 12:10:56 -0400
Subject: [PATCH] web commit by http://bremner.myopenid.com/:

---
 doc/todo/comment_by_mail.mdwn | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 doc/todo/comment_by_mail.mdwn

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]]
-- 
2.39.5