summaryrefslogtreecommitdiff
path: root/textproc/py-html2text
AgeCommit message (Collapse)AuthorFilesLines
2010-09-19Update to 2.39:wiz2-6/+6
let people grab https urls (tx Romain)
2010-08-07Update to 2.38:wiz2-6/+6
package properly (tx Michael Jenny, Vincent Fretin)
2010-01-20Update to 2.37, set LICENSE.wiz2-6/+7
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-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-04-07Update to 2.35. From the changelog:schmonz2-6/+6
* undo last change (elim extra \ns) (tx Sumit Rangwala)
2009-02-09Remove Python 2.1 support.joerg1-2/+1
2008-10-19Update to 2.34. From the changelog:schmonz3-11/+11
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:schmonz3-20/+11
* fix unicode support (tx John Chapman)
2008-06-12Add DESTDIR support.joerg1-2/+4
2008-06-01Update to 2.3. From the changelog:schmonz3-35/+35
- add SKIP_INTERNAL_LINKS (tx Christian Siefkes) - prelim JS support, various fixes, improved performances (tx Johannes Fitz)
2008-04-28Update to 2.291:schmonz2-7/+7
- add shbang, fix wrapping (tx Christian Siefkes)
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-02-19Update to 2.29. From the changelog:schmonz3-11/+11
* 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.wiz3-15/+12
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.schmonz3-3/+37
2007-01-18Update to 2.25. From the changelog:schmonz2-6/+6
* output unicode better (tx s s)
2006-04-17Remove share/html2text directory on uninstall.schmonz1-1/+2
2006-03-01Update to 2.24, providing preliminary support for dt/dd.schmonz2-7/+6
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-03Initial import of html2text, a Python script that convers a pageschmonz4-0/+41
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).