home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Recent / text / misc / htmldoc.lha / readme.txt
Text File  |  2001-06-05  |  3KB  |  109 lines

  1.  
  2. NOTE FOR AMIGA USERS:
  3.  
  4. Please download and install the ixemul environment if you don't have it
  5. on your system. (Check for ixenv.lha in Aminet)
  6.  
  7. Email me if you have problems: Fr3dY (fr3dy@retemail.es)
  8.  
  9.  
  10.     **** PLEASE READ THE DOCUMENTATION BEFORE ASKING QUESTIONS. ****
  11.  
  12.     Documentation for HTMLDOC is available in the "doc" subdirectory
  13.  
  14.     HTMLDOC supports most HTML 3.2 and some HTML 4.0 markups as well as
  15.     GIF, JPEG, and PNG images.  Eventually HTMLDOC will be compliant
  16.     with HTML 4.0 and support style sheets.
  17.  
  18.  
  19. INTERNET RESOURCES
  20.  
  21.     For general discussions about HTMLDOC, subscribe to the HTMLDOC
  22.     mailing list by sending a message to "majordomo@easysw.com" with
  23.     the text "subscribe htmldoc".
  24.  
  25.     The HTMLDOC home page is located at:
  26.  
  27.         http://www.easysw.com/htmldoc
  28.  
  29.     The current version of HTMLDOC can be also downloaded from:
  30.  
  31.         http://www.easysw.com/software.html
  32.  
  33.     Commercial support is available from Easy Software Products; send
  34.     requests to "htmldoc-support@easysw.com" (note: support via this
  35.     email address is only provided to customers with a valid support
  36.     contract!)
  37.  
  38.  
  39.  
  40.     HTMLDOC accepts a list of HTML "source" files and will generate
  41.     HTML, PostScript, or PDF output via command-line options.  A
  42.     summary of command-line options can be shown with the "--help"
  43.     option:
  44.  
  45.         htmldoc --help
  46.  
  47.     HTMLDOC normally expects "structured" documents, with chapters,
  48.     etc.  Chapters begin with a <H1> markup and continue to the end of
  49.     the listed HTML files or the next <H1> markup, whichever comes
  50.     first.  To convert unstructured documents such as web pages, use
  51.     the "--webpage" option to HTMLDOC:
  52.  
  53.         htmldoc --webpage ...
  54.  
  55.     To generate a Level 2 PostScript file you might use:
  56.  
  57.         htmldoc -f outfile.ps chapter1.html ... chapterN.html
  58.  
  59.     Similarly you can generate a PDF file of the same source files
  60.     using:
  61.  
  62.         htmldoc -f outfile.pdf chapter1.html ... chapterN.html
  63.  
  64.     Finally, to generate HTML files for viewing (with a linked table-
  65.     of-contents) do the following:
  66.  
  67.         htmldoc -t html -d outdir chapter1.html ... chapterN.html
  68.  
  69.     or:
  70.  
  71.         htmldoc -t html -f outfile.html chapter1.html ... chapterN.html
  72.  
  73.     A complete description of all command-line options and HTML
  74.     guidelines can be found in the software users manual in the "doc"
  75.     directory.
  76.  
  77.  
  78. CURRENT LIMITATIONS
  79.  
  80.     - No support for style sheets.
  81.     - CAPTIONs are always shown at the top of the table.
  82.     - HTML 4.0 table elements and attributes are not supported
  83.       (rules, THEAD, TFOOT, etc.)
  84.  
  85.  
  86. CREDITS
  87.  
  88.     Many thanks to Leonard Rosenthol (leonardr@lazerware.com) for
  89.     providing changes to support a MacOS version of HTMLDOC.
  90.  
  91.     The table VALIGN and "HALF PAGE" code was contributed by
  92.     D. Richard Hipp (drh@acm.org).
  93.  
  94.     The RC4 encryption code is from librc4 1.1 by the folks at
  95.     Carnegie Mellon University.
  96.  
  97.     The MD5 hash code is from L. Peter Deutsch (ghost@aladdin.com)
  98.     at Aladdin Enterprises (creators of Ghostscript).
  99.  
  100.  
  101. ENCRYPTION SUPPORT
  102.  
  103.     HTMLDOC includes code to encrypt PDF document files using the RC4
  104.     algorithm with a 40-bit key. While this software and code may be
  105.     freely used and exported under current US laws, other countries may
  106.     restrict your use and possession of this code and software.
  107.  
  108.  
  109.