The overview chapter adds an RSS facility to the mywiki example. The example code seems to contain typo errors: "form" instead of "from" and "reponse" instead of "response", but that may not be a serious issue.
When these are "corrected", the result of serving mywiki/default/news.rss is a page of text rather than the picture shown in the manual. This appears: <?xml version="1.0" encoding="utf-8"?> <rss version="2.0"><channel><title>mywiki rss feed</title><link>http://127.0.0.1:8000/mywiki/default/index</link><description>mywiki news</description><lastBuildDate>Fri, 25 May 2012 13:41:48 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Pig Latin</title><link>/mywiki/default/show.rss/1</link><description><p>Ancay ouyay eakspay igpay atinlay?</p></description><pubDate>Fri, 25 May 2012 12:02:44 GMT</pubDate></item></channel></rss> My question is what do do to get the correct result. All code was cut and paste from the examples in the online version of the manual. Jarrod

