Updated Esperanto translation
[gtkhtml.git] / README
blobd1e61bdc6c328a8f09c03bb0bfa0251408519f8c
1 Licensing
2 ---------
4         The library is released under the LGPL
6 What is GtkHTML?
7 ----------------
9 GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
10 was originally based on KHTMLW, part of the KDE project, but is now
11 being developed independently.
13 Mailing list
14 ------------
16 GtkHTML is currently maintained by the Evolution team and no longer
17 has its own mailing list.  The best place to ask GtkHTML questions
18 is on the "evolution-hackers" mailing list.
20 You can subscribe to this list at:
22         http://mail.gnome.org/mailman/listinfo/evolution-hackers
24 You can also report GtkHTML bugs by filing a report at:
26         http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml
28 NOTICE: While GtkHTML is still being maintained, it is no longer being
29         actively developed and is not recommended for new applications.
30         Consider WebKit/GTK+ or Gecko instead.
32 Requirements
33 ------------
35 In order to compile GtkHTML, you need:
36        gail >= 1.1
37        GTK+ >= 2.16
38        enchant
39        iso-codes >= 0.49
40        gnome-icon-theme >= 2.22
42 If you want to try the test program `testgtkhtml', you also need
43 libsoup-2.4 or later.
45 To try it out, run testgtkhtml in the source directory, i.e:
47     cd gtkhtml
48     ./testgtkhtml
50 WARNING: testgtkhtml's URL fetching code is very buggy.
52 You can also test GtkHTML's simple HTML editor widget:
54     cd components/editor
55     ./gtkhtml-editor-test
57 The editor widget is used in Evolution's mail composer.