X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/cf7ef6e686d6a5f268dfbd23c829831900e4f93e..7bb447675fced4861eeec9e687935b9eedf98033:/doc/todo/blogging.mdwn diff --git a/doc/todo/blogging.mdwn b/doc/todo/blogging.mdwn index 5848c113e..a5e776256 100644 --- a/doc/todo/blogging.mdwn +++ b/doc/todo/blogging.mdwn @@ -1,11 +1,6 @@ -- Should probably add params to control various rss fields like the blog - title, its author email, its copyright info, etc. +- Blog title, author email, copyright info and anything else supported by + rss should be able to be specified using the meta plugin. - The [[TODO]] page would work better if the first N were shown in full, and then all open items were shown in summary. Maybe add this mode. - Add Discussion and Edit links at the bottom of each inlined post. -- Still not completly comfortable with ikiwiki only knowing when a page was - posted based on the on-disk mtime the first time it sees the page. svn doesn't - preserve mtimes and also if the index gets broken it will see new mtimes for any - pages that were actually modified in the interim. I suppose that info could - be pulled out of svn log by a utility that was run if the index or mtimes - got screwed up. \ No newline at end of file +- It would be possible to support rss enclosures for eg, podcasts, pretty easily.