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

Un error en la interpretación # # audaz representación vínculos ancla # incorrectamente fue corregido.
Tags: Minor bugfixes
A bug where #bold# interpretation was rendering
#anchor links incorrectly was fixed.

2005-08-10 12:35
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.

2005-05-08 13:58
2.41

El diccionario de Global Links está integrado, no un archivo separado. Esta cura la persistencia de problemas de instalación relacionados con ese archivo. El método run_txt2html fue eliminado, ya que no es necesario. La documentación se ha actualizado.
Tags: Major bugfixes
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.

2005-02-12 06:01
2.40

La velocidad del programa fue mejorado considerablemente.
Tags: Code cleanup
The speed of the program was greatly improved.

2005-02-09 23:38
2.37

Otro problema resuelto en la instalación.
Tags: Minor bugfixes
Another fix in installation.

Project Resources