summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/aggregate.pm
AgeCommit message (Expand)Author
2011-03-21fix var nameJoey Hess
2011-03-21comment about lockingJoey Hess
2011-03-21call aggregate checkconfig lastJoey Hess
2011-03-21aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the cookiej...Joey Hess
2011-02-09minor optimisationJoey Hess
2011-01-07Put newly aggregated pages in the transient underlaySimon McVittie
2011-01-05factored out an urlabs from aggregate and cgiJoey Hess
2010-09-27avoid fatal error if aggregate page template could not be foundJoey Hess
2010-09-07needsbuild hook interface changed; the hooks should now return the modified a...Joey Hess
2010-07-06revert bugfixJoey Hess
2010-07-06bugfixJoey Hess
2010-07-06aggregate: Write timestamp next aggregation can happen to .ikiwiki/aggregatet...Joey Hess
2010-02-12setup file orderingJoey Hess
2010-02-12add section informationJoey Hess
2009-06-12aggregate: Avoid resetting ctime when an item md5 changes.Joey Hess
2009-06-12aggregate: Fix storing of changed md5.Joey Hess
2009-02-03Work around XML::Atom strangeness that results in double-encoded postsSimon McVittie
2008-12-23finalise version 3.00 of the plugin apiJoey Hess
2008-12-23enable aggregate_internal by defaultJoey Hess
2008-12-19avoid uninitialized valueJoey Hess
2008-12-17aggregate: If a feed fails to be downloaded, try again immediatly next time a...Joey Hess
2008-12-17Coding style change: Remove explcit vim folding markers.Joey Hess
2008-11-18avoid uninitialized value warningJoey Hess
2008-11-18improve escaping of wikilinks and preprocessor directivesJoey Hess
2008-11-17call decode_utf8 inside evalJoey Hess
2008-11-06aggregate: Try to query XML::Feed for the base url when derelevatising links....Joey Hess
2008-10-19fix relativedate timezone inclusionJoey Hess
2008-10-19mark up date so relativedate will workJoey Hess
2008-10-16aggregate: Avoid bug that caused immediate expiration of items with a date in...Joey Hess
2008-09-29Removed the pagefile function, which was confusingly close in name toJoey Hess
2008-09-27Export pagetitle, titlepage, linkpage.Joey Hess
2008-09-27typoJoey Hess
2008-09-25aggregate: Avoid uninitialized value warnings for pages with no recorded ctime.Joey Hess
2008-09-17fix check for nonexistant contentJoey Hess
2008-09-17store ctime for use by expiry codeJoey Hess
2008-09-17aggregate: Support atom feeds with only a summary element, and no content ele...Joey Hess
2008-09-17aggregate: Allow expirecount to work on the first pass. (expireage still need...Joey Hess
2008-08-03add plugin safe/rebuild info (part 1 of 2)Joey Hess
2008-07-26remove default values in getsetupJoey Hess
2008-07-26turn booleans into questionsJoey Hess
2008-07-25added getsetup hooks for all plugins up to recentchangesJoey Hess
2008-07-14fixesJoey Hess
2008-07-14use prune to delete rendered filesJoey Hess
2008-07-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
2008-07-15Use _aggregated as extension for internalized aggregationSimon McVittie
2008-07-14changes to debug message printingJoey Hess
2008-07-14Add aggregateinternal mode to ikiwiki-transition.Simon McVittie
2008-07-14Merge commit 'origin/master' into aggregateinternalSimon McVittie
2008-07-13switch preprocess hooks to use error functionJoey Hess