mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4389 201d5d3c-b55e-5fd7-737f-ddc643e51545
30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
{'<?xml version="1.0" encoding="UTF-8" ?>'}
|
|
|
|
<rss version="1.0">
|
|
<channel>
|
|
<title><![CDATA[{$info->title}]]></title>
|
|
<link><![CDATA[{$info->link}]]></link>
|
|
<description><![CDATA[{$info->description}]]></description>
|
|
<language>{$info->language}</language>
|
|
<pubDate>{$info->date}</pubDate>
|
|
<totalCount>{$info->total_count}</totalCount>
|
|
<totalPage>{$info->total_page}</totalPage>
|
|
<!--@foreach($document_list as $oDocument)-->
|
|
<item>
|
|
<title><![CDATA[{$oDocument->getTitleText()}]]></title>
|
|
<author><![CDATA[{$oDocument->getNickName()}]]></author>
|
|
<link><![CDATA[{$oDocument->getPermanentUrl()}]]></link>
|
|
<!--@if($mid_list[$oDocument->get('module_srl')]->open_rss=='Y')-->
|
|
<description><![CDATA[{$oDocument->getContent(false)}]]></description>
|
|
<!--@else-->
|
|
<description><![CDATA[{$oDocument->getContentText(100)}]]></description>
|
|
<!--@end-->
|
|
<tags><![CDATA[{$oDocument->get('tags')}]]></tags>
|
|
<comment_count>{$oDocument->getCommentCount()}</comment_count>
|
|
<trackback_count>{$oDocument->getTrackbackCount()}</trackback_count>
|
|
<pubDate>{$oDocument->getRegdateGM()}</pubDate>
|
|
<upDate>{$oDocument->getUpdateGM()}</upDate>
|
|
</item>
|
|
<!--@end-->
|
|
</channel>
|
|
</rss>
|