This file is indexed.

/usr/share/horde/whups/templates/rss/items.rss is in php-horde-whups 3.0.9-1.

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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="<tag:xsl />" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
 <channel>
  <title><tag:title /></title>
  <pubDate><tag:pubDate /></pubDate>
  <link><tag:url /></link>
  <atom:link rel="self" type="application/rss+xml" title="<tag:title />" href="<tag:rss_url />" />
  <description><tag:description /></description>

  <if:items>
  <loop:items>
  <item>
   <title><tag:items.title /></title>
   <description><tag:items.description /></description>
   <pubDate><tag:items.pubDate /></pubDate>
   <link><tag:items.url /></link>
  </item>
  </loop:items>
  </if:items>

 </channel>
</rss>