préparation de la 0.5
This commit is contained in:
parent
6f6f050f0a
commit
2dfde6b61e
278 changed files with 79759 additions and 0 deletions
51
trunk/template/rss/template.rss
Normal file
51
trunk/template/rss/template.rss
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
|
||||
<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>
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue