This file is indexed.

/usr/share/doc/libjs-openlayers/README.Debian is in libjs-openlayers 2.11+ds1-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
OpenLayers for Debian
---------------------

If you wish to include OpenLayers in your HTML files which are served
via a webserver you should add the following lines to your <HEAD>
section:

    <script language="javascript" type="text/javascript"
        src="/javascript/openlayers/OpenLayers.js"></script>
        
If you're generating files which are going to be served via the
filesystem (such that no HTTP server is used) instead you should
access OpenLayers via the filesystem path:

    <script language="javascript" type="text/javascript"
        src="/usr/share/javascript/openlayers/OpenLayers.js"></script>

 -- Marcelo Jorge Vieira <metal@debian.org>  Tue, 02 Aug 2011 11:56:10 -0300