diff options
Diffstat (limited to 'dev-python/clientform/metadata.xml')
-rw-r--r-- | dev-python/clientform/metadata.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-python/clientform/metadata.xml b/dev-python/clientform/metadata.xml index de483c53568f..cc2e4ff000b4 100644 --- a/dev-python/clientform/metadata.xml +++ b/dev-python/clientform/metadata.xml @@ -2,4 +2,11 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>python</herd> +<longdescription> +ClientForm is a Python module for handling HTML forms on the +client side, useful for parsing HTML forms, filling them in +and returning the completed forms to the server. It developed +from a port of Gisle Aas' Perl module HTML::Form, from the libwww-perl +library, but the interface is not the same. +</longdescription> </pkgmetadata> |