* ikiwiki can now download and aggregate feeds with its new aggregate
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 30 Jul 2006 04:31:08 +0000 (04:31 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 30 Jul 2006 04:31:08 +0000 (04:31 +0000)
commite49ff966a39d1037ccbf168b8dbd12618cf1b41e
treecedd803bbefbef0f8fded40fa084bd1eeb9394b1
parent7bb447675fced4861eeec9e687935b9eedf98033
* ikiwiki can now download and aggregate feeds with its new aggregate
  plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
  --wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
  to update pages that haven't changed on disk.
21 files changed:
IkiWiki.pm
IkiWiki/Plugin/aggregate.pm [new file with mode: 0644]
IkiWiki/Plugin/skeleton.pm
IkiWiki/Render.pm
IkiWiki/Setup/Standard.pm
Makefile.PL
debian/changelog
debian/control
debian/postinst
doc/features.mdwn
doc/install.mdwn
doc/plugins.mdwn
doc/plugins/aggregate.mdwn [new file with mode: 0644]
doc/plugins/search.mdwn
doc/plugins/type/useful.mdwn [new file with mode: 0644]
doc/plugins/write.mdwn
doc/templates.mdwn
doc/todo/aggregation.mdwn
doc/usage.mdwn
ikiwiki
templates/aggregatepost.tmpl [new file with mode: 0644]