Download List

Descripción del Proyecto

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-08-10 12:35 Back to release list
2.42

La opción - instring fue añadido a la secuencia de comandos txt2html, que permite a uno a un proceso de cadena en lugar de un archivo. El - instring, - inhandle, y - opciones outhandle se agregaron a HTML:: TextToHTML. La opción - instring funciona como se describe anteriormente. La opción - inhandle le permite a uno pasar en el archivo de entrada se encarga de procesar. La opción - outhandle le permite a uno pasar en un archivo de salida de manejar.
Tags: 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