HTMLCon Version 1.7 (April, 1995) An HTM(L) to ASCii Document Converter Satore Township P.O. Box 750836 Petaluma, CA 94975-0836 WWW to ftp://ftp.crl.com/ftp/users/ro/mikekell/html/satore.htm FTP to ftp.crl.com/ftp/users/ro/mikekell/ftp This program may be distributed freely as long as no modifications are made to it or this documentation. We ask that you register this program if you find it useful. The registration fee of $7.00 (U.S., by check) should be mailed to Satore Township at the address given above. If you register this program and provide us with your e-mail address, we will provide you with the command to eliminate the registration request screen which appears when the program is initiated. E-mail to mikekell@crl.com for comments or suggestions. About the Program ----------------- HTMLCon converts HTML (extension .HTM) documents to standard ASCII (extension .ASC) files for viewing or printing. HTMLCon operates under MSDOS or under any program capable of providing an MSDOS session and using COMMAND.COM as a command interpreter. After processing the input document (.HTM), output will be displayed on a viewer or editor of your choice as defined in the control file (see below). HTMLCon recognizes HTML symbology through HTML+ level as of this date. It will automatically detect HTML files created in either an MSDOS or UNIX environment and process them correctly. HTMLCon will attempt to process the raw HTML file such that the output is as readable as possible, eliminating unfavorable formatting to every extent practical. Output may then be viewed, edited or printed as desired. What's New in Version 1.4 ------------------------- This version allows the user to specify "find" and "replace" strings to modify ouput from the HTM file to the ASCii file. The user may define up to 50 such strings, each with a length of up to 40 characters. "FIND" strings in the HTM file will be converted to "REPLACE" strings in the output file. These find/replace components only take place after HTMLCon has done its primary conversion and therefore allow the user to make further refinements to the final output document. What's New in Version 1.6 ------------------------- Three new structures in the INI file have been added: keepformatting=yes, will preserve the general structure of the original HTML file and will not attempt any formatting whatsoever. The intent of this option is to allow users to strip only HTML constructs while preserving the author's original formatting (for better or worse). ignoresymbols=yes, will tell HTMLCon not to insert it's own symbols in the place of certain HTML constructs. This works in conjunction with the "keepformatting=yes" option above to preserve as much of the original HTML construction as possible while still eliminating unnecessary HTML constructs. keephref=yes, will preserve all replace=" " # # # You may elect to keep the formatting characteristics of the original # HTML file intact. This will preserve white spaces, line breaks, etc. as # originally constructed by the author of the HTML page. This option # will also eliminate the HTMLCon tab markers (->) and replace them with # four spaces to indicate tab lists. Uncomment the following line to # preserve the original formatting: # # keepformatting=yes # # # You may choose to have HTMLCon not replace certain HTML constructs # with its own markers (for example, HTMLCon replaces image references # with the symbol [*]). To have HTMLCon simply ignore its own symbols and # not reference certain items in the original HTML file, uncomment the # next line: # # ignoresymbols=yes # # You may instruct HTMLCon to preserve all constructs when # converting the HTML file. These references will be preserved intact, # without modification. To use this feature, uncomment the next line: # # keephref=yes # # # Eliminate the advertisements and delays # [available to registered users only] # # # End of file