Massimo
 
Chrome does not serve an RSS page given the manual's example controller 
logic in the overview chapter, even after the manual's  "repond" is 
corrected to "respond".  This is an old error first reported last fall by 
someone else.
 
This is not a big deal.  I still am working through the manual.  However, 
in the face of advice from others to use Django, my confidence as a new 
web2py user was a bit shaken.
 
Jarrod

On Saturday, May 26, 2012 1:11:31 AM UTC-4, Massimo Di Pierro wrote:

> what's the error?
>
> On Friday, 25 May 2012 21:05:06 UTC-5, Jarrod Wilcox wrote:
>>
>> I verified that the problem does not occur for IE, Safari and Firefox, 
>> but does occur with Chrome.
>> Jarrod
>>
>> On Friday, May 25, 2012 1:58:20 PM UTC-4, Jarrod Wilcox wrote:
>>
>>> 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>&lt;p&gt;Ancay
>>>  ouyay eakspay igpay atinlay?&lt;/p&gt;</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
>>>
>>
>> On Friday, May 25, 2012 1:58:20 PM UTC-4, Jarrod Wilcox wrote:
>>>
>>> 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>&lt;p&gt;Ancay
>>>  ouyay eakspay igpay atinlay?&lt;/p&gt;</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
>>>
>>

Reply via email to