python-tidylib 0.2.1~dfsg-1 source package in Ubuntu

Changelog

python-tidylib (0.2.1~dfsg-1) unstable; urgency=low

  * Initial release. (Closes: #623016)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 May 2011 11:25:10 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Janos Guljas
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-tidylib_0.2.1~dfsg.orig.tar.gz 9.5 KiB cac5a03e2013e94fa69adee41c74bf28a56090d5de3ce7d7fadc96674d171e04
python-tidylib_0.2.1~dfsg-1.debian.tar.gz 2.8 KiB 9946082fe1f428da9a45360faef55274a345eef24af16cb51132a5e10e39d953
python-tidylib_0.2.1~dfsg-1.dsc 1.5 KiB 74fd9bd6e32bdddb8ac8b7170e89af208189aeb08f4daf6392eb09677668bb53

View changes file

Binary packages built by this source

python-tidylib: Python wrapper for HTML Tidy (tidylib)

 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.