aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/overriding_displayed_modification_time.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-01-26 20:11:33 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-01-26 20:11:33 -0500
commit9b4040992d69829b914d141551422722b84fca0e (patch)
tree097de8d7cabc38a9b7c855a109d61d6e9befd4b9 /doc/todo/overriding_displayed_modification_time.mdwn
parent848ff1bf5e218c57cc738a85ed02d7e1396c1d22 (diff)
downloadikiwiki-9b4040992d69829b914d141551422722b84fca0e.tar
ikiwiki-9b4040992d69829b914d141551422722b84fca0e.tar.gz
meta: New "updated" metadata specifies a fake modification time for a page, to be output into RSS and Atom feeds. (smcv)
Diffstat (limited to 'doc/todo/overriding_displayed_modification_time.mdwn')
-rw-r--r--doc/todo/overriding_displayed_modification_time.mdwn12
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/todo/overriding_displayed_modification_time.mdwn b/doc/todo/overriding_displayed_modification_time.mdwn
index b015b3730..160d31519 100644
--- a/doc/todo/overriding_displayed_modification_time.mdwn
+++ b/doc/todo/overriding_displayed_modification_time.mdwn
@@ -1,12 +1,19 @@
Some aggregators, like Planet, sort by mtime rather than ctime. This
means that posts with modified content come to the top (which seems odd
to me, but is presumably what the aggregator's author or operator
-wants), but it also means that posts with insignificant edits (like
+wants),
+
+> Hah! That's so charitable I hope you can deduct it from your taxes. ;-)
+> --[[Joey]]
+
+but it also means that posts with insignificant edits (like
adding tags) come to the top too. Atom defines `<updated>` to be the date
of the last *significant* change, so it's fine that ikiwiki defaults to
using the mtime, but it would be good to have a way for the author to
say "that edit was insignificant, don't use that mtime".
+> Yes, this is a real limitiation of ikiwiki's atom support. --[[Joey]]
+
See smcv's 'updated' branch for a basic implementation, which only affects
the Atom `<updated>` field or the RSS equivalent.
@@ -15,3 +22,6 @@ each should use it or not, please):
* sorting by mtime in the inline directive
* displaying "last edited" on ordinary pages
+
+> Tending toward no for both, but willing to be convinced otherwise..
+> [[merged|done]] --[[Joey]]