Can I please have a look at your "news" action in the default controller....
On Sat, Sep 25, 2010 at 11:04 PM, Tom Atkins <[email protected]> wrote: > I've just copied and pasted from the online book the wiki application in > chapter 3. It all works great. > > I've added the function for the rss feed to controller/default.py and if I > go to: > > http://127.0.0.1:8000/mywiki/default/news > > I get a nice page showing the wiki entries. > > However if I go to: > > http://127.0.0.1:8000/mywiki/default/news.rss > > I just get a message saying 'no rss'... > > Am I doing something stupid or is the code in the book wrong / incomplete. > > Thanks for any help. >

