$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') rssUpdates #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') $item.comments #end if #if $upstream.get('prefs','cantrackback') #end if $item.pubdate #if $item.source and $item.sourceurl $item.source #end if #end for