wok diff pywebkitgtk/description.txt @ rev 25262

updated rclone (1.51.0 -> 1.59.0)
author Hans-G?nter Theisgen
date Fri Jul 15 08:42:33 2022 +0100 (23 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 Jul 15 08:42:33 2022 +0100
     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).