April 17, 2007

Feed.Atom - Standard Template

This is the standard Atom template.  To create your own, the type should be "Feed" and the template "Atom".
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>[site.name]</title>
 <subtitle>[site.tagline]</subtitle>
 <link rel="self" href="http://[site.host]/feed/atom"/>
 [posts count=1]
 <updated>[post.pdate format="%Y-%m-%dT%H:%M:%S"Z]</updated>
 <author>
  <name>[post.author.name]</name>
 </author>
 <id>http://[site.host]/feed/atom</id>
 [/posts]

[posts count=15]
 <entry>
   <title>[post.title.text]</title>
   <link href="http://[site.host]/[if folder.path][folder.path]/[/if][post.path]"/>
   <updated>[post.pdate format="%Y-%m-%dT%H:%M:%S"Z]</updated>
   <summary>[post.text.text format="first=100"]...</summary>
   <author>
    <name>[post.author.name]</name>
   </author>
   <id>http://[site.host]/[if folder.path][folder.path]/[/if][folder.path]/[post.path]</id>
 </entry>
[/posts]
</feed>

Posted by: Pixy Misa at 04:57 AM | No Comments | Add Comment
Post contains 50 words, total size 1 kb.

Comments are disabled. Post is locked.
9kb generated in CPU 0.011, elapsed 0.0916 seconds.
29 queries taking 0.0831 seconds, 51 records returned.
Powered by Minx 1.1.6c-pink.