K 10 svn:author V 5 koobs K 8 svn:date V 27 2014-07-27T12:50:26.815331Z K 7 svn:log V 744 [NEW] textproc/py-pytidylib: Python wrapper for HTML Tidy 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. WWW: http://countergram.com/open-source/pytidylib END