<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"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title><%blogsetting(name)%></title>
    <link rel="alternate" type="text/html" href="<%blogsetting(url)%>" />
    <generator url="http://nucleuscms.org/"><%version%></generator>
    <modified><%blog(feeds/atom/modified,1)%></modified>
    <%blog(feeds/atom/entries,10)%>
</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>
 <title type="text/html" mode="escaped"><![CDATA[<%title%>]]]]><![CDATA[></title>
 <link rel="alternate" type="text/html" href="<%blogurl%>?itemid=<%itemid%>" />
 <author>
  <name><%author%></name>
 </author>
 <modified><%date(utc)%></modified>
 <issued><%date(iso8601)%></issued>
 <content type="text/html" mode="escaped"><![CDATA[<%body%><%more%>]]]]><![CDATA[></content>
 <id><%blogurl%>:<%blogid%>:<%itemid%></id>
</entry>]]></part>
		<part name="IMAGE_CODE"><![CDATA[<%image%>]]></part>
		<part name="MEDIA_CODE"><![CDATA[<%media%>]]></part>
		<part name="POPUP_CODE"><![CDATA[<%media%>]]></part>
	</template>

</nucleusskin>

