Revision 2613,
1.2 KB
checked in by JcDenis, 13 years ago
(diff) |
Private mode : version 1.5 - Cleaner release
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <?xml-stylesheet title="XSL formatting" type="text/xsl" href="{{tpl:BlogURL}}feed/rss2/xslt" ?> |
---|
3 | <rss version="2.0" |
---|
4 | xmlns:dc="http://purl.org/dc/elements/1.1/" |
---|
5 | xmlns:wfw="http://wellformedweb.org/CommentAPI/" |
---|
6 | xmlns:content="http://purl.org/rss/1.0/modules/content/" |
---|
7 | xmlns:atom="http://www.w3.org/2005/Atom"> |
---|
8 | <channel> |
---|
9 | <title>{{tpl:lang Restricted area}}</title> |
---|
10 | <link>{{tpl:BlogURL}}</link> |
---|
11 | <atom:link href="{{tpl:SysSelfURI}}" rel="self" type="application/rss+xml"/> |
---|
12 | <description>{{tpl:lang Restricted area}}</description> |
---|
13 | <language>{{tpl:BlogLanguage}}</language> |
---|
14 | <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate> |
---|
15 | <copyright>{{tpl:BlogCopyrightNotice encode_xml="1"}}</copyright> |
---|
16 | <docs>http://blogs.law.harvard.edu/tech/rss</docs> |
---|
17 | <generator>Dotclear</generator> |
---|
18 | |
---|
19 | <item> |
---|
20 | <title>{{tpl:lang Restricted area}}</title> |
---|
21 | <link>{{tpl:BlogURL}}</link> |
---|
22 | <guid isPermaLink="false">{{tpl:BlogFeedID}}</guid> |
---|
23 | <pubDate>{{tpl:BlogUpdateDate rfc822="1"}}</pubDate> |
---|
24 | <dc:creator>{{tpl:BlogEditor encode_xml="1"}}</dc:creator> |
---|
25 | |
---|
26 | <description>{{tpl:PrivateMsg absolute_urls="1" encode_xml="1"}}</description> |
---|
27 | |
---|
28 | </item> |
---|
29 | |
---|
30 | </channel> |
---|
31 | </rss> |
---|
Note: See
TracBrowser
for help on using the repository browser.