OSDN Git Service

sync install.sql and skinbackup.xml (atom's version was changed to 1.0)
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / skins / atom / skinbackup.xml
index 63192c1..5f4c55a 100755 (executable)
@@ -4,18 +4,23 @@
                <template name="feeds/atom/modified" />
                <template name="feeds/atom/entries" />
                <info>
-                       <![CDATA[Atom 0.3 weblog syndication]]>
+                       <![CDATA[Atom 1.0 weblog syndication]]>
                </info>
        </meta>
 
        <skin name="feeds/atom" type="application/atom+xml" includeMode="normal" includePrefix="">
-               <description>Atom 0.3 weblog syndication</description>
+               <description>Atom 1.0 weblog syndication</description>
                <part name="index"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
-<feed version="0.3" xmlns="http://purl.org/atom/ns#">
+<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom">
     <title><%blogsetting(name)%></title>
+       <tagline><%blogsetting(desc)%></tagline>
+       <id><%blogsetting(url)%>:<%blogsetting(id)%></id>
+
     <link rel="alternate" type="text/html" href="<%blogsetting(url)%>" />
-    <generator url="http://nucleuscms.org/"><%version%></generator>
-    <modified><%blog(feeds/atom/modified,1)%></modified>
+    <link rel="self" type="application/atom+xml" href="<%blogsetting(url)%><%self%>" />
+    <generator uri="http://nucleuscms.org/"><%version%></generator>
+    <updated><%blog(feeds/atom/modified,1)%></updated>
+
     <%blog(feeds/atom/entries,10)%>
 </feed>]]></part>
        </skin>