]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn
Add wish about not using 'cp -a'
[ikiwiki.git] / doc / bugs / aggregate_plugin_should_honour_a_post__39__s_mctime.mdwn
index b9a661e35271af4f6d94d524320cf147ab41e056..61f6f733a5fa1bcdbea606559e77cae56359f0ad 100644 (file)
@@ -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]]
 
@@ -6,3 +9,5 @@ It would be nice if the [[aggregate_plugin|plugin/aggregate]] would try to extra
        # time on record for the new page.
        utime $mtime, $mtime, pagefile($guid->{page})
                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.