Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
					<?php require_once (dirname(__FILE__) . “/include/common.inc.php”); require_once DEDEINC.”/arc.partview.class.php”; $pv = new PartView(); $pv->SetTemplet($cfg_basedir . $cfg_templets_dir . “/default/rss.htm”); header(“Content-type:application/xml”); $pv->Display(); ?>  | 
			
					
<?xml version=”1.0″ encoding=”gbk” ?>
<rss version=”2.0″>
<channel>
<title>{dede:global.cfg_webname/}</title>
<link>{dede:global.cfg_basehost/}</link> <description>{dede:global.cfg_description/}</description>
<language>zh-cn</language>
<generator>{dede:global.cfg_webname/}</generator> <webmaster>{dede:global.cfg_adminemail/}
</webmaster> {dede:arclist row=’60′ col=’1′ titlelen=’100′ orderby=’pubdate’} <item>
<link>http://www.yourweb.com[field:arcurl/]</link>
<title><![CDATA[[field:title function='html2text(@me)'/]]]></title>
<author>[field:writer/]</author>
<category>[field:typename/]</category>
<pubDate>[field:pubdate function='strftime("%a, %d %b %Y %H:%M:%S +0800",@me)'/]</pubDate>
<guid>http://www.yourweb.com[field:arcurl/]</guid>
<description><![CDATA[[field:description function='html2text(@me)'/] … <br />
<b>文章分类</b>:[field:typename/]<br />
<a href=”[url]http://www.yourweb.com[field:arcurl/[/url]]” target=”_blank”>阅读全文</a> | <a href=”http://www. yourweb.com[field:arcurl/]” target=”_blank”>评论回复</a>]]></description> </item> {/dede:arclist}
</channel>
</rss>
				 |