python/python3-webhelpers2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
2079911b37
commit
779e045763
|
@ -1,16 +1,18 @@
|
||||||
WebHelpers2 is a wide variety of utility functions for web applications and other
|
WebHelpers2 is a wide variety of utility functions for web
|
||||||
applications.
|
applications and other applications. It can be used with any web
|
||||||
It can be used with any web framework.
|
framework.
|
||||||
|
|
||||||
WebHelpers includes the widely-used HTML tag builder with smart escaping and
|
WebHelpers includes the widely-used HTML tag builder with smart
|
||||||
convenience functions for common tags such as form fields.
|
escaping and convenience functions for common tags such as form
|
||||||
The common builder ensures the tags are syntactically correct and prevent
|
fields. The common builder ensures the tags are syntactically correct
|
||||||
cross-site scripting attacks and double-escaping.
|
and prevent cross-site scripting attacks and double-escaping.
|
||||||
|
|
||||||
Other helpers perform text processing, split a large number of records into
|
Other helpers perform text processing, split a large number of records
|
||||||
pages, generate Atom/RSS feeds with geographical (GIS) data, handle MIME types,
|
into pages, generate Atom/RSS feeds with geographical (GIS) data,
|
||||||
calculate numerica statistics, and more.
|
handle MIME types, calculate numerica statistics, and more.
|
||||||
There are also high-level container types, including a value counter and
|
|
||||||
accumulator.
|
There are also high-level container types, including a value counter
|
||||||
There are lists of country names, country codes, US states, Canadian provinces,
|
and accumulator.
|
||||||
and UK counties.
|
|
||||||
|
There are lists of country names, country codes, US states, Canadian
|
||||||
|
provinces, and UK counties.
|
||||||
|
|
Loading…
Reference in New Issue