$pageHelper.setContentType("application/rss+xml;charset=utf-8") $utilities.textToHTML($website.name,true) $websiteURL $utilities.textToHTML($website.description,true) en-us Copyright #formatDate("yyyy" $now) $utilities.formatRfc822Date($updateTime) Roller Weblogger #showVersion() ($rollerBuildTime:$rollerBuildUser) #set( $entries = $pageModel.getRecentWeblogEntriesArray(5000, 'nil') ) #foreach( $entry in $entries ) $utilities.textToHTML($entry.title,true) #if( $entry.link && !$entry.link.trim().equals("") ) $utilities.textToHTML($entry.link) #end $utilities.textToHTML($entry.category.name,true) $absBaseURL$entry.permaLink $absBaseURL$entry.permaLink $utilities.formatRfc822Date($entry.pubTime) $utilities.textToHTML($entry.creator.fullName,true) #formatDate("yyyy-MM-dd HH:mm:ss" $entry.pubTime) #formatDate("yyyy-MM-dd HH:mm:ss" $entry.pubTime) open open $entry.anchor publish 0 post #set( $mc_url = $entry.findEntryAttribute("att_mediacast_url") ) #set( $mc_type = $entry.findEntryAttribute("att_mediacast_type") ) #set( $mc_length = $entry.findEntryAttribute("att_mediacast_length") ) #if( $mc_url && $mc_length && $mc_type ) #set($mc_url = false) #set($mc_type = false) #set($mc_length = false) #end #set( $comments = $entry.comments ) #foreach( $comment in $comments ) $comment.name $comment.email $comment.url $comment.remoteHost #formatDate("yyyy-MM-dd HH:mm:ss" $comment.postTime) #formatDate("yyyy-MM-dd HH:mm:ss" $comment.postTime) $comment.content #if( $comment.approved) 1 #else 0 #end 0 #end #end