aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-04-08 02:34:03 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-08 12:50:55 -0400
commitc381ec666bcb49cee29dc5be8784302dc1eb2525 (patch)
treee40e1bf6f167e1c2cffced4aa1645f96fc2ce63d /doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn
parent1b4493802fc6ca7f824959d8fc56dab77228653b (diff)
downloadikiwiki-c381ec666bcb49cee29dc5be8784302dc1eb2525.tar
ikiwiki-c381ec666bcb49cee29dc5be8784302dc1eb2525.tar.gz
web commit by http://sabr.myopenid.com/
(cherry picked from commit 8e4a0640c591df95810fe94ab62521030134823b)
Diffstat (limited to 'doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn')
-rw-r--r--doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn b/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn
new file mode 100644
index 000000000..081dc57d9
--- /dev/null
+++ b/doc/bugs/IkiWiki_does_not_use_file__39__s_mtime_for_Last_Edited.mdwn
@@ -0,0 +1,5 @@
+Is there any way to get IkiWiki to take a file's Last Edited date from its mtime?
+
+I have a bunch of pages that have been imported from another wiki. For some reason, their Last Edited date is today, the day they were imported, even though the file's mtime is correctly set to two years ago. It's important that these files have the correct Last Edited date so that nobody thinks that they're new. They're horribly stale and I'd like that to be very obvious. :)
+
+How can I accomplish this in IkiWiki?