mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@263 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3e23bb535f
commit
b9d1d22464
1 changed files with 27 additions and 0 deletions
27
modules/rss/tpl/atom03.html
Normal file
27
modules/rss/tpl/atom03.html
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{'<?xml version="1.0" encoding="utf-8" ?>'}
|
||||
|
||||
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
|
||||
<channel rdf:about="http://blog.rss.naver.com/blogRss.nhn?blogId=myyami78&rss=1.0">
|
||||
<title><![CDATA[{$info->title}]]></title>
|
||||
<link><![CDATA[{$info->link}]]></link>
|
||||
<description><![CDATA[{$info->description}]]></description>
|
||||
<items>
|
||||
<rdf:Seq>
|
||||
<!--@foreach($content as $key => $item)-->
|
||||
<rdf:li resource="{$key}" />
|
||||
<!--@end-->
|
||||
</rdf:Seq>
|
||||
</items>
|
||||
<dc:date>{$info->date}</dc:date>
|
||||
<dc:language>{$info->language}</dc:language>
|
||||
<totalCount>{$info->total_count}</totalCount>
|
||||
</channel>
|
||||
<!--@foreach($content as $key => $item)-->
|
||||
<item rdf:about="{$key}">
|
||||
<title><![CDATA[{$item->title}]]></title>
|
||||
<link><![CDATA[{$item->link}]]></link>
|
||||
<description><![CDATA[{$item->description}]]></description>
|
||||
<dc:date>{$item->date}</dc:date>
|
||||
</item>
|
||||
<!--@end-->
|
||||
</rdf:RDF>
|
||||
Loading…
Add table
Add a link
Reference in a new issue