1 ikiwiki 1.16 released with these changes:
3 * Try to handle relative links in aggregated feeds. However,
4 the current support is a crude hack due to limitations of XML::Feed:
5 xml:base is not supported, neither is Content-Location. And of course,
6 relative links in RSS feeds are ill-undefined..
7 * Make aggregator save permalinks and author name to pages as metadata.
8 * Add permalink and author support to meta plugin, affecting RSS feeds
10 * Various CSS and formatting changes.
11 * Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
12 * Add xhtml files to the default prune regexp.
13 * Also generate rel=bookmark links for permalinks.
14 * Fix the htmltidy plugin, which wasn't working due my breaking it when
16 * Don't run tidy with -xml as that fails if the input is not well-formed.
17 Run it with -asxhtml instead, so it will output well-formed xhtml no
18 matter what the input.
19 * Disable tidy warnings too.
20 * Add a new format hook, and make tidy use it, since tidy can really only
21 operate on and output complete html documents, not the body chunks
23 * Fix dates in rss feeds if running localised, so they're still rfc 822.