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