Warning: Can't use blame annotator:
svn blame failed on branches/LCSv2/views/generic.rss: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/LCSv2/views/generic.rss @ 619

Revision 619, 364 bytes checked in by jdalbey, 6 years ago (diff)

Add branch LCSv2

RevLine 
1{{
2###
3# response._vars contains the dictionary returned by the controller action
4# for this to work the action must return something like
5#
6#   dict(title=...,link=...,description=...,created_on='...',items=...)
7#
8# items is a list of dictionaries each with title, link, description, pub_date.
9###
10from gluon.serializers import rss}}{{=XML(rss(response._vars))}}
Note: See TracBrowser for help on using the repository browser.