Feature Requests #1949622 (Mise en cache + ré-organisation des répertoires)
This commit is contained in:
parent
eba5164b0e
commit
7425a5ef6b
1 changed files with 0 additions and 0 deletions
50
template/rss/template.rss
Normal file
50
template/rss/template.rss
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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.source}"
|
||||
>
|
||||
<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