X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/44d4f086efcd5e777e100eeca078fc6eafaf9476..f97f102b04e7ae67bd3db5320dd34496309de5fe:/doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn 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..865637ea4 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|plugins/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]] @@ -8,3 +11,5 @@ It would be nice if the [[aggregate_plugin|plugin/aggregate]] would try to extra if defined $mtime && $mtime <= time; >> I'll have to debug this, it's not working here... and this is an ikiwiki aggregator scraping another ikiwiki site. + +>>> Any news about this? --[[Joey]]