<dtml-comment> RSS 2 spec's latest location: http://blogs.law.harvard.edu/tech/rss </dtml-comment> <dtml-call "REQUEST.set('bare',1)"> <dtml-call "RESPONSE.setHeader('content-type', 'text/xml')"><?xml version="1.0"?> <rss version="2.0"> <channel>
<title><dtml-var Title html_quote></title> <link><dtml-var URL1></link> <description>Recent Changes to <dtml-var title_or_id html_quote>.</description> <language>en-us</language>
- <dtml-comment><!-- (unrequired) Image requires checking for site_logo, using it(?) or using zwiki's built-in. -->
- <image>
- <title><dtml-var title_or_id html_quote></title> <link><dtml-var URL1></link> <url><dtml-var URL1>/site_logo</url>
</image>
</dtml-comment> <!-- Yep, Catalog fails here, needs a pages() call --> <dtml-in "pages(sort_on='lastEditTime',sort_order='reverse')[:10]?"> <!-- Catalog, size=10 when not a page(?)..,size='10' [#]?==YECH! -->
- <item>
- <title><dtml-var Title html_quote></title> <link><dtml-var URL1>/<dtml-var id></link> <description>Page updated on <dtml-var "lastEditTime" fmt="%a, %d %b %Y %H:%M:%S +0000">. <dtml-var last_log missing="" html_quote> by <dtml-var last_editor missing="Anonymous" html_quote>. <a href="<dtml-var URL1>/<dtml-var id>/diff">Diffs</a>
Summary: <dtml-var summary html_quote> </description>
<author><dtml-var last_editor html_quote missing="Anonymous"></author> <pubdate><dtml-var "lastEditTime" fmt="%a, %d %b %Y %H:%M:%S +0000"></pubdate></item>
</dtml-in> </channel> </rss>