/usr/share/chronicle/themes/xml/comments.xml.template is in chronicle 4.6-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?xml version="1.0" encoding="utf-8"?>
<rss version='2.0' xmlns:lj='http://www.livejournal.org/rss/lj/1.0/' xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><!-- tmpl_var name='title' --></title>
<description>Comments on <!-- tmpl_var name='title' --></description>
<link><!-- tmpl_var name='top' --></link>
<atom:link href="<!-- tmpl_var name='top' -->index.rss" rel="self" type="application/rss+xml" />
<!-- tmpl_loop name="comments" -->
<item>
<title><!-- tmpl_var name="title" escape='html' --></title>
<link><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></link>
<guid isPermaLink="true"><!-- tmpl_var name='top' --><!-- tmpl_var name='link' --></guid>
<pubDate><!-- tmpl_var name='pubdate' --></pubDate>
<description><!-- tmpl_var name="body" escape='html' --></description>
</item>
<!-- /tmpl_loop -->
</channel>
</rss>
|