[web2py] RSS feed

2015-01-23 Thread Dani
Hi: What string type pass for this work? file: gluon/serializers.py (from 25 Sep 2014) line: 182 def safestr(obj, key, default=''): return str(obj[key]).encode('utf-8', 'replace') if key in obj else default This code fail for me if have special characters. Example: if:

[web2py] rss feed

2013-05-21 Thread greaneym
hello, I am trying to learn about rss feeds. using the feed_parser.py I can have a view with a href=/{{=request.application}}/default/rss_aggregatorrss_aggregator/a/p that will correctly display this feed, http://w1.weather.gov/xml/current_obs/KDPA.xml Also if, instead of that view I use,

[web2py] rss feed

2012-03-21 Thread Prakhar Srivastava
brother i want to add rss feed in my web2py application Those are the gvot. rss feed i just want call in our application page

[web2py] rss feed escaping html

2011-05-01 Thread Plumo
How can I include HTML in an RSS feed? By default HTML tags are escaped, even though generic.rss has escape=False.