diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-26 02:30:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-26 02:30:44 +0000 |
commit | 90923561734f17ad777237bed5e7b40e682344eb (patch) | |
tree | 8d1ef394472f0e36f167dc5683c6d368b2cb61d2 /doc/todo/blogging.mdwn | |
parent | 3903c2ce3a72d1fcd941f0e24a6780eaf15aa33a (diff) | |
download | ikiwiki-90923561734f17ad777237bed5e7b40e682344eb.tar ikiwiki-90923561734f17ad777237bed5e7b40e682344eb.tar.gz |
added --getctime
Diffstat (limited to 'doc/todo/blogging.mdwn')
-rw-r--r-- | doc/todo/blogging.mdwn | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/todo/blogging.mdwn b/doc/todo/blogging.mdwn index 7d89a9904..680570d84 100644 --- a/doc/todo/blogging.mdwn +++ b/doc/todo/blogging.mdwn @@ -3,10 +3,4 @@ - 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. -- It would be possible to support rss enclosures for eg, podcasts, pretty easily.
\ No newline at end of file +- It would be possible to support rss enclosures for eg, podcasts, pretty easily. |