From 5447cf4089916d22492ac22ea147b5a23097ef8f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Mar 2008 13:06:27 -0400 Subject: [PATCH] response --- ...ggregate_plugin_should_honour_a_post__39__s_mctime.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn index 6d837dbdd..b9a661e35 100644 --- a/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn +++ b/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn @@ -1 +1,8 @@ It would be nice if the [[aggregate_plugin|plugin/aggregate]] would try to extract the m/ctime out of each post and touch the files on the filesystem appropriately, so that ikiwiki reflects the actual time of the post via the [[inline_plugin|plugin/inline]], rather than the time when the aggregation ran to pull the post in. --[[madduck]] + +> Like this? (Existing code in aggregate.pm...) --[[Joey]] + + # Set the mtime, this lets the build process get the right creation + # time on record for the new page. + utime $mtime, $mtime, pagefile($guid->{page}) + if defined $mtime && $mtime <= time; -- 2.45.0