This file is indexed.

/usr/share/doc/unhtml/Readme.html is in unhtml 2.3.9-3.

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
<HTML>
<HEAD>
  <TITLE>
    Unhtml - Document Parser
  </TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<P><TABLE WIDTH=80%>
  <TR><TD BGCOLOR="#000000"><FONT FACE="Helvetica" COLOR="#FFFFFF" SIZE=18>
    Unhtml
  </FONT></TD></TR>
</TABLE>

<P><STRONG>Kevin Swan, 013639s@dragon.acadiau.ca</STRONG><BR>
<EM>Version 2.3</EM><BR>
<EM>Last revised: February 3, 1998</EM>

<P><H2>DESCRIPTION</H2>

<P>unhtml is a program developed by me in April of 1996 to remove the
HTML formatting from documents and print the output to the standard output
stream.  It treated any occurrences of a greater than or less than sign as 
HTML tags and removes them.  In this version, it is more intelligent in the
sense that it recognizes &lt;SCRIPT&gt; blocks.

<P>Please report any bugs you find or comments you have to
<A HREF="mailto:013639s@dragon.acadiau.ca">013639s@dragon.acadiau.ca</A>

<P><H2>DISTRIBUTION</H2>

<P>This software is freely distributable under the GNU Public License,
and may be altered in any way.  The only condition for redistribution is
that this README file be included with the revised/redistributed software,
with the only modifications being additions describing what's been changed.

<P>The software's original author <A HREF="http://dragon.acadiau.ca/~013639s/">
Kevin Swan</A> <A HREF="mailto:013639s@dragon.acadiau.ca">013639s@dragon.acadiau.ca</A> is
agreeing to negotiate different licensing terms with interested parties for
commercial reuse of the source code.

<P><H2>INSTALLATION</H2>

<P>You can compile and install unhtml by doing the following as root:

<P><PRE><CODE>
         make && make install
</CODE></PRE>

<HR>

<A HREF="http://dragon.acadiau.ca/~013639s/">Kevin Swan</A>

</BODY>

</HTML>