Artifact ed113b27d97f1806d45c4265c999d9ed9088cd0b:
- File applications/mobileblur/views/generic.rss — part of check-in [6548f791b4] at 2011-08-15 01:53:32 on branch develop — Mobileblur can log in for a user and get all feeds with unread content above a hardcoded threshold (user: spiffy, size: 364) [annotate] [blame] [check-ins using] [more...]
- File applications/welcome/views/generic.rss — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 364) [annotate] [blame] [check-ins using]
{{ ### # response._vars contains the dictionary returned by the controller action # for this to work the action must return something like # # dict(title=...,link=...,description=...,created_on='...',items=...) # # items is a list of dictionaries each with title, link, description, pub_date. ### from gluon.serializers import rss}}{{=XML(rss(response._vars))}}