[Python-modules-commits] r12816 - in packages/utidylib/trunk/debian (control)
nijel at users.alioth.debian.org
nijel at users.alioth.debian.org
Tue May 4 15:40:33 UTC 2010
Date: Tuesday, May 4, 2010 @ 15:40:30
Author: nijel
Revision: 12816
Reuse description from libtidy.
Modified:
packages/utidylib/trunk/debian/control
Modified: packages/utidylib/trunk/debian/control
===================================================================
--- packages/utidylib/trunk/debian/control 2010-05-04 15:36:41 UTC (rev 12815)
+++ packages/utidylib/trunk/debian/control 2010-05-04 15:40:30 UTC (rev 12816)
@@ -18,5 +18,16 @@
Conflicts: python2.3-utidylib (<< 0.2-3.1), python2.4-utidylib (<< 0.2-3.1)
XB-Python-Version: ${python:Versions}
Description: Python wrapper for TidyLib
- uTidylib is a Python wrapper for TidyLib, a library from the HTML Tidy
- project. This allows you to "tidy" HTML files through a Pythonic interface.
+ Corrects markup in a way compliant with the latest standards, and
+ optimal for the popular browsers. It has a comprehensive knowledge
+ of the attributes defined in the HTML 4.0 recommendation from W3C,
+ and understands the US ASCII, ISO Latin-1, UTF-8 and the ISO 2022
+ family of 7-bit encodings. In the output:
+ .
+ * HTML entity names for characters are used when appropriate.
+ * Missing attribute quotes are added, and mismatched quotes found.
+ * Tags lacking a terminating '>' are spotted.
+ * Proprietary elements are recognized and reported as such.
+ * The page is reformatted, from a choice of indentation styles.
+ .
+ This package contains uTidylib, a Python wrapper for TidyLib.
More information about the Python-modules-commits
mailing list