mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
11 lines
634 B
Text
11 lines
634 B
Text
PyTidyLib is a Python package that wraps the HTML Tidy library. This allows
|
|
you, from Python code, to "fix" invalid (X)HTML markup. Some of the library's
|
|
many capabilities include:
|
|
|
|
* Clean up unclosed tags and unescaped characters such as ampersands
|
|
* Output HTML 4 or XHTML, strict or transitional, and add missing doctypes
|
|
* Convert named entities to numeric entities, which can then be used in XML
|
|
documents without an HTML doctype.
|
|
* Clean up HTML from programs such as Word (to an extent)
|
|
* Indent the output, including proper (i.e. no) indenting for pre elements,
|
|
which some (X)HTML indenting code overlooks.
|