cannot reproduce
authorJoey Hess <joey@kodama.kitenet.net>
Thu, 10 Apr 2008 23:32:43 +0000 (19:32 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Thu, 10 Apr 2008 23:32:43 +0000 (19:32 -0400)
doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn

index 85120b803afde3f4be04fe038cfa100e422b4118..acbf338b413bbe2e33c3950683b3bdb132835cab 100644 (file)
@@ -5,3 +5,15 @@ I have a bunch of pages that have been imported from another wiki.  Their Last E
 The *actual* mtime of the output file can be whatever works best for IkiWiki (as discussed on [[todo/mtime]]).  I'd just like IkiWiki to display the correct Last Edited date.
 
 Thanks for any hints! -- [[sabr]]
+
+> I can't reproduce this. ikiwiki _does_ look at the mtime, and that's what
+> it puts in the last edited date. Example:
+> 
+>      joey@kodama:~/src/ikiwiki>touch -t 198501011111 doc/bar.mdwn
+>      joey@kodama:~/src/ikiwiki>make
+>      [...]
+>      joey@kodama:~/src/ikiwiki>grep Last\ edit html/bar.html 
+>      Last edited Tue Jan  1 11:11:00 1985
+> 
+> Note that if you then touch the file to be even older, it won't notice
+> in a refresh. You'd have to force a rebuild in that case. --[[Joey]]