This project is a fork of the gtkhtml.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/gtkhtml.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerdmitrij.ledkov@ubuntu.com
last changeSat, 24 Apr 2010 01:37:41 +0000 (24 02:37 +0100)
content tags
add:
README
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.
shortlog
2010-04-24 Matthew TalbertGconf-lessmaster
2010-04-23 Milan CrhaBug #247302 - Wrong letter color with HTML content...
2010-04-21 Carles FerrandoUpdated Catalan (Valencian) translation
2010-04-17 Matthew BarnesUse gtk_accessible_get_widget() if available.
2010-04-17 Matthew BarnesFix most GSEAL issues.
2010-04-17 Francisco DiéguezUpdated Galician translations
2010-04-09 Mario CarrionBug 615205 - Translations not working in Emoticons...
2010-04-02 Matthew BarnesGenerate ChangeLog files for tarball releases.
2010-04-02 Milan CrhaBug #551554 - gtkhtml translation issues (add translati...
2010-04-02 Jordi SerratosaFixes to Catalan translation
2010-04-02 Milan CrhaBug #514611 - Add translators comments and one string
2010-04-01 Milan CrhaBug #325121 - Do not translate developer strings in...
2010-04-01 Denis PaukBug #602634 - Not fully supported list types
2010-03-31 Matthew BarnesPost-release version bump.
2010-03-30 Milan CrhaBug #461203 - Do not select text on drop abort
2010-03-30 Wouter BolsterleeDutch translation updated by Wouter Bolsterlee
...
heads
14 years ago gconf-less-2.30
14 years ago master