diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 04:31:08 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-30 04:31:08 +0000 |
commit | e49ff966a39d1037ccbf168b8dbd12618cf1b41e (patch) | |
tree | cedd803bbefbef0f8fded40fa084bd1eeb9394b1 /debian/changelog | |
parent | 7bb447675fced4861eeec9e687935b9eedf98033 (diff) |
* 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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index babaefff2..6f33a3236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,16 @@ ikiwiki (1.13) UNRELEASED; urgency=low + * ikiwiki can now download and aggregate feeds with its new aggregate + plugin, so it's possible to implement a Planet using ikiwiki! * Add a run_hooks function for the common task of running all hooks of a given type. * Add a savestate hook. * Don't put blog post forms on pages if there's no cgiurl set. * Reformat front page. + * --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. -- Joey Hess <joeyh@debian.org> Sat, 29 Jul 2006 20:10:51 -0400 |