web commit by joey
[ikiwiki] / doc / todo / blogging.mdwn
1 - Should probably add params to control various rss fields like the blog
2   title, its author email, its copyright info, etc. 
3 - The [[TODO]] page would work better if the first N were shown in full, 
4   and then all open items were shown in summary. Maybe add this mode.
5 - Add Discussion and Edit links at the bottom of each inlined post.
6 - Still not completly comfortable with ikiwiki only knowing when a page was
7   posted based on the on-disk mtime the first time it sees the page. svn doesn't
8   preserve mtimes and also if the index gets broken it will see new mtimes for any
9   pages that were actually modified in the interim. I suppose that info could 
10   be pulled out of svn log by a utility that was run if the index or mtimes 
11   got screwed up.