50 lines
1.8 KiB
XML
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>
|
|
<a
|
|
title="{lang.source_rss}"
|
|
href="{general.url}/{strip.nav_base_url}{strip.current_id}<"
|
|
>
|
|
<img src="{general.url}/{strip.img_src}" alt="{general.text}" />
|
|
</a>
|
|
<p>{strip.description}<p>
|
|
<p>{lang.licence} : <a href="{strip.license}">{strip.license}</a><p>
|
|
|
|
<a href="{general.forum}">{lang.forum}</a>
|
|
<a href="{general.shop}">{lang.boutique}</a>
|
|
</description>
|
|
</item>
|
|
{end:}
|
|
|
|
</channel>
|
|
</rss>
|