source: trunk/third/gtkhtml/README @ 16767

Revision 16767, 1.4 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16766, which included commits to RCS files with non-trunk default branches.
Line 
1Licensing
2---------
3
4        The library (src/) is released under the LGPL
5        The component (components/) is released under the GPL
6
7        GAL is only employed by the component, and not the library
8
9What is GtkHTML?
10----------------
11
12GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
13was originally based on KHTMLW, part of the KDE project, but is now
14being developed independently.
15
16Mailing list
17------------
18
19There is a GtkHTML mailing list. It is intended to be used by GtkHTML
20hackers and developers using GtkHTML library. If you think you have
21found bug, please report it there.
22
23You could subscribe to this list on:
24
25        http://lists.ximian.com/mailman/listinfo/gtkhtml
26
27You could report bug by sending bug report to:
28
29        gtkhtml@ximian.com
30
31Please don't send subscription requests to the list. Use above
32mentioned URL or send it to gtkhtml-request@ximian.com.
33
34Requirements
35------------
36
37In order to compile GtkHTML, you need gdk-pixbuf 0.8.0 (or later),
38Bonobo 0.32 (or later), gnome-print 0.25 (or later) and GAL 0.7 (or
39later).
40
41Optionally you may want to install GConf 0.4 (or later) to enable the
42configuration capplet.
43
44If you want to try the test program `testgtkhtml', you also need
45glibwww 0.2 or later.  GLibWWW is available from:
46
47    ftp://www.gnome.org/pub/GNOME/unstable/sources/glibwww/
48
49To try it out, run testgtkhtml in the source directory, i.e:
50
51    cd src
52    ./testgtkhtml
53
54WARNING: testgtkhtml's URL fetching code is very buggy.
Note: See TracBrowser for help on using the repository browser.