]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/todo/aggregation.mdwn
* Add a run_hooks function for the common task of running all hooks of a
[www/ikiwiki.git] / doc / todo / aggregation.mdwn
index 735fca1a6656afa61f17ecbfcac7dd4337e84aa2..7d765f9e9b51d75b4e6a9b7f1cdd8735facfff72 100644 (file)
@@ -6,3 +6,19 @@ you wanted to keep them forever.
 
 This would allow ikiwiki to work as a kind of a planet, or at least a
 poor-man's news aggregator.
+
+* XML::Feed has a very nice interface, may require valid feeds though.
+* How to store GUIDs? Maybe as meta tags on pages, although that would need
+  caching of such metadata somewhere.
+* How to configure which feeds to pull, how often, and where to put the
+  pulled entries? One way would be command line/config file, but I think
+  better would be to use preprocessor directives in a wiki page, probably
+  the same page that inlines all the pages together.
+* Where to store when a feed was last pulled?
+
+So I need:
+
+* A way to store info from the preprocessor directives about what pages
+  to pull and expiry.
+* A way to store info on last pull time, guids, etc.
+* Switch for a mode that a) pulls b) expires old c) rebuilds wiki (for cron)