aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbremner <bremner@web>2009-05-21 15:54:55 -0400
committerJoey Hess <joey@kitenet.net>2009-05-21 15:54:55 -0400
commite7bad274894fec38e03f99f54aa73586729e6798 (patch)
tree134716b8608420482ab82a34f5935fc7a2a0acac /doc
parent0541c8ee9d866170782ea3321df39d40928999ea (diff)
downloadikiwiki-e7bad274894fec38e03f99f54aa73586729e6798.tar
ikiwiki-e7bad274894fec38e03f99f54aa73586729e6798.tar.gz
update postal plugin page to reflect the fact I implement Joey's suggestion about checking new posts in to VCS
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/postal.mdwn16
1 files changed, 6 insertions, 10 deletions
diff --git a/doc/plugins/contrib/postal.mdwn b/doc/plugins/contrib/postal.mdwn
index b14c80d3b..b2f875393 100644
--- a/doc/plugins/contrib/postal.mdwn
+++ b/doc/plugins/contrib/postal.mdwn
@@ -18,21 +18,17 @@ Details:
[more details](http://www.cs.unb.ca/~bremner/blog/posts/encoding)
* on the mail receiving end, these messages are either deleted, or ran through
- a filter to be turned into blog posts. As a first step, I have
-[written](http://pivot.cs.unb.ca/git/?p=ikipostal.git;a=blob_plain;f=filters/postal-filer.pl;hb=010357a08e9)
-a filter that decodes the address and writes the message into an appropriate
-mailbox. I would be interested in any ideas people have about security.
-
- * the same plugin can check for comments on a particular page next time the wiki
- is generated, and add a link. (more or less done)
- > If the filter just checks in the posts into revision control, the
- > post-commit hook would handle updating the wiki to include those
- > posts as they come in. --[[Joey]]
+ a filter to be turned into blog posts. I have
+[written](http://pivot.cs.unb.ca/git/?p=ikipostal.git;a=blob_plain;f=filters/postal-accept.pl;hb=HEAD)
+ a filter that decodes the address and writes the message into an appropriate
+mailbox. The changes are then checked into version control; typically a hook then updates the html version of the wiki.
* work in progress can be
- [cloned](http://pivot.cs.unb.ca/git/ikipostal.git), or
- [browsed](http://pivot.cs.unb.ca/git/?p=ikipostal.git;a=summary)
+ * I would be interested in any ideas people have about security.
+
The current version of this plugin is now running on my home page. See for example
[a recent post in my blog](http://www.cs.unb.ca/~bremner/blog/posts/can-i-haz-a-distributed-rss/).
Unfortunately although the [[mailbox|todo/mbox]] renderer supports threading, I haven't had