This file is indexed.

/usr/share/doc/libjgrapht0.6-java/README.html is in libjgrapht0.6-java 0.6.0-11.

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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<!--
/* ==========================================
 * JGraphT : a free Java graph-theory library
 * ==========================================
 *
 * Project Info:  http://jgrapht.sourceforge.net/
 * Project Lead:  Barak Naveh (http://sourceforge.net/users/barak_naveh)
 *
 * (C) Copyright 2003-2005, by Barak Naveh and Contributors.
 *
 * This library is free software; you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation; either version 2.1 of the License, or
 * (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful, but
 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
 * License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with this library; if not, write to the Free Software Foundation, Inc.,
 * 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
 */
/* ~~~~~~~~~~~
 * README.html
 * ~~~~~~~~~~~
 * (C) Copyright 2003-2005, by Barak Naveh and Contributors.
 *
 * Original Author:  Barak Naveh
 * Contributor(s):   John V. Sichi
 *
 * $Id: README.html,v 1.15 2005/07/17 05:33:21 perfecthash Exp $
 *
 * Changes
 * ~~~~~~~
 * 28-Jul-2003 : Initial revision (BN);
 * 05-Aug-2003 : Version 0.4.1 notes (BN);
 * 14-Aug-2003 : Version 0.5.0 notes (BN);
 * 27-Aug-2003 : Upgrading versions (BN);
 * 06-Nov-2003 : Version 0.5.1 notes (BN);
 * 10-Feb-2004 : Version 0.5.2 notes (BN);
 * 16-Jul-2005 : Version 0.6.0 notes (JVS);
 *
 */
-->

<head>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="Author" content="Barak Naveh">
  <meta name="keywords" content=
  "JGraphT, graph, theory, graph-theory, free, java, LGPL, open-source">

  <title>JGraphT Release Notes</title>
  <style type="text/css">
  <!--
  body {
  font-family:Verdana;
  text-align:left;
  color:#000011;
  background-color:#FAFBFF;
  }
  a {
  COLOR: #336699; 
  TEXT-DECORATION: underline;
  }
  a:visited {
  color: #663366; 
  TEXT-DECORATION: underline;
  }
  a:hover {
  color: #FF9900; 
  TEXT-DECORATION: underline;
  }
  code {
  font-family:Courier New;
  font-size:medium;
  }

  ul {
  list-style:disc;
  }
  li {
  list-style:disc;
  margin-left:1em;
  margin-right:1em;
  line-height: 150%;
  }

  ol {
  list-style:decimal;
  }

  p {
  margin-left:1em;
  margin-right:1em;
  line-height: 140%;
  }

  h1 {
  background-color:#7AA1E6;
  border-left:1px solid #245BCB; 
  border-right:1px solid #245BCB; 
  border-top:1px solid #245BCB; 
  border-bottom:1px solid #245BCB; 
  color:#FFFFFF;
  text-align:center;
  }

  h2 {
  border-left:0px solid Black; 
  border-right:0px solid Black; 
  border-top:0px solid Black; 
  border-bottom:2px solid #7AA1E6; 
  margin-top:50;
  color:#25507C;
  }

  h3 {
  border-left:0px solid Black; 
  border-right:0px solid Black; 
  border-top:0px solid Black; 
  border-bottom:2px solid #7AA1E6; 
  margin-top:30;
  color:#25507C;
  }

  table {
  border-collapse: collapse;
  }

  //-->
  </style>
</head>

<body>
  <h1><font size="2"><br></font><font size="7"><font color=
  "#CC3399">J</font>Graph<font color="#FFCC00">T</font></font>  0.6.0<br>
  <font size="3"> </font></h1> 

  <p>Released: July, 2005</p>

  <p>Written by Barak Naveh (<a href=
  "mailto:barak_naveh@users.sourceforge.net">barak_naveh@users.sourceforge.net</a>)
  and Contributors.</p>

  <p>(C) Copyright 2003-2005, by Barak Naveh and Contributors. All rights
  reserved.</p>

  <p>Please address all contributions, suggestions, and inquiries to the
  current project administrator, <a
  href="mailto:perfecthash@users.sf.net">John Sichi</a>.</p>

  <h2>Introduction</h2>

  <p>JGraphT is a free Java class library that provides mathematical
  graph-theory objects and algorithms. It runs on Java 2 Platform (JDK 1.4 or
  later).</p>

  <p>JGraphT is licensed under the terms of the GNU Lesser General Public
  License (LGPL). A copy of the <a href="license-LGPL.txt">license</a> is
  included in the download.</p>

  <p>Please note that JGraphT is distributed WITHOUT ANY WARRANTY; without even
  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  Please refer to the license for details.</p>

  <h2>Contents</h2>

  <table border="1" cellspacing="0" cellpadding="5" style=
  "border-collapse: collapse; margin-left:1em;" bordercolor="#7AA1E6" bgcolor="#FFFFFF">
    <tr>
      <td valign="top"><b><code>jgrapht.jar</code></b></td>

      <td>the compiled JGraphT library</td>
    </tr>

    <tr>
      <td valign="top"><b><code>README.html</code></b></td>

      <td>this file</td>
    </tr>

    <tr>
      <td valign="top"><b><code>licence-LGPL.txt</code></b></td>

      <td>GNU Lesser General Public License</td>
    </tr>

    <tr>
      <td valign="top"><b><code>javadoc/</code></b></td>

      <td>Javadoc documentation</td>
    </tr>

    <tr>
      <td valign="top"><b><code>lib/</code></b></td>

      <td>
        required libraries:

        <ul compact>
          <li><code>junit.jar</code></li>

          <li><code>jgraph.jar</code></li>
        </ul>
      </td>
    </tr>

    <tr>
      <td valign="top"><b><code>src/</code></b></td>

      <td>source code</td>
    </tr>

    <tr>
      <td valign="top"><code><b>testsrc/</b></code></td>

      <td>source code of unit tests</td>
    </tr>
  </table>

  <h2>Getting Started</h2>

  <p>The package <code>org._3pq.jgrapht.demo</code> includes small demo
  applications to help you get started. If you spawn your own demo app and
  think others can use it, please send it to us and we will add it to that
  package.</p>

  <h2>Upgrading Versions</h2>

  <p>To help upgrading, JGraphT maintains a one-version-backwards
  compatibility. While this compatibility is not a hard promise, it generally
  respected. You can upgrade via:</p>

  <ul>
    <li>
      <p><b>The safe way</b> : compile your app with the JGraphT version that
      immediately follows your existing version and follow the deprecation
      notes, if exist, and modify your application accordingly. Then move to
      the next version, and on, until you're current.</p>
    </li>

    <li>
      <p><b>The fast way</b> : go to the latest JGraphT right away - if it
      works, you're done.</p>
    </li>
  </ul>

  <p>Reading the <a href="#history">change history</a> is always
  recommended.</p>

  <h2>Documentation</h2>

  <p>A local copy of the Javadoc HTML files is included in this distribution.
  The latest version of these files is also available on-line at <a href=
  "http://jgrapht.sourceforge.net/javadoc">http://jgrapht.sourceforge.net/javadoc</a>.</p>

  <h2>Dependencies</h2>

  <ul>
    <li>JGraphT requires JDK 1.4 or later. <br>
    &nbsp;</li>

    <li>JUnit is a unit testing framework. You need JUnit only if you want to
    run the unit tests. The <code>junit.jar</code> runtime file is included in
    this distribution. JUnit is licensed under the terms of the IBM Common
    Public License. You can find out more about JUnit and/or download the
    latest version from <a href=
    "http://www.junit.org">http://www.junit.org</a>. The JUnit tests included
    with JGraphT have been created using JUnit 3.8.1.<br>
    &nbsp;</li>

    <li>JGraph is a graph visualization and editing component. You
    need JGraph only if you want to create graph visualizations using
    the JGraphT-to-JGraph adapter. The <code>jgraph.jar</code> runtime
    file of JGraph is included in this distribution (file
    lib/lib-readme.txt has version information). JGraph is licensed
    under the terms of the GNU Lesser General Public License
    (LGPL). You can find more about JGraph and/or download the latest
    version from <a href=
    "http://www.sourceforge.net/projects/jgraph">http://www.sourceforge.net/projects/jgraph</a>.</li>
  </ul>

  <h2>Online Resources</h2>

  <p>The JGraphT website is at: <a href=
  "http://jgrapht.sourceforge.net/">http://jgrapht.sourceforge.net</a>. You can
  use this site to:</p>

  <ul>
    <li><b>Obtain the latest version</b> : latest version and all previous
    versions of JGraphT are available online.</li>

    <li><b>Report bugs</b> : if you have any comments, suggestions or bugs you
    want to report.</li>

    <li><b>Get support</b> : if you have questions or need help with
    JGraphT.</li>
  </ul>

  <h2>Your Improvements</h2>

  <p>If you add improvements to JGraphT please send them to us. We will add them
  to the next release so that everyone can enjoy them. You might also benefit
  from it: others may fix bugs in your source files or may continue to enhance
  them.</p>

  <p>If you particularly like the elegance of a certain part, don't be shy to
  drop a compliment to its author - it's heartening (and it's free)! On the
  other hand, if you think you can do better, let's see your source...</p>

  <h2><a name="history"></a>History</h2>

  <p>Changes to JGraphT in each version:</p>

  <ul>
    <li><b>version 0.6.0</b> (July-2005) : Upgraded to JDK 1.4, taking
    advantage of its new linked hash set/map containers to make
    edge/vertex set order-deterministic. Added support for custom edge
    lists.  Fixed various serialization and Subgraph issues. Added to
    <code>JGraphModelAdapter</code> support for JGraph's "dangling"
    edges, its constructors have slightly changed and now forbid
    <code>null</code> values. Improved interface to
    <code>DijskstraShortestPath</code>, and added radius support to
    <code>ClosestFirstIterator</code>.  Added new
    <code>StrongConnectivityInspector</code> algorithm (contributed by
    Chris Soltenborn) and <code>TopologicalOrderIterator</code>
    (contributed by Marden Neubert).  Deleted deprecated
    <code>TraverseUtils</code>.  Upgraded to JGraph 5.6.1.1.</li>

    <li><b>version 0.5.3</b> (June-2004) : Removed Subgraph verification of
    element's identity to base graph, upgraded to JGraph 4.0, Added the
    VisioExporter which was contributed by Avner Linder, minor bug fixes and
    improvements.</li>

    <li><b>version 0.5.2</b> (March-2004) : Serialization improvements, fixes
    to subgraphs and listenable graphs, added support for JGraph-&gt;JGraphT
    change propagation for JGraph adapter (contributed by Erik Postma),
    upgraded to JGraph 3.1, various bug fixes and improvements.</li>

    <li><b>version 0.5.1</b> (November-2003) : Semantics of Graph.clone() has
    changed, please check the documentation if you're using it. Added
    Dijkstra's shortest path, vertex cover approximations, new graph generation
    framework, upgraded to JGraph 3.0, various bug fixes and API
    improvements.</li>

    <li><b>version 0.5.0</b> (14-Aug-2003) : a new connectivity inspector
    added, edge API refactored to be simpler, an improved ant build, an
    improved event model, all known bugs were fixed, documentation
    clarifications, other small improvements. API of 0.5.0 is not 100% backward
    compatible with 0.4.1 but upgrade is simple and straightforward.</li>

    <li><b>version 0.4.1</b> (05-Aug-2003) : A new adapter to JGraph that
    provides graph visualizations, new depth-first and breadth-first iteration
    algorithms, various bug fixes and refactoring, moved unit-tests to a
    separate folder hierarchy and added more unit-tests.</li>

    <li><b>version 0.4.0</b> (July-2003) : Initial public release.</li>
  </ul>

  <h2>Contributors</h2>

  <p>JGraphT wouldn't be the library it is today without the source
  contributions made by the authors:</p>

  <ul>
    <li><a href="http://sourceforge.net/users/barak_naveh/">Barak Naveh</a> 
        (project founder)</li>

    <li><a href="http://sourceforge.net/users/perfecthash/">John V
    Sichi</a> (current project administrator)</li>

    <li><a href="http://sourceforge.net/users/liviu_aurelian/">Liviu
    Rau</a></li>

    <li><a href="http://www.bluemarsh.com/personal/index.html">Nathan
    Fiedler</a></li>

    <li><a href="http://sourceforge.net/users/behrisch/">Michael
    Behrisch</a></li>

    <li><a href="http://sourceforge.net/users/linda_buisman/">Linda
    Buisman</a></li>

    <li>Erik Postma</li>

    <li>Mikael Hansen</li>

    <li>Avner Linder</li>

    <li>Marden Neubert</li>

    <li><a href="http://sourceforge.net/users/csoltenborn/">Chris
    Soltenborn</a></li>

    <li><a href="http://sourceforge.net/users/hammerc/">Christian
    Hammer</a></li>

    <li>Marden Neubert</li>

  </ul>

  <p>(if we have missed your name on this list, please email us to get it
  fixed).</p>

  <p dir="ltr">Other people have also helped in different ways: reporting bugs,
  requesting features, commenting, and by merely asking very good questions.
  Many thanks to all of you.</p>

  <p>Regards,<br>
  <a href="mailto:barak_naveh@users.sourceforge.net">Barak Naveh</a><br>
  JGraphT Project Founder</p>

  <p> </p>
  <hr noshade size="2" style=
  "background-color:#7AA1E6;color:#7AA1E6;border-width: thin none none;">

  <table border="0" cellpadding="0" cellspacing="0" style=
  "border-collapse: collapse" width="100%">
    <tr>
      <td width="10%" align="left"><a href=
      "http://validator.w3.org/check/referer"><img src=
      "http://www.w3.org/Icons/valid-html401" border="0" alt="Valid HTML 4.01!"
      height="31" width="88"></a></td>

      <td width="80%" align="center"><small>© Copyright 2003-2004, by Barak
      Naveh and Contributors. All rights reserved.</small></td>

      <td width="10%" align="right"><a href="http://sourceforge.net"><img src=
      "http://sourceforge.net/sflogo.php?group_id=86459&amp;type=1" width="88"
      height="31" border="0" alt="SourceForge.net Logo"></a></td>
    </tr>
  </table><br>
</body>
</html>