moved some discussion to discussion page

master
bremner 2008-07-19 19:38:29 -04:00 committed by Joey Hess
parent 57501a91a9
commit d08ba534a2
1 changed files with 3 additions and 11 deletions

View File

@ -6,17 +6,9 @@ I have in mind something like
* add a mailto: url to each page matching some pagespec
(currently every page gets a comment footer)
* this mailto url goes to an address identifying the page (something like
user-iki-FE653b@host.fqdn.tld). (DONE)
> I wonder if it would be more or less natural to put an encoded form
> of the page name in the email address? I'm thinking about something
> like `wikiname+index@host` or `wikiname+todo+comment_by_mail@host`.
> The basic transformation would be to call `titlepage($page)` (in the
> C locale), followed by replacing "/" with "+" (since "/" is not
> valid in mails). --[[Joey]]
>> I guess you are right, there is no point being more obscure
>> than necessary. I am leaning towards [something](http://www.cs.unb.ca/~bremner/blog/posts/encoding) not
>> calling titlepage but in the same spirit. --[[DavidBremner]]
user-iki-blog~I_hate_markdown@host.fqdn.tld). (DONE)
[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.