pot files maybe..
[ikiwiki] / doc / todo / anon_push_of_comments.mdwn
1 It should be possible to use anonymous git push to post comments
2 (created, say, by a ikiwiki-comment program). Currently, that is not
3 allowed, because users cannot edit, or create internal page files.
4 But, comments in allowed locations are an exception to that rule, and 
5 that exception should be communicated somehow to `IkiWiki::Receive`.
6 --[[Joey]] 
7
8 > Complications include: 
9
10 > * Hard to see a way to prevent users from committing a comment that
11 >   claims to be written by someone else.
12 > * `checkcontent` hooks need to be run, but can't accept a comment
13 >   for later moderation, since it's coming in as part of a commit.
14 >   Best they could do is reject the commit.