aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-26 23:36:14 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-07-26 23:36:14 +0000
commit06dc80b6625f2874ca8ad177306395dd01ef9c6a (patch)
treedce4d7f162db1bfd44358b56f8eeb5e89800207a
parent75ff5530b4f80d0bdbf490b00741f91fac27d673 (diff)
downloadikiwiki-06dc80b6625f2874ca8ad177306395dd01ef9c6a.tar
ikiwiki-06dc80b6625f2874ca8ad177306395dd01ef9c6a.tar.gz
foo
-rw-r--r--doc/todo/aggregation.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/aggregation.mdwn b/doc/todo/aggregation.mdwn
index 735fca1a6..ce8143fa2 100644
--- a/doc/todo/aggregation.mdwn
+++ b/doc/todo/aggregation.mdwn
@@ -6,3 +6,12 @@ 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?