source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/welcome/views/generic.rss

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 364 bytes
Line 
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.