This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/AtomTestOReilly.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
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<?xml version='1.0' encoding='utf-8'?>

<feed xmlns='http://www.w3.org/2005/Atom'
xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd'
xml:lang='en-US'>

<title>weblogs.oreilly.com</title>
<link rel="alternate" type="text/html" href="http://weblogs.oreilly.com/" hreflang="en" title="weblogs.oreilly.com" />
<subtitle type='text'>The O'Reilly Network Weblogs</subtitle>
<rights>Copyright 2005, O'Reilly Media, Inc.</rights>
<id>http://weblogs.oreilly.com/</id>
<updated>2006-01-23T09:16:40-08:00</updated>
<link rel="self" type="application/atom+xml" href="http://www.oreillynet.com/pub/feed/25"/>
<itunes:author>O'Reilly Media, Inc.</itunes:author>
<itunes:category text='Technology' />
<itunes:explicit>no</itunes:explicit>

<entry>
	<title>Delightful Javascript Libs -- LGPL, Too.</title>
	<id>http://www.oreillynet.com/pub/wlg/9085</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9085'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Here are some fundamental, well made JS goodies: Vectorgraphics Library, Drag'nDrop &amp; DHTML Library, Tooltips with JavaScript Lib, and Rotate Image Lib. A pleasure to work with, and LGPL'ed. Also check out the JS Online Function Grapher.
	</div>
	</summary>
	<author><name>Sid Steward</name></author>
	<updated>2006-01-23T09:16:40-08:00</updated>
</entry>

<entry>
	<title>Web 2.0: Simple division?</title>
	<id>http://www.oreillynet.com/pub/wlg/9084</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9084'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	There's been a lot of talk about the revolutionary change Web 2.0 promises, and it's time to look at the architecture that's leading to that change: a greater split between client and server logic.
	</div>
	</summary>
	<author><name>Simon St. Laurent</name></author>
	<updated>2006-01-23T08:15:34-08:00</updated>
</entry>

<entry>
	<title>Don't Give us your Tired Your Poor</title>
	<id>http://www.oreillynet.com/pub/wlg/9083</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9083'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Give us your vibrant, exciting, cool, open source Java submissions for this year's OSCON.
	</div>
	</summary>
	<author><name>Daniel H. Steinberg</name></author>
	<updated>2006-01-23T07:45:36-08:00</updated>
</entry>

<entry>
	<title>Cutting Through the Patent Thicket</title>
	<id>http://www.oreillynet.com/pub/wlg/9082</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9082'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Good succinct summary of the anti-patent argument, including how VC's look at patents and get duped by them.
	</div>
	</summary>
	<author><name>Damien Stolarz</name></author>
	<updated>2006-01-23T00:45:30-08:00</updated>
</entry>

<entry>
	<title>The addslashes() Versus mysql_real_escape_string() Debate</title>
	<id>http://www.oreillynet.com/pub/wlg/9081</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9081'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Last month, I discussed <a href="http://shiflett.org/archive/177">Google's XSS Vulnerability</a> and provided an <a href="http://shiflett.org/archive/178">example that demonstrates it</a>. I was hoping to highlight why character encoding consistency is important, but apparently the <a href="http://www.sitepoint.com/forums/showthread.php?t=337881"><tt>addslashes()</tt> versus <tt>mysql_real_escape_string()</tt> debate</a> continues.
	</div>
	</summary>
	<author><name>Chris Shiflett</name></author>
	<updated>2006-01-22T22:45:11-08:00</updated>
</entry>

<entry>
	<title>RPM Rollback in Fedora Core 4/5</title>
	<id>http://www.oreillynet.com/pub/wlg/9080</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9080'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Fedora's yum/rpm system includes a little-known capability: it can rollback a system to a previously-installed state.
	</div>
	</summary>
	<author><name>Chris Tyler</name></author>
	<updated>2006-01-22T13:15:12-08:00</updated>
</entry>

<entry>
	<title>Shifting Gears: Switching to Django</title>
	<id>http://www.oreillynet.com/pub/wlg/9075</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9075'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	I've been using TurboGears since its public debut around September of last year. I believe it has incredible potential, but I'm finding myself needing something a little different. That something is Django.
	</div>
	</summary>
	<author><name>Jeremy Jones</name></author>
	<updated>2006-01-22T12:15:19-08:00</updated>
</entry>

<entry>
	<title>Are We In A Productivity Crisis?</title>
	<id>http://www.oreillynet.com/pub/wlg/9079</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9079'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Are we in a new kind of productivity crisis, one in which there is not too little productivity, but too much?
	</div>
	</summary>
	<author><name>Spencer Critchley</name></author>
	<updated>2006-01-22T09:45:58-08:00</updated>
</entry>

<entry>
	<title>What Happens When You Edit an Image Stored Outside of iPhoto 6</title>
	<id>http://www.oreillynet.com/pub/wlg/9078</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9078'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Is the edited image stored inside or outside of your iPhoto 6 library?
	</div>
	</summary>
	<author><name>Derrick Story</name></author>
	<updated>2006-01-22T07:45:58-08:00</updated>
</entry>

<entry>
	<title>Building emacs22 on Mac OS X</title>
	<id>http://www.oreillynet.com/pub/wlg/9074</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9074'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Emacs 22 is Mac OS X aware, and can be built either as a Carbon <code>.app</code> double-clickable, or as a typical X11 program. Problem is, the information about how to build it is pretty scattered. Here's what works for me.
	</div>
	</summary>
	<author><name>Chris Adamson</name></author>
	<updated>2006-01-21T19:45:53-08:00</updated>
</entry>

<entry>
	<title>hip to bash web2.0, are we?</title>
	<id>http://www.oreillynet.com/pub/wlg/9034</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9034'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	It's hip to take some "diggs" at Web 2.0.
	</div>
	</summary>
	<author><name>Timothy M. O'Brien</name></author>
	<updated>2006-01-21T15:46:26-08:00</updated>
</entry>

<entry>
	<title>My New Game Development Course at Tufts</title>
	<id>http://www.oreillynet.com/pub/wlg/9076</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9076'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	I am teaching a new course at the Tufts University, "Introduction to Game Development," this semester.
	</div>
	</summary>
	<author><name>Ming Chow</name></author>
	<updated>2006-01-21T12:46:56-08:00</updated>
</entry>

<entry>
	<title>Tune in to Radio Babylon</title>
	<id>http://www.oreillynet.com/pub/wlg/9073</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9073'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	Hardware hacks we'd like to see in iPods, #1
	</div>
	</summary>
	<author><name>Giles Turnbull</name></author>
	<updated>2006-01-20T14:15:54-08:00</updated>
</entry>

<entry>
	<title>A resource for Google maphacks and mashers now at Maphacks,net</title>
	<id>http://www.oreillynet.com/pub/wlg/9072</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9072'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	
	</div>
	</summary>
	<author><name>Glenn Letham</name></author>
	<updated>2006-01-20T12:16:05-08:00</updated>
</entry>

<entry>
	<title>UK film studio on the hunt for Google earth programmers</title>
	<id>http://www.oreillynet.com/pub/wlg/9071</id>
	<link rel='alternate' href='http://www.oreillynet.com/pub/wlg/9071'/>
	<summary type='xhtml'>
	<div xmlns='http://www.w3.org/1999/xhtml'>
	
	</div>
	</summary>
	<author><name>Glenn Letham</name></author>
	<updated>2006-01-20T11:47:03-08:00</updated>
</entry>

</feed>