summaryrefslogtreecommitdiff
path: root/textproc/py-html2text/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-06-09Update to 3.02. From the changelog:schmonz1-5/+5
3.02: * Use optparse for parsing and checking arguments * Encode all output as UTF-8 * Accept optional encoding for local file or URL * Use chardet for guessing local file character sets * Fix double-newlines inside code blocks 3.01: * Fix bug with unknown entities 3.0: * Add forward compatibility with Python3 2.40: * Update from sgmllib to HTMLParser so that valid XHTML doesn't fail
2010-09-19Update to 2.39:wiz1-4/+4
let people grab https urls (tx Romain)
2010-08-07Update to 2.38:wiz1-4/+4
package properly (tx Michael Jenny, Vincent Fretin)
2010-01-20Update to 2.37, set LICENSE.wiz1-4/+4
2009-09-14: 2.37. don't use stdout by default (tx Greg Brown) warning: may not be backwards-compatible in some odd use cases 2009-08-10: 2.36. relative url resolution (tx Kevin North)
2009-04-07Update to 2.35. From the changelog:schmonz1-4/+4
* undo last change (elim extra \ns) (tx Sumit Rangwala)
2008-10-19Update to 2.34. From the changelog:schmonz1-5/+5
2008-10-09: 2.34. elim extra \ns (tx Keith Bussell) 2008-09-19: 2.33. add support for abbr (tx Nathan Youngman) 2008-07-31: 2.32. fix parsing bug with fastcompany (tx Elias Soong)
2008-07-31Update to 2.31:schmonz1-5/+5
* fix unicode support (tx John Chapman)
2008-06-01Update to 2.3. From the changelog:schmonz1-5/+5
- add SKIP_INTERNAL_LINKS (tx Christian Siefkes) - prelim JS support, various fixes, improved performances (tx Johannes Fitz)
2008-04-28Update to 2.291:schmonz1-4/+4
- add shbang, fix wrapping (tx Christian Siefkes)
2008-02-19Update to 2.29. From the changelog:schmonz1-5/+5
* fix degenerate sites (cough 9rules) that don't close head tags * fix crash when feedparser wasn't available (tx Johann Burkard)
2007-06-08Update to 2.28. Simplify package.wiz1-5/+5
Changes: 2007-04-12: 2.28. fix tables (tx Pete Savage) 2007-04-09: 2.27. fix line breaks (tx Danny O'Brien) 2007-02-23: 2.26. input unicode better (tx John Cavanaugh for the push)
2007-01-19Apply small cleanup patch from Debian. Bump PKGREVISION.schmonz1-1/+2
2007-01-18Update to 2.25. From the changelog:schmonz1-4/+4
* output unicode better (tx s s)
2006-03-01Update to 2.24, providing preliminary support for dt/dd.schmonz1-4/+4
2005-12-03Initial import of html2text, a Python script that convers a pageschmonz1-0/+5
of HTML into clean, easy-to-read plain ASCII text. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).