stripit/template/rss/template.rss

50 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/">
<channel>
<title>{general.title}</title>
<link>{general.url}</link>
<ttl>1440</ttl>
<description>{general.description}</description>
<language>{general.language}</language>
<pubDate>{strip.date}</pubDate>
<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="false">{strip.current_id}</guid>
<enclosure url="{general.url}/{strip.source}" type="audio/mpeg" type="image/svg+xml" />
<pubDate>{strip.date}</pubDate>
<author>{strip.author}</author>
<dc:creator>{strip.author}</dc:creator>
<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>