This file is indexed.

/usr/share/planet-venus/theme/common/rss10.xml.tmpl is in planet-venus 0~git9de2109-4.

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
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="<TMPL_VAR link ESCAPE="HTML">">
	<title><TMPL_VAR name ESCAPE="HTML"></title>
	<link><TMPL_VAR link ESCAPE="HTML"></link>
	<description><TMPL_VAR name ESCAPE="HTML"> - <TMPL_VAR link ESCAPE="HTML"></description>
	<TMPL_IF pubsubhubbub_hub>
	<atom:link rel="hub" href="<TMPL_VAR pubsubhubbub_hub ESCAPE="HTML">"/>
	</TMPL_IF>
	<TMPL_IF fullurl>
	<atom:link rel="self" href="<TMPL_VAR fullurl ESCAPE="HTML">" type="application/rss+xml"/>
	</TMPL_IF>

	<items>
		<rdf:Seq>
<TMPL_LOOP Items>
			<rdf:li rdf:resource="<TMPL_VAR id ESCAPE="HTML">" />
</TMPL_LOOP>
		</rdf:Seq>
	</items>
</channel>

<TMPL_LOOP Items>
<item rdf:about="<TMPL_VAR id ESCAPE="HTML">">
	<title><TMPL_VAR channel_name ESCAPE="HTML"><TMPL_IF title>: <TMPL_VAR title_plain ESCAPE="HTML"></TMPL_IF></title>
	<link><TMPL_VAR link ESCAPE="HTML"></link>
	<TMPL_IF content>
	<content:encoded><TMPL_VAR content ESCAPE="HTML"></content:encoded>
	</TMPL_IF>
	<dc:date><TMPL_VAR date_iso></dc:date>
	<TMPL_IF author_name>
	<dc:creator><TMPL_VAR author_name></dc:creator>
	</TMPL_IF>
</item>
</TMPL_LOOP>

</rdf:RDF>