This file is indexed.

/usr/share/doc/cimg-dev/html/download.shtml is in cimg-doc 1.4.9-2.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--#include file="header.html" -->

<img src="img/item_download.gif" alt="Download"></img>
<p>
  You have different ways to get the <tt><i>CImg library</i></tt> :
</p>

<table align="left" border="0" width="100%" cellspacing="20">
  <tr><td><a href="http://sourceforge.net/projects/cimg/files/">
        <img src="img/item_standard_package.jpg" border="0" alt="Standard Package"
             onmouseover="this.src='img/item_standard_package2.jpg';"
             onmouseout="this.src='img/item_standard_package.jpg';" /></img></a></td>
    <td><hr noshade="noshade" size="1" width="100%"></hr>
      The <tt><i>CImg library</i></tt> is mainly provided as
      <a href="http://sourceforge.net/projects/cimg/files/">
        <i>.zip</i> package</i></a>
    which is <b>plateform-independent</b>.
    It contains all the required files, as well as various examples (which must be compiled),
    illustrating the use of the library functions and classes.<br/>
</td></tr>
<tr><td><a href="http://cimg.cvs.sourceforge.net/cimg/CImg/">
      <img src="img/item_sources.jpg" border="0" alt="Sources Repository"
           onmouseover="this.src='img/item_sources2.jpg';"
           onmouseout="this.src='img/item_sources.jpg';" /></img></a></td>
<td><hr noshade="noshade" size="1" width="100%"></hr>
  You may be also more adventurous and use CVS.
  This ensures you will get the latest code available, and will ease the
  updates as well (knowing the tool <i>cvs</i> is needed indeed). To do this, just
  type the commands : <br><br>
      <table cellpadding="10" cellspacing="0" border="0" bgcolor="#EEEEFF"><tr><td>
            <font size="-1"><i>
                export CVS_RSH=ssh<br/>
                cvs -d:pserver:anonymous@cimg.cvs.sourceforge.net:/cvsroot/cimg co CImg
            </i></font>
      </td></tr></table>
      <br>in your favorite console. Nevertheless, you have to know that some code in the CVS version
        may be experimental, so always test the latest stable archive before complaining !
    </td></tr>
  </table>
</p>

<!--#include file="footer.html" -->