This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/TestAtomFeed.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
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:opensearch="http://a9.com/-/spec/opensearchrss/1.0/" version="1.0">
 <title>Atom Example</title>
 <tagline>This is a simple Atom Feed made by XML_Feed_Writer.</tagline>
 <link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="./TestAtomFeed.xml" />
 <link rel="http://schemas.google.com/g/2005#post" type="application/atom+xml" href="./TestAtomFeed.xml" />
 <link rel="self" type="application/atom+xml" href="./TestAtomFeed.xml" />
 <opensearch:totalResults>4</opensearch:totalResults>
 <opensearch:startIndex>3</opensearch:startIndex>
 <opensearch:itemsPerPage>2</opensearch:itemsPerPage>
 <modified>2005-04-25T00:00:00+02:00</modified>
 <entry>
  <id>1</id>
  <link rel="edit" href="./TestAtomFeed.xml/1/1" />
  <title>The Item Title</title>
  <issued>2004-09-25T16:03:00+02:00</issued>
  <modified>2005-12-25T16:03:00+01:00</modified>
  <author>
   <name>David Coallier</name>
  </author>
  <summary>Testing something before releasing</summary>
 </entry>
 <entry>
  <id>2</id>
  <link rel="edit" href="./TestAtomFeed.xml/2/1" />
  <title>Second item added to the builder/feeded..</title>
  <issued>2004-01-04T00:00:00+01:00</issued>
  <modified>1970-01-01T01:00:00+01:00</modified>
  <author>
   <name>David Coallier</name>
  </author>
  <summary>Jaws project, visit the website for infos...</summary>
 </entry>
</feed>