From: Joey Hess Date: Fri, 30 May 2008 22:29:40 +0000 (-0400) Subject: fix link X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/22879eba60c685c275af3d986fa54ae994f8d66a fix link --- 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 a73b1a70c..14f143088 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,4 +1,7 @@ -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]] +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|plugins/inline]], rather than the time when the aggregation ran to pull the post in. --[[madduck]] > Like this? (Existing code in aggregate.pm...) --[[Joey]]