stripit/trunk/template/rss/template.rss
2008-06-15 20:21:07 +00:00

51 lines
1.8 KiB
XML

<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<atom:link href="{general.url}/rss.php" rel="self" type="application/rss+xml" />
<title>{general.title}</title>
<link>{general.url}</link>
<ttl>1440</ttl>
<description>{general.description}</description>
<language>{general.language}</language>
<generator>http://stripit.sourceforge.net</generator>
<image>
<url>{general.url}/favicon.png</url>
<title>{general.title}</title>
<link>{general.url}</link>
</image>
<managingEditor>{general.email} ({general.webmaster})</managingEditor>
<webMaster>{general.email} ({general.webmaster})</webMaster>
<copyright>Copyright {general.webmaster}</copyright>
<docs>http://cyber.law.harvard.edu/rss/</docs>
{foreach:items_list,id,strip}
<item>
<title>{strip.title}</title>
<link>{general.url}/{strip.nav_base_url}{strip.current_id}</link>
<guid isPermaLink="true">{general.url}/{strip.source}"</guid>
<enclosure url="{general.url}/{strip.source}" type="image/svg+xml" length="{strip.source_size}" />
<pubDate>{strip.date}</pubDate>
<author>{strip.author}</author>
<description>
&lt;a
title=&quot;{lang.source_rss}&quot;
href=&quot;{general.url}/{strip.nav_base_url}{strip.current_id}<&quot;
&gt;
&lt;img src=&quot;{general.url}/{strip.img_src}&quot; alt=&quot;{general.text}&quot; /&gt;
&lt;/a&gt;
&lt;p&gt;{strip.description}&lt;p&gt;
&lt;p&gt;{lang.licence} : &lt;a href="{strip.license}"&gt;{strip.license}&lt;/a&gt;&lt;p&gt;
&lt;a href="{general.forum}"&gt;{lang.forum}&lt;/a&gt;
&lt;a href="{general.shop}"&gt;{lang.boutique}&lt;/a&gt;
</description>
</item>
{end:}
</channel>
</rss>