http://richard.levitte.org/ 2011-07-18 08:31:29 -04:00 committed by admin
parent 57f2d6fa31
commit 8f0e55a14a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
I use ikiwiki for my blog, and I'd like the creation page of each page to be the one registered in the VCS. However, the only way to get that is really with the --gettime flag, which gets ALL the timestamps from the VCS... which take quite some time after a few years of writing ;-)
So I'd like to suggest that ikiwiki could fetch ctime through rcs_getctime() by default when it finds a new page...
mtime is a different matter, not so important to me...