aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://richard.levitte.org/ <http://richard.levitte.org/@web>2011-07-18 08:31:29 -0400
committeradmin <admin@branchable.com>2011-07-18 08:31:29 -0400
commit8f0e55a14a803c02de1de6f8166ecec8538a8ae6 (patch)
treebcdcf9fac6f8959720ac534f3f0123b0e0b3316d
parent57f2d6fa3136f1a599612832f7aeba6370bf3758 (diff)
downloadikiwiki-8f0e55a14a803c02de1de6f8166ecec8538a8ae6.tar
ikiwiki-8f0e55a14a803c02de1de6f8166ecec8538a8ae6.tar.gz
-rw-r--r--doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn5
1 files changed, 5 insertions, 0 deletions
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
index 000000000..6a21521e6
--- /dev/null
+++ b/doc/forum/Have_creation_time_for_new_pages_fetched_from_the_VCS.mdwn
@@ -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...