aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/aggregate.mdwn
Commit message (Collapse)AuthorAge
* doc: Document security issues involving LWP::UserAgentSimon McVittie2019-02-26
| | | | | | | | | | Recommend the LWPx::ParanoidAgent module where appropriate. It is particularly important for openid, since unauthenticated users can control which URLs that plugin will contact. Conversely, it is non-critical for blogspam, since the URL to be contacted is under the wiki administrator's control. Signed-off-by: Simon McVittie <smcv@debian.org>
* aggregate: Read cookies from ~/.ikiwiki/cookies by default. Also, the ↵Joey Hess2011-03-21
| | | | cookiejar configuration setting can be used by other plugins to provide a custom `cookie_jar` object for LWP::UserAgent. (Thanks, schmonz)
* aggregate: Write timestamp next aggregation can happen to ↵Joey Hess2010-07-06
| | | | .ikiwiki/aggregatetime, to allow for more sophisticated cron jobs.
* plugin tag reorgJoey Hess2010-02-12
|
* enable aggregate_internal by defaultJoey Hess2008-12-23
|
* htmlbalance: new plugin that balances tags by parsing and re-serializingSimon McVittie2008-11-17
|
* rewordJoey Hess2008-09-11
|
* patch plugin documentation to refer to directive pagesWilliam Uther2008-09-11
|
* Merge commit 'smcv/aggregateinternal' into aggregateinternalJoey Hess2008-07-14
|\ | | | | | | | | | | Conflicts: doc/plugins/aggregate.mdwn
| * Fix aggregateinternal migration so it skips expired entries, and deletes outputSimon McVittie2008-07-15
| |
* | improve instructionsJoey Hess2008-07-14
|/ | | | | 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.
* Recommend aggregateinternal => 1 for new wikis, and set it in ikiwiki.setup.Simon McVittie2008-07-15
| | | | Also use [[!foo]] in aggregate.mdwn.
* fix extension nameJoey Hess2008-07-14
|
* document aggregateinternalJoey Hess2008-07-14
|
* `template` option for aggregate.pm.Bernd Zeimetz2008-06-21
| | | | | Allows to specify the template file which is used to create the html pages.
* aggregate: Add support for web-based triggering of aggregation for people ↵Joey Hess2008-05-05
| | | | stuck on shared hosting without cron. (Sheesh.) Enabled via the `aggregate_webtrigger` configuration optiom.
* MAJOR basewiki reorgJoey Hess2007-12-08
| | | | | Including redir pages for the moved basewiki pages. These will be removed in a future release.
* web commit by http://ccshan.myopenid.com/: expecified -> specifiedJoey Hess2007-11-04
|
* simplified plugin definitionsjoey2007-02-13
|
* * Implemented expiry options for aggregate plugin.joey2006-11-01
| | | | | | | | | * 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.)
* note that expire options are not yet implementedjoey2006-09-02
|
* no longer need triple quotesjoey2006-08-23
|
* * Allow preprocessor directives to contain python-like triple-quotedjoey2006-08-23
| | | | | | | 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.
* add a missing closing ] on example directivejoey2006-08-23
|
* tone back claims of what tidy can do, it's not perfectjoey2006-08-04
|
* * Don't run tidy with -xml as that fails if the input is not well-formed.joey2006-08-04
| | | | | | | | | 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.
* * Change meta tags to use html entity-escaped text for values, so thatjoey2006-07-30
| | | | | | | | | | | 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.
* fixjoey2006-07-30
|
* fixes, and make dir optionaljoey2006-07-30
|
* * ikiwiki can now download and aggregate feeds with its new aggregatejoey2006-07-30
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.