wok-current diff pywebkitgtk/description.txt @ rev 25601

use gcc49-lib-base for openldap-dev
author Stanislas Leduc <shann@slitaz.org>
date Fri Sep 01 12:04:33 2023 +0000 (16 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pywebkitgtk/description.txt	Fri Sep 01 12:04:33 2023 +0000
     1.3 @@ -0,0 +1,12 @@
     1.4 +PyWebkitGtk provides python bindings around Webkit when it has been compiled
     1.5 +for GTK2.
     1.6 +PyWebkitGtk requires, and augments, PyGtk2.
     1.7 +Recent support has been added to PyWebKitGtk to provide full DOM access
     1.8 +manipulation, including javascript code execution and evaluation.
     1.9 +
    1.10 +PyWebkitGtk comes with a demo application which is practically a fully-featured
    1.11 +web browser in its own right.
    1.12 +PyWebkitGtk is the basis for PyjamasDesktop, which provides a much easier-to-use
    1.13 +framework for application development than PyWebkitGtk on its own (it is fair to
    1.14 +say that whilst PyWebkitGtk is on the same level as PyGtk2, PyjamasDesktop is on
    1.15 +the same level as KiWi).