기본 RSS 제목, 몇가지 선택적인 RSS Spec 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5309 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-01-10 07:52:30 +00:00
parent 2f81632dc6
commit 4f4522b0db
2 changed files with 7 additions and 1 deletions

View file

@ -8,11 +8,14 @@
<language>{$info->language}</language>
<pubDate>{$info->date}</pubDate>
<totalCount>{$info->total_count}</totalCount>
<generator>XpressEngine {__ZBXE_VERSION__}</generator>
<!--@foreach($document_list as $oDocument)-->
<item>
<title>{str_replace('\'', '&apos;',$oDocument->getTitle())}</title>
<author>{str_replace('\'', '&apos;',$oDocument->getNickName())}</author>
<link>{$oDocument->getPermanentUrl()}</link>
<guid isPermaLink="true">{$oDocument->getPermanentUrl()}</guid>
<comments>{$oDocument->getPermanentUrl()}#comment</comments>
<!--@if($rss_config[$oDocument->get('module_srl')]=='Y')-->
<description>{str_replace('\'', '&apos;', htmlspecialchars($oDocument->getContent(false,false,true)))}</description>
<!--@else-->