Roundup Tracker - Issues

Message5150

Author rouilj
Recipients ber, marlowa, rouilj
Date 2014-10-18.02:13:44
Message-id <1413598425.8.0.179478658007.issue2550799@psf.upfronthosting.co.za>
In-reply-to
Another (sadly also GPL V3) choice is:

   https://github.com/aaronsw/html2text

which produces markdown from html (given that markdown is safer
than reStructured text it may be a better choice for the conversion).

Then convert to reStructured text (maybe pandoc
--from=markdown --to=rst --output=message.rst message.md
could work.)

In any case, when saved as a file the mime type could be
text/reStructured text and if the libraries are present,
the message could be converted to html.

If anybody decides to do this, make sure to secure
the conversion according to:

 http://docutils.sourceforge.net/docs/howto/security.html
History
Date User Action Args
2014-10-18 02:13:45rouiljsetmessageid: <1413598425.8.0.179478658007.issue2550799@psf.upfronthosting.co.za>
2014-10-18 02:13:45rouiljsetrecipients: + rouilj, ber, marlowa
2014-10-18 02:13:45rouiljlinkissue2550799 messages
2014-10-18 02:13:44rouiljcreate