wok annotate pywebkitgtk/description.txt @ rev 25638

Up tinyssh (20240101 CVE-2023-48795)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 05 10:31:44 2024 +0000 (5 months ago)
parents
children
rev   line source
Hans-G?nter@25254 1 PyWebkitGtk provides python bindings around Webkit when it has been compiled
Hans-G?nter@25254 2 for GTK2.
Hans-G?nter@25254 3 PyWebkitGtk requires, and augments, PyGtk2.
Hans-G?nter@25254 4 Recent support has been added to PyWebKitGtk to provide full DOM access
Hans-G?nter@25254 5 manipulation, including javascript code execution and evaluation.
Hans-G?nter@25254 6
Hans-G?nter@25254 7 PyWebkitGtk comes with a demo application which is practically a fully-featured
Hans-G?nter@25254 8 web browser in its own right.
Hans-G?nter@25254 9 PyWebkitGtk is the basis for PyjamasDesktop, which provides a much easier-to-use
Hans-G?nter@25254 10 framework for application development than PyWebkitGtk on its own (it is fair to
Hans-G?nter@25254 11 say that whilst PyWebkitGtk is on the same level as PyGtk2, PyjamasDesktop is on
Hans-G?nter@25254 12 the same level as KiWi).