This file is indexed.

/usr/share/doc/libawl-php/README.Debian is in libawl-php 0.55-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
libawl-php for Debian
------------------------------------------

This package includes a bunch of web libraries, mostly
written by Andrew McMillan, and mostly used by PHP things
that he wrote.

They're supposed to be fairly lightweight, and they are
intended to simplify things rather than complexify them.

To use them, you will need to add the path into your PHP
application.  The recommended way is to do this inside
the Apache virtual host, like so:

  php_value include_path ../inc:/usr/share/awl/inc

Which would include your application's 'inc' directory
first, allowing it to override any AWL functionality
it wanted to.

Andrew McMillan <andrew@catalyst.net.nz>, Tue.  2 May 2006 07:11:22 +1200