]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_1.16.mdwn
2837a17940ba2e76ee1db59ec030e0b273f7d118
[ikiwiki.git] / doc / news / version_1.16.mdwn
1 ikiwiki 1.16 released with these changes:
2
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
9      and blog pages.
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
15      I added it..
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
22      that sanitise gets.
23    * Fix dates in rss feeds if running localised, so they're still rfc 822.