This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/AtomTestSample4.xml is in php-horde-feed 2.0.1-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
<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">

	<id>http://www.example.com</id>
	<title>Example Atom Feed</title>
	<updated>2006-01-23T23:04:33Z</updated>
	<link rel="self" href="http://www.example.com" />

	<author>
		<name>John Doe</name>
		<email>John@Example.com</email>
		<uri>http://www.example.com</uri>
	</author>

	<entry>
		<id>tag:www.example.com,2006-01-23:/post/1234</id>
		<title>Mars Attacks Pluto Probe</title>
		<updated>2006-01-23T23:04:33Z</updated>
		<summary>In upheaval of the tenuous peace between Earth and Mars over the last century, it has been confirmed that a rogue Martian fighter ship suddenly attacked Earth's 2006 probe to Pluto today. Martian delegates have been dispatched to Earth in an effort to quell the political firestorm that has ensued.</summary>
		<link rel="alternate" href="/post/1234" />
	</entry>

	<entry>
		<id>tag:www.example.com,2006-01-23:/post/1235</id>
		<title>Quake Rocks Io</title>
		<updated>2006-01-23T23:04:33Z</updated>
		<summary>A strong tremor rocked Io this afternoon, and officials are saying that no one has been found alive on Io since the quake.</summary>
		<link rel="alternate" href="/post/1235" />
	</entry>

</feed>