This file is indexed.

/usr/share/doc/libcolt-free-java/dependencies.html is in libcolt-free-java-doc 1.2.0+dfsg-5.

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--Do not edit this autogenerated HTML file; edit src/xdocs files instead. --><html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css"> @import url("style.css"); </style><title>Colt - Dependencies, Versions and their Homepages</title><meta content="Wolfgang Hoschek" name="author"><meta content="whoschek.AT.lbl.DOT.gov" name="email"></head><body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"><!--HEADER--><table bgcolor="#ffffff" cellspacing="0" width="100%" border="0"><tr><td align="left" width="33%">
			<a href="http://dsd.lbl.gov/~hoschek/colt">
				<img src="images/colt-logo.gif" border="0" width="160" height="100" alt="">
			</a>
		</td><td align="center" width="33%">
			<img src="images/colt-title.jpg" alt="">
			
		</td><td align="right" width="33%">
			<a href="http://www.cern.ch">
				<img src="images/cern-logo.gif" border="0" alt="">
			</a>
		</td></tr></table><!--TOP LINK MENU NAVIGATION--><div class="link"><table cellspacing="0" cellpadding="0" width="100%" border="0"><tr valign="baseline"><td align="left"><a href="http://dsd.lbl.gov/~hoschek/colt" title="Click to jump to Colt"><font color="#3366ff">Colt</font></a><a href="http://dsd.lbl.gov/sea/" title="Click to jump to Sea"><font color="#3366ff">Sea</font></a><a href="http://dsd.lbl.gov/firefish" title="Click to jump to Firefish"><font color="#3366ff">Firefish</font></a></td><td align="right"> Version 1.2.0 -  Last published Sep 9, 2004</td></tr></table></div><table cellspacing="4" width="100%" border="0"><tr><!--LEFT SIDE NAVIGATION--><td class="leftcol" nowrap="nowrap" align="left" valign="top"><div class="frame item"><div class="name">Software</div><div class="content"><a href="./index.html">Home</a><a href="http://dsd.lbl.gov/~hoschek/colt-download">Download</a><a href="./install.html">Installation</a><a href="./readme.html">Readme</a><a href="./mailing.html">Mailing List</a><a href="./changelog.html">Changelog</a></div></div><div class="frame item"><div class="name">Development</div><div class="content"><a href="./dependencies.html">Dependencies</a><a href="./api/index.html">Javadoc API</a><a href="./license.html">License</a></div></div><div class="frame item"><div class="name">Search</div><div class="content"><form method="get" action="http://www.google.com/search"><input name="as_sitesearch" type="hidden" value="dsd.lbl.gov"><input name="as_q" maxLength="256" size="13" value="" type="text"></form></div></div></td><!--LEFT SIDE SUBNAVIGATION--><!--RIGHT SIDE MAIN BODY--><td valign="top" align="left"><table width="100%" cellpadding="2" cellspacing="0" border="0"><tr><td bgcolor="#525D76"><font face="arial,helvetica.sanserif" color="#ffffff"><a name="Dependencies, Versions and their Homepages"><strong>Dependencies, Versions and their Homepages</strong></a></font></td></tr><tr><td><blockquote>
				<p>Colt contains all dependencies necessary to run the software
				"out of the box" with zero installation and configuration effort.
				A single download and untar step will get you operational. This gets
				you up and running in 5 minutes with the least amount of hassle, on any box. </p>
				<p>Developers and advanced users want to know the dependency set, and tinker
					with it in interesting ways. The following dependencies exist (left component
					depends on right component):</p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr valign="top" class="table rowodd">
		<td valign="top" class="table header">Product</td>
		<td valign="top" class="table header">Dependency and Homepage</td>
		<td valign="top" class="table header">Javadoc</td>
		<td valign="top" class="table header">License</td>
 	  </tr><tr valign="top" class="table roweven">
        <td valign="top" class="table row">colt</td>
        <td valign="top" class="table row"> </td>
        <td valign="top" class="table row"> <a href="api/index.html">javadoc</a> </td>
        <td valign="top" class="table row"> <a href="license.html">Apache style</a> </td>
      </tr><tr valign="top" class="table rowodd">
        <td valign="top" class="table row"> </td>
        <td valign="top" class="table row"> <a href="http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html">concurrent-1.3.4</a> </td>
        <td valign="top" class="table row"> <a href="http://dsd.lbl.gov/%7Ehoschek/javatree/share/misc/concurrent-1.3.4/doc/EDU/oswego/cs/dl/util/concurrent/package-summary.html">javadoc</a> </td>
        <td valign="top" class="table row"> <a href="licenses/concurrent.LICENSE.txt">Public Domain</a> </td>
      </tr><tr valign="top" class="table roweven">
        <td valign="top" class="table row"> </td>
        <td valign="top" class="table row"> <a href="http://www.horstmann.com/">corejava-format-2002-11-16</a> </td>
        <td valign="top" class="table row"> <a href="api/corejava/package-summary.html">javadoc</a> </td>
        <td valign="top" class="table row"> <a href="licenses/corejava.LICENSE.txt">LGPL</a> </td>
      </tr>
</table>
<p>
Chances are good that colt will also run with earlier or later
versions of
the above components - just drop them in.
We can not guarantee that such other versions will work, of course.
We are interested in feedback as to what does or does not work for you.
</p>
  <p>Before you submit bug reports, please check if the bug is
reproducible with the versions listed above, and let us know. </p>


</blockquote></td></tr></table></td><!--RIGHT SIDE NAVIGATION--></tr></table><!--FOOTER SEPARATOR--><hr size="1" noshade="noshade"><!--FOOTER--><table bgcolor="#ffffff" cellspacing="0" width="100%" border="0"><tr><td align="left" width="33%">			
		</td><td align="center" width="33%">
			<font color="#525D76" size="-1">
				<em>
					Copyright &copy; 1999, <a href="http://www.cern.ch/">CERN - European Organization for Nuclear Research</a>
				</em>
			</font>
		</td><td align="right" width="33%">
			<a href="http://validator.w3.org/check/referer"><img src="images/valid-html401.png" alt="Valid HTML 4.01!" width="88" height="31" border="0"> </a>
			<a href="http://jigsaw.w3.org/css-validator/"><img src="images/valid-css.png" alt="Valid CSS!" width="88" height="31" border="0"> </a>
		</td></tr></table></body></html>