* autoindex: New plugin that generates missing index pages.
(Sponsored by The TOVA Company.)
+ * Escape HTML is rss and atom feeds instead of respectively using CDATA and
+ treating it as XHTML. This avoids problems with escaping the end of the
+ CDATA when the htmlscrubber is not used, and it avoids problems with atom
+ XHTML using named entity references that are not in the atom DTD. (Simon McVittie)
-- Joey Hess <joeyh@debian.org> Tue, 29 Jul 2008 15:53:26 -0400
>>> And the same content will be treated as html (probably as tag soup) if it's
>>> in a rss feed.
+>>> [[merged|done]]
+
* Keep HTML in Atom feeds as type="xhtml", but replace named entities with numeric ones,
like in the re-escape-entities branch in my repository ([diff here](http://git.debian.org/?p=users/smcv/ikiwiki.git;a=commitdiff;h=c0eb041c65d0653bacf0d4acb7a602e9bda8888e))