Index of the funcs module
-
m
wareweb.funcs
...
- General-(web-)purpose functions for use in your applications.
-
f
html_quote_whitespace
...
- HTML quote a value, and then make sure its whitespace is
preserved. If newlines is true, then also turn newlines into
<br> -- otherwise just horizontal whitespace will be preserved
(using ).
-
f
url_quote
...
- URL quote the value. None becomes the empty string. Dictionaries
are mapped to
-
f
html_quote
...
- HTML quote the value. None becomes an empty string. If a value
has an __html__ method, that will be called to get the HTML.