]> sipb.mit.edu Git - ikiwiki.git/blob - doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn
Added a comment
[ikiwiki.git] / doc / forum / Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn
1 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 ;-)
2
3 So I'd like to suggest that ikiwiki could fetch ctime through rcs_getctime() by default when it finds a new page...
4
5 mtime is a different matter, not so important to me...
6
7 -- [Richard Levitte](http://journal.richard.levitte.org/)