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...")
 
mNo edit summary
Line 1: Line 1:
==Description==
{{DISPLAYTITLE:HTML_txt}}
HTML_txt converts HTML documents to text files.
'''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 9:
* 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 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.
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 flavors of REXX (for example, Regina REXX for NT, Win95, and Linux).  
Furthermore, HTML_txt also works under other flavours of REXX (for example, Regina REXX for NT, Win95, and Linux).  


==Documentation==
==Documentation==
* [[HTML txt Manual]]
* [[HTML_txt Manual]]


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


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


[[Category:Software]]
[[Category:Software]]

Revision as of 23:51, 26 December 2017

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 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).

Documentation

License

Links