diff options
author | http://seanh.myopenid.com/ <http://seanh.myopenid.com/@web> | 2009-04-02 09:53:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-04-02 09:53:06 -0400 |
commit | a24a669cabb9475e2e4bddb588ef15b51d73d376 (patch) | |
tree | 5d4eb351b47a592b7a21b9799204f6d92d6d8ea0 | |
parent | 582312e91cb3e2c8313da6bbda735566a05c7677 (diff) |
-rw-r--r-- | doc/forum/How_does_ikiwiki_remember_times__63__.mdwn | 5 |
1 files changed, 5 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 067aa0c09..0e771cd0d 100644 --- a/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn +++ b/doc/forum/How_does_ikiwiki_remember_times__63__.mdwn @@ -53,3 +53,8 @@ Do I have it right? > > > 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]] +> > > +> > > > That's a good tip Jon. That would also survive renaming a page by renaming its mdwn file, which would +> > > > normally lose the times also. (And in that case I think both times are irretrievable, even by +> > > > `--getctime`). I might start using a simple script to make blog posts that creates a file for +> > > > me, puts today's date in the file as a meta, and opens the file in my editor. -- [[seanh]] |