This file is indexed.

/usr/share/doc/libjs-dojo-core/README.Debian is in libjs-dojo-core 1.6.1+dfsg-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
dojo for Debian
---------------

In order to make use of dojo in your html, include the following lines in
your html header:

        <script type="text/javascript" src="/javascript/dojo/dojo.js">
	</script>

 -- Jason Morawski <rpgdude1@gmail.com>  Fri, 14 Aug 2009 16:19:42 -0400

If you use dojox.form.FileUploader, make sure you set the force property to
html:

	<div dojoType="dojox.form.FileUploader" force="html">
	</div>

 -- Jason Morawski <rpgdude1@gmail.com>  Sun, 8 Aug 2010 19:47:00 -0400