diff options
author | B. Watson <yalhcru@gmail.com> | 2020-02-03 11:46:39 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 15:03:25 +0700 |
commit | 3bdd47985e67657773b954744fe717c0f063f25e (patch) | |
tree | d5604f5f5f51306c3b5b1e1f7877072d5dcc873c /python/html2text/slack-desc | |
parent | c44ac2bb36621add4f7346b7933036df91524f68 (diff) |
python/html2text: Updated for version 2020.1.16, new maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/html2text/slack-desc')
-rw-r--r-- | python/html2text/slack-desc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/html2text/slack-desc b/python/html2text/slack-desc index 11972df67f..a0b802744d 100644 --- a/python/html2text/slack-desc +++ b/python/html2text/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -html2text: html2text (Python HTML-to-text converter) -html2text: -html2text: It turns HTML into equivalent Markdown-structured text. -html2text: -html2text: Homepage: http://www.aaronsw.com/2002/html2text -html2text: +html2text: html2text (turn HTML into equivalent Markdown-structured text) html2text: +html2text: html2text is a Python script that converts a page of HTML into clean, +html2text: easy-to-read plain ASCII text. Better yet, that ASCII also happens +html2text: to be valid Markdown (a text-to-HTML format). html2text: +html2text: html2text can be used as a standalone program ("html2text --help" +html2text: for usage) or as a Python library (import html2text). html2text: html2text: html2text: |