This file is indexed.

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

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

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

</feed>