cinecturlink2/default-templates/mustek/cinecturlink2-rss2.xml

36 lines
1.5 KiB
XML
Raw Normal View History

2021-09-07 12:33:18 +00:00
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet title="XSL formatting" type="text/xsl" href="{{tpl:BlogURL}}feed/rss2/xslt" ?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{tpl:BlogName encode_xml="1"}} - {{tpl:c2PageTitle encode_xml="1"}}</title>
<link>{{tpl:BlogURL}}</link>
<atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/>
<description>{{tpl:c2PageDescription encode_xml="1"}}</description>
<language>{{tpl:BlogLanguage}}</language>
<pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate>
<copyright>{{tpl:BlogCopyrightNotice encode_xml="1"}}</copyright>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Dotclear</generator>
2021-09-07 13:21:38 +00:00
2021-09-07 12:33:18 +00:00
<tpl:c2Entries>
2021-09-07 13:21:38 +00:00
2021-09-07 12:33:18 +00:00
<item>
<title>{{tpl:c2EntryTitle encode_xml="1"}}</title>
<link>{{tpl:c2EntryURL encode_xml="1"}}</link>
<tpl:c2EntryIf has_category="1"><categorie>{{tpl:c2EntryCategory encode_xml="1"}}</categorie></tpl:c2EntryIf>
<guid isPermaLink="false">{{tpl:c2EntryFeedID}}</guid>
<pubDate>{{tpl:c2EntryDate rfc822="1"}}</pubDate>
<dc:creator>{{tpl:c2EntryFromAuthor encode_xml="1"}}</dc:creator>
<description>
&lt;p&gt;{{tpl:c2EntryImg encode_xml="1"}}&lt;br /&gt;
{{tpl:c2EntryDescription encode_xml="1"}}&lt;/p&gt;
</description>
</item>
</tpl:c2Entries>
2021-09-07 13:21:38 +00:00
2021-09-07 12:33:18 +00:00
</channel>
</rss>