5 * We should have at least one silly long line to check that
6 wrapping works like we expect otherwise what's the point
10 HTML2Text is a funky bit of python that translates HTML fragments
11 in to plain text in a human readable format. It's primary use was
12 for generating the plain text body of email messages generated
13 from rssfeeds as part of rss2maildir.
15 Hopefully one day it'll be good enough that other people will want
20 HTML2Text was written by Brett Parker.