Version 0.8.1 ()
------------------------------------------------------------------------
+ * Fix RSS 1.0 missing top-level namespace (garvinhicking)
+
* Allow the serendipity_event_trackback additional trackbacks plugin
to send trackbacks even if your entry did not contain at least one
link. Also fix not sending trackbacks containing "#" fragments
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
- xmlns:wfw="http://wellformedweb.org/CommentAPI/">
-<channel rdf:about="{$serendipity['baseURL']}rss.php?version=1.0">
+ xmlns:wfw="http://wellformedweb.org/CommentAPI/"
+ xmlns="http://my.netscape.com/rdf/simple/0.9/">
+<channel>
<title>$title</title>
<link>{$serendipity['baseURL']}</link>
<description>$description</description>