summaryrefslogtreecommitdiff
path: root/doc/plugins/aggregate.mdwn
AgeCommit message (Collapse)Author
2008-12-23enable aggregate_internal by defaultJoey Hess
2008-11-17htmlbalance: new plugin that balances tags by parsing and re-serializingSimon McVittie
2008-09-11rewordJoey Hess
2008-09-11patch plugin documentation to refer to directive pagesWilliam Uther
2008-07-14Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess
Conflicts: doc/plugins/aggregate.mdwn
2008-07-15Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie
2008-07-14improve instructionsJoey Hess
It's better to -refresh rather than rebuild, as this way ikiwiki deletes all the html files rendered to destdir for the aggregated pages before.
2008-07-15Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.Simon McVittie
Also use [[!foo]] in aggregate.mdwn.
2008-07-14fix extension nameJoey Hess
2008-07-14document aggregateinternalJoey Hess
2008-06-21`template` option for aggregate.pm.Bernd Zeimetz
Allows to specify the template file which is used to create the html pages.
2008-05-05aggregate: Add support for web-based triggering of aggregation for people ↵Joey Hess
stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
2007-12-08MAJOR basewiki reorgJoey Hess
Including redir pages for the moved basewiki pages. These will be removed in a future release.
2007-11-04web commit by http://ccshan.myopenid.com/: expecified -> specifiedJoey Hess
2007-02-13simplified plugin definitionsjoey
2006-11-01* Implemented expiry options for aggregate plugin.joey
* Use precalculated backlinks info when determining if files need an update due to a page they link to being added/removed. Mostly significant if there are lots of pages. * Remove duplicate link info when saving index. In some cases it could pile up rather badly. (Probably not the best way to deal with this problem.)
2006-09-02note that expire options are not yet implementedjoey
2006-08-23no longer need triple quotesjoey
2006-08-23* Allow preprocessor directives to contain python-like triple-quotedjoey
text blocks, for easy nesting of quotes inside. * Add a template plugin. * Use the template plugin to add infoboxes to each plugin page listing basic info about the plugin.
2006-08-23add a missing closing ] on example directivejoey
2006-08-04tone back claims of what tidy can do, it's not perfectjoey
2006-08-04* Don't run tidy with -xml as that fails if the input is not well-formed.joey
Run it with -asxhtml instead, so it will output well-formed xhtml no matter what the input. * Disable tidy warnings too. * Add a new format hook, and make tidy use it, since tidy can really only operate on and output complete html documents, not the body chunks that sanitise gets.
2006-07-30* Change meta tags to use html entity-escaped text for values, so thatjoey
quotes and such can be represented in title tags. * Depend and build-depend on HTML::Parser for HTML::Entities which is used for the above. * Make --rebuild also cause --aggregate to re-download and write aggregated pages. * Avoid outputting duplicate meta info. * Include title metadata on aggregated posts for capitalised and un-munged titles.
2006-07-30fixjoey
2006-07-30fixes, and make dir optionaljoey
2006-07-30* ikiwiki can now download and aggregate feeds with its new aggregatejoey
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.