From e49ff966a39d1037ccbf168b8dbd12618cf1b41e Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 30 Jul 2006 04:31:08 +0000 Subject: * 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. --- debian/changelog | 6 ++++++ debian/control | 2 +- debian/postinst | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'debian') 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 Sat, 29 Jul 2006 20:10:51 -0400 diff --git a/debian/control b/debian/control index aa8b3fa24..a556fa2ed 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: ikiwiki Architecture: all Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev Recommends: subversion | git-core, hyperestraier -Suggests: viewcvs, librpc-xml-perl, libtext-wikiformat-perl, polygen, tidy +Suggests: viewcvs, librpc-xml-perl, libtext-wikiformat-perl, polygen, tidy, libxml-feed-perl, libhtml-parser-perl Description: a wiki compiler ikiwiki converts a directory full of wiki pages into html pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its diff --git a/debian/postinst b/debian/postinst index 72b457716..4e2425fcb 100755 --- a/debian/postinst +++ b/debian/postinst @@ -10,5 +10,5 @@ if [ "$1" = configure ] && \ dpkg --compare-versions "$2" lt "$firstcompat"; then ikiwiki-mass-rebuild else - ikiwiki-mass-rebuild -refresh + ikiwiki-mass-rebuild -refresh -wrappers fi -- cgit v1.2.3