diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-24 09:11:38 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-24 09:11:38 +0000 |
commit | 989772c9ac17dbf61d27a16069c9a6a83b5b0c2c (patch) | |
tree | 9b46cfe4da7168c9fcd7be5e95889fe95c5f07d1 /textproc/py-html2text | |
parent | ad16b66412609069f1b49ba2ed222c8fce166fba (diff) |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
Notes
Notes:
svn path=/head/; revision=284239
Diffstat (limited to 'textproc/py-html2text')
-rw-r--r-- | textproc/py-html2text/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-html2text/pkg-descr b/textproc/py-html2text/pkg-descr index 63c320470635..b5ec5e192200 100644 --- a/textproc/py-html2text/pkg-descr +++ b/textproc/py-html2text/pkg-descr @@ -2,5 +2,5 @@ html2text is a Python script that convers a page 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). -WWW: http://www.aaronsw.com/2002/html2text/ Author: Aaron Swartz <me@aaronsw.com> +WWW: http://www.aaronsw.com/2002/html2text/ |