OSDN Git Service

3.15 taka-san version
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / skins / atom / skinbackup.xml
index 6e4a332..76027c7 100755 (executable)
@@ -1,47 +1,18 @@
-<nucleusskin>
-       <meta>
-               <skin name="feeds/atom" />
-               <template name="feeds/atom/modified" />
-               <template name="feeds/atom/entries" />
-       </meta>
-
-
-       <skin name="feeds/atom" type="application/atom+xml" includeMode="normal" includePrefix="">
-               <description>Atom 0.3 weblog syndication</description>
-               <part name="index"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>\r
+<nucleusskin><meta><skin name="feeds/atom" /><template name="feeds/atom/modified" /><template name="feeds/atom/entries" /><info><![CDATA[Atom 0.3 weblog syndication]]></info></meta><skin name="feeds/atom" type="application/atom+xml" includeMode="normal" includePrefix=""><description>Atom 0.3 weblog syndication</description><part name="index"><![CDATA[<?xml version="1.0" encoding="utf-8"?>\r
 <feed version="0.3" xmlns="http://purl.org/atom/ns#">\r
     <title><%blogsetting(name)%></title>\r
     <link rel="alternate" type="text/html" href="<%blogsetting(url)%>" />\r
     <generator url="http://nucleuscms.org/"><%version%></generator>\r
     <modified><%blog(feeds/atom/modified,1)%></modified>\r
     <%blog(feeds/atom/entries,10)%>\r
-</feed>]]></part>
-
-       </skin>
-
-
-       <template name="feeds/atom/modified">
-               <description>Atom feeds: Inserts last modification date</description>
-               <part name="ITEM"><![CDATA[<%date(utc)%>]]></part>
-
-       </template>
-
-
-       <template name="feeds/atom/entries">
-               <description>Atom feeds: Feed items</description>
-               <part name="ITEM"><![CDATA[<entry>\r
- <title type="text/html" mode="escaped"><![CDATA[<%title%>]]]]><![CDATA[></title>\r
+</feed>]]></part></skin><template name="feeds/atom/modified"><description>Atom feeds: Inserts last modification date</description><part name="ITEM"><![CDATA[<%date(utc)%>]]></part></template><template name="feeds/atom/entries"><description>Atom feeds: Feed items</description><part name="ITEM"><![CDATA[<entry>\r
+ <title type="text/html" mode="escaped"><![CDATA[<%title%>]]></title>\r
  <link rel="alternate" type="text/html" href="<%blogurl%>?itemid=<%itemid%>" />\r
  <author>\r
   <name><%author%></name>\r
  </author>\r
  <modified><%date(utc)%></modified>\r
  <issued><%date(iso8601)%></issued>\r
- <content type="text/html" mode="escaped"><![CDATA[<%body%><%more%>]]]]><![CDATA[></content>\r
+ <content type="text/html" mode="escaped"><![CDATA[<%body%><%more%>]]></content>\r
  <id><%blogurl%>:<%blogid%>:<%itemid%></id>\r
-</entry>]]></part>
-
-       </template>
-
-
-</nucleusskin>
\ No newline at end of file
+</entry>]]></part></template></nucleusskin>
\ No newline at end of file