summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorJon Dowland <jon@ncl.ac.uk>2009-04-02 13:15:30 +0100
committerJon Dowland <jon@ncl.ac.uk>2009-04-02 13:15:30 +0100
commit597009e8bc3c2359045614f273f065a5de942a04 (patch)
tree6fb1735c4fcb453ea4c90502434843f7f27c86cb /doc/forum
parent5c7c3646d848301017a0a588af1b5711133df2ec (diff)
use meta date='foo'
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/How_does_ikiwiki_remember_times__63__.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn b/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
index f199b0f3b..067aa0c09 100644
--- a/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
+++ b/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn
@@ -49,3 +49,7 @@ Do I have it right?
> > Surely it is not the _last changed time_ but the _first seen time_ of each page that is pulled out of the VCS?
> > If the aim is to get the real creation times of items in weblogs, then the last times that the items were
> > changed in the VCS is not going to help. -- [[seanh]]
+
+> > > If you want to preserve the date of a page, the best way to do it is to
+> > > use [[ikiwiki/directive/meta]] date="foo". This will survive checkouts,
+> > > VCS migrations, etc. -- [[Jon]]