HTML txt: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== HTML_txt converts HTML documents to text files. * HTML_txt features include: * Supports UL, OL, DL, and MENU lists. * Supports nested TABLES, with several for..."
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Description==
{{DISPLAYTITLE:HTML_txt}}
HTML_txt converts HTML documents to text files.
{{Software
 
|Picture=NA.png
|Version=1.14
|Vendor=
|Author=[[Daniel Hellerstein]]
|License=GNU GPL
|Download={{FileLink|HTML_TXT_1-12.zip}}
|Website=
}}
'''HTML_txt''' converts HTML documents to text files.
* HTML_txt features include:
* HTML_txt features include:
* Supports UL, OL, DL, and MENU lists.
* Supports UL, OL, DL, and MENU lists.
Line 10: Line 18:
* Moderately efficient (table intensive 60k file in 10 seconds on a P166)
* Moderately efficient (table intensive 60k file in 10 seconds on a P166)
* Run from command line, or from a simple keyboard (non-gui) interface.
* Run from command line, or from a simple keyboard (non-gui) interface.
* Can be used as an "addon" for the SRE-http web server.  
* Can be used as an "addon" for the SRE-http web server.
HTML_txt (which is written in REXX) can be run from an OS/2 command prompt, as an [[SRE-http]] addon, or as a CGI-BIN script. It's optimized for SRE-http, but should work under any CGI-bin compliant OS/2 web server.


HTML_txt (which is written in REXX) can be run fom an OS/2 command prompt, as an SRE-http addon, or as a CGI-BIN script. It's optimized for SRE-http, but should work under any CGI-bin compliant OS/2 web server.
Furthermore, HTML_txt also works under other flavours of REXX (for example, Regina REXX for NT, Win95, and Linux).  
 
Furthermore, HTML_txt also works under other flavors of REXX (for example, Regina REXX for NT, Win95, and Linux).  


==Documentation==
==Documentation==
* [[HTML txt Manual]]
* [[HTML_txt Manual]]
 
==Download==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/apps/internet/www/util&file=html_txt.zip Ver 1.14]
 
==Links==
 
==License==
Open Source - GNU GPL - Scripts
 
==Author==
* [[Daniel Hellerstein]]


[[Category:Software]]
[[Category:Open Source Software]]
[[Category:Conversion Utility]]

Latest revision as of 18:11, 24 August 2023


HTML txt
Version 1.14
Vendor
Author Daniel Hellerstein
License GNU GPL
Download HTML_TXT_1-12.zip
Website

HTML_txt converts HTML documents to text files.

  • HTML_txt features include:
  • Supports UL, OL, DL, and MENU lists.
  • Supports nested TABLES, with several forms of tabular output
  • FORM elements supported, including SELECT, TEXTAREA, and CHECKBOX.
  • Hierarchical outline can be created from H1, H2, ..., H7 headings.
  • Highly configurable; emphasis style, list bullets, outline numbering style, table writing options, and many other features are readily modified by changing user configurable parameters.
  • Moderately efficient (table intensive 60k file in 10 seconds on a P166)
  • Run from command line, or from a simple keyboard (non-gui) interface.
  • Can be used as an "addon" for the SRE-http web server.

HTML_txt (which is written in REXX) can be run from an OS/2 command prompt, as an SRE-http addon, or as a CGI-BIN script. It's optimized for SRE-http, but should work under any CGI-bin compliant OS/2 web server.

Furthermore, HTML_txt also works under other flavours of REXX (for example, Regina REXX for NT, Win95, and Linux).

Documentation