diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-21 15:56:51 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-21 15:56:51 -0400 |
commit | 6278aa49f95e8a62d18ceba3d386c99a4bff2ab3 (patch) | |
tree | d4b6679f997a311af7cf46c8293ee8d4d9c5fb0d | |
parent | aefbe930bba9a611f9c72a3170002f90cfc3e1dc (diff) | |
parent | e7bad274894fec38e03f99f54aa73586729e6798 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r-- | doc/plugins/contrib/postal.mdwn | 16 |
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 |