• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

a11y/H03-May-2022-4,3833,083

art/H03-May-2022-610536

components/H03-May-2022-21,27916,908

gtkhtml/H03-May-2022-74,38056,047

m4/H21-Sep-2015-8,9008,006

po/H21-Sep-2015-158,972122,153

AUTHORSH A D13-Dec-2013835 2921

BUGSH A D13-Dec-20131.5 KiB5134

COPYINGH A D13-Dec-201317.6 KiB342282

COPYING.LIBH A D13-Dec-201324.7 KiB

ChangeLogH A D21-Sep-2015163.1 KiB4,9053,475

INSTALLH A D21-Sep-201515.4 KiB371289

Makefile.amH A D10-Jul-20141.4 KiB6051

Makefile.inH A D03-May-202228.3 KiB936833

NEWSH A D21-Sep-201564 KiB2,2681,774

READMEH A D13-Dec-20131.4 KiB5838

TODOH A D29-May-20141.7 KiB4230

aclocal.m4H A D21-Sep-201565.2 KiB1,8801,706

compileH A D21-Sep-20157.2 KiB348258

config.guessH A D21-Sep-201541.9 KiB1,4221,230

config.h.inH A D21-Sep-20154.8 KiB186128

config.subH A D21-Sep-201535.2 KiB1,8081,670

configureH A D03-May-2022650.6 KiB21,86218,293

configure.acH A D14-Sep-20158.3 KiB299254

depcompH A D21-Sep-201523 KiB792502

install-shH A D21-Sep-201514.3 KiB502327

intltool-extract.inH A D21-Sep-20150

intltool-merge.inH A D03-May-20220

intltool-update.inH A D21-Sep-20150

ltmain.shH A D21-Sep-2015276.8 KiB9,6567,304

missingH A D21-Sep-20156.7 KiB216143

README

1Licensing
2---------
3
4        The library is released under the LGPL
5
6What is GtkHTML?
7----------------
8
9GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
10was originally based on KHTMLW, part of the KDE project, but is now
11being developed independently.
12
13Mailing list
14------------
15
16GtkHTML is currently maintained by the Evolution team and no longer
17has its own mailing list.  The best place to ask GtkHTML questions
18is on the "evolution-hackers" mailing list.
19
20You can subscribe to this list at:
21
22        http://mail.gnome.org/mailman/listinfo/evolution-hackers
23
24You can also report GtkHTML bugs by filing a report at:
25
26        http://bugzilla.gnome.org/enter_bug.cgi?product=GtkHtml
27
28NOTICE: 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.
31
32Requirements
33------------
34
35In 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
41
42If you want to try the test program `testgtkhtml', you also need
43libsoup-2.4 or later.
44
45To try it out, run testgtkhtml in the source directory, i.e:
46
47    cd gtkhtml
48    ./testgtkhtml
49
50WARNING: testgtkhtml's URL fetching code is very buggy.
51
52You can also test GtkHTML's simple HTML editor widget:
53
54    cd components/editor
55    ./gtkhtml-editor-test
56
57The editor widget is used in Evolution's mail composer.
58