]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/aggregate.pm
* Add processed date to aggregate preprocessor directive status output.
[git.ikiwiki.info.git] / IkiWiki / Plugin / aggregate.pm
index 33d7174f5367a394846462080bd0786840e33ad0..d0d7f421798d9dba9ada5107f6e2b58fd517b674 100644 (file)
@@ -232,7 +232,8 @@ sub aggregate () { #{{{
                        );
                }
 
-               $feed->{message}="processed ok";
+               $feed->{message}="processed ok at ".
+                       IkiWiki::displaytime($feed->{lastupdate});
        }
 
        # TODO: expiry
@@ -323,7 +324,7 @@ sub htmlabs ($$) { #{{{
        # Convert links in html from relative to absolute.
        # Note that this is a heuristic, which is not specified by the rss
        # spec and may not be right for all feeds. Also, see Debian
-       # bug #XXXX TODO: get bug.
+       # bug #381359.
        my $html=shift;
        my $urlbase=shift;