OSDN Git Service

Official 3.62 release. Thanks for your great works!
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / skins / atom / skinbackup.xml
1 <nucleusskin>
2         <meta>
3                 <skin name="feeds/atom" />
4                 <template name="feeds/atom/modified" />
5                 <template name="feeds/atom/entries" />
6                 <info>
7                         <![CDATA[Atom 1.0 weblog syndication]]>
8                 </info>
9         </meta>
10
11         <skin name="feeds/atom" type="application/atom+xml" includeMode="normal" includePrefix="">
12                 <description>Atom 1.0 weblog syndication</description>
13                 <part name="index"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
14 <feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom">
15         <title><%blogsetting(name)%></title>
16         <subtitle><%blogsetting(desc)%></subtitle>
17         <id><%blogsetting(url)%>:<%blogsetting(id)%></id>
18
19         <link rel="alternate" type="text/html" href="<%blogsetting(url)%>" />
20         <link rel="self" type="application/atom+xml" href="<%blogsetting(url)%><%self%>" />
21         <generator uri="http://nucleuscms.org/"><%version%></generator>
22         <updated><%blog(feeds/atom/modified,1)%></updated>
23
24         <%blog(feeds/atom/entries,10)%>
25 </feed>]]></part>
26         </skin>
27
28
29         <template name="feeds/atom/modified">
30                 <description>Atom feeds: Inserts last modification date</description>
31                 <part name="ITEM"><![CDATA[<%date(utc)%>]]></part>
32         </template>
33
34
35         <template name="feeds/atom/entries">
36                 <description>Atom feeds: Feed items</description>
37                 <part name="ITEM"><![CDATA[<entry>
38  <title type="html"><![CDATA[<%title%>]]]]><![CDATA[></title>
39  <link rel="alternate" type="text/html" href="<%itemlink%>" />
40  <author>
41   <name><%author%></name>
42  </author>
43  <updated><%date(utc)%></updated>
44  <published><%date(iso8601)%></published>
45  <content type="html"><![CDATA[<%body%><%more%>]]]]><![CDATA[></content>
46  <id><%blogurl%>:<%blogid%>:<%itemid%></id>
47 </entry>]]></part>
48                 <part name="POPUP_CODE"><![CDATA[<%media%>]]></part>
49                 <part name="IMAGE_CODE"><![CDATA[<%image%>]]></part>
50                 <part name="MEDIA_CODE"><![CDATA[<%media%>]]></part>
51         </template>
52
53 </nucleusskin>