(no commit message)
authorhttp://richard.levitte.org/ <http://richard.levitte.org/@web>
Mon, 18 Jul 2011 12:31:29 +0000 (08:31 -0400)
committeradmin <admin@branchable.com>
Mon, 18 Jul 2011 12:31:29 +0000 (08:31 -0400)
doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn b/doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn
new file mode 100644 (file)
index 0000000..6a21521
--- /dev/null
@@ -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...