$current.getRSSTitle(category=$category) $current.getStaticUrl(category=$category) $current.getRSSDescription(category=$category) $_PyDS.language $_('Copyright') $request.year $prefs.getXML('private', 'name') $current.getRSSNewestDate(category=$category) $tools.version $prefs.getXML('private','email') $prefs.getXML('private','email') #if $ping.getPref('weblogscom') rssUpdates #end if #set $skipHours = $current.getRSSSkipHours(category=$category) #if $skipHours #for $hour in $skipHours $hour #end for #end if #for $item in $current.getRSSItems(category=$category) #if $item.title $item.title #end if #if $item.link $item.link #end if $item.description $item.guid #if $upstream.get('prefs','cancomment') #if $item.comments $item.comments #end if #end if #for $cat in $item.categories $cat #end for #if len($item.categories) #for $cat in $item.categories $cat #end for #end if #set $topiclist = $topicexchange.getPingsForGUID($item.guid) #if len($topiclist) #for $topic in $topiclist $topic.topic #end for #end if #set $enclosure = $enclosures.getEnclosureForGUID($item.guid) #if $enclosure #end if #if $upstream.get('prefs','cantrackback') #if $item.trackback #end if #end if $item.pubdate #if $item.source and $item.sourceurl $item.source #end if #end for