This file is indexed.

/usr/share/doc/libgtkhtml3.14-19/README is in libgtkhtml3.14-19 1:3.32.2-0ubuntu3.

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
Licensing
---------

        The library is released under the LGPL

What is GtkHTML?
----------------

GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
was originally based on KHTMLW, part of the KDE project, but is now
being developed independently.

Mailing list
------------

GtkHTML is currently maintained by the Evolution team and no longer
has its own mailing list.  The best place to ask GtkHTML questions
is on the "evolution-hackers" mailing list.

You can subscribe to this list at:

        http://mail.gnome.org/mailman/listinfo/evolution-hackers

You can also report GtkHTML bugs by filing a report at:

        http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml

NOTICE: While GtkHTML is still being maintained, it is no longer being
        actively developed and is not recommended for new applications.
        Consider WebKit/GTK+ or Gecko instead.

Requirements
------------

In order to compile GtkHTML, you need:
       gail >= 1.1
       GTK+ >= 2.16
       enchant
       GConf
       iso-codes >= 0.49
       gnome-icon-theme >= 2.22

If you want to try the test program `testgtkhtml', you also need
libsoup-2.4 or later.

To try it out, run testgtkhtml in the source directory, i.e:

    cd gtkhtml
    ./testgtkhtml

WARNING: testgtkhtml's URL fetching code is very buggy.

You can also test GtkHTML's simple HTML editor widget:

    cd components/editor
    ./gtkhtml-editor-test

The editor widget is used in Evolution's mail composer.