wok diff python-genshi/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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-genshi/description.txt	Fri Jan 05 10:31:44 2024 +0000
     1.3 @@ -0,0 +1,4 @@
     1.4 +Genshi is a Python library that provides an integrated set of components
     1.5 +for parsing, generating, and processing HTML, XML or other textual
     1.6 +content for output generation on the web.
     1.7 +The major feature is a template language, which is heavily inspired by Kid.