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 Requirements

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-10-07 13:57
2.43

A bug where #bold# interpretation was rendering
#anchor links incorrectly was fixed.
標籤: Minor bugfixes

2005-08-10 12:35
2.42

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.
標籤: Minor feature enhancements

2005-05-08 13:58
2.41

The global links dictionary is now built-in, not a
separate file. This will cure the persistant
installation hassles related to that file. The
run_txt2html method was removed, as it is not
needed. The documentation was updated.
標籤: Major bugfixes

2005-02-12 06:01
2.40

The speed of the program was greatly improved.
標籤: Code cleanup

2005-02-09 23:38
2.37

Another fix in installation.
標籤: Minor bugfixes

Project Resources