diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:24:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:24:39 +0000 |
commit | 9534c85cedd3e7c085494a1305b1eb0893b1d19d (patch) | |
tree | 0f461158e455b55441cd553ea0265481ec63e9af /textproc/txt2html/pkg-descr | |
parent | Turn on p5-manual. (diff) |
Initial import of txt2html version 1.25.
Text processing utilities (does not include desktop publishing).
PR: 7121
Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes
Notes:
svn path=/head/; revision=11868
Diffstat (limited to 'textproc/txt2html/pkg-descr')
-rw-r--r-- | textproc/txt2html/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/txt2html/pkg-descr b/textproc/txt2html/pkg-descr new file mode 100644 index 000000000000..adce98a7a24c --- /dev/null +++ b/textproc/txt2html/pkg-descr @@ -0,0 +1,12 @@ +txt2html is a Perl program that converts plain text to HTML. + +It supports headings, lists, simple character markup, and +hyperlinking, and is highly customizable. It recognizes some of the +apparent structure of the source document (mostly whitespace and +typographic layout), and attempts to mark that structure explicitly +using HTML. + +http://www.thehouse.org/txt2html/ + +- Don Croyle + <croyle@gelemna.ft-wayne.in.us> |