Download List

项目描述

txt2html is a Perl program that uses the HTML::TextToHTML perl module to convert plain text to HTML. It supports headings, lists, tables, simple character markup, 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.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-08-10 12:35 Back to release list
2.42

在- instring选项添加到Txt2Html的脚本,使一个处理一个字符串而不是文件。在- instring, - inhandle,和- outhandle选项被添加到HTML::TextToHTML。在- instring选项工程如上所述。在- inhandle选项使一中通过输入文件句柄的进程。在- outhandle选项使一个通过在输出文件句柄。
标签: Minor feature enhancements
The --instring option was added to the txt2html
script, which enables one to process a string
instead of a file. The --instring, --inhandle, and
--outhandle options were added to
HTML::TextToHTML. The --instring option works as
described above. The --inhandle option enables one
to pass in input file handles to process. The
--outhandle option enables one to pass in an
output file handle.

Project Resources