wok annotate pywebkitgtk/description.txt @ rev 25678

Patch ghostscript CVE-2023-36664
author Stanislas Leduc <shann@slitaz.org>
date Fri Mar 08 14:12:03 2024 +0100 (6 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).