- Notifications
You must be signed in to change notification settings - Fork 46
/
Copy path1-intro.html
65 lines (37 loc) · 3.64 KB
/
1-intro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<html>
<head>
<metaname="author" content="Michael R Sweet">
<metaname="copyright" content="Copyright © 1997-2025, All Rights Reserved.">
<metaname="docversion" content="htmldoc-1.9.21">
<metaname="keywords" content="Software">
<title>HTMLDOC Users Manual</title>
</head>
<body>
<!-- FOOTER RIGHT "1-$CHAPTERPAGE" -->
<divalign="justify">
<h1align="right"><aname="INTRO">Chapter 1 - Introduction</a></h1>
<p>This document describes how to use the HTMLDOC software. HTMLDOC reads HTML and Markdown source files or web pages and generates corresponding EPUB, HTML, PostScript, or PDF files with an optional table of contents. HTMLDOC can be used as a standalone application, in a batch document processing environment, or as a web-based report generation application.</p>
<p>HTMLDOC is open source software under the terms of version 2 of the GNU General Public License. No restrictions are placed upon the output produced by HTMLDOC.</p>
<h2>History</h2>
<p>Like many programs, I developed HTMLDOC in response to a need my company had for generating high-quality documentation in printed and electronic forms. For a while I used FrameMaker® and a package from <code>sgi</code> that generated "compiled" Standard Generalized Markup Language ("SGML") files that could be used by the Electronic Book Technologies ("EBT") documentation products; EBT was bought by INSO who was bought by Stellent<sup>TM</sup> who apparently has dropped the whole product line. When <code>sgi</code> stopped supporting these tools I turned to INSO, but the cost of their tools was prohibitive to my small business.</p>
<p>In the end I decided to write my own program to generate the documentation. HTML seemed to be the source format of choice since WYSIWYG HTML editors are widely (and freely) available and at worst you can use a plain text editor. I needed HTML output for documentation on my web server, PDF for customers to read and/or print from their computers, and PostScript for printing needs.</p>
<p>The result of my efforts is the HTMLDOC software which runs on Linux®, macOS®, Microsoft® Windows®, and most UNIX® operating systems. Among other things, this software users manual is produced using HTMLDOC.</p>
<p>HTMLDOC used to be available under a commercial end-user license agreement from my former company, Easy Software Products. While that company is no longer in business, I continue to maintain HTMLDOC in my spare time.</p>
<h2>Organization of This Manual</h2>
<p>This manual is organized into tutorial and reference chapters and appendices:</p>
<ul>
<li><ahref="1-intro.html#INTRO">Chapter 1</a> - Introduction</li>
<li><ahref="2-using.html#USING">Chapter 2</a> - Using HTMLDOC</li>
<li><ahref="3-cmdref.html#CMDREF">Chapter 3</a> - Command-Line Reference</li>
<li><ahref="4-htmlref.html#HTMLREF">Chapter 4</a> - HTML Reference</li>
<li><ahref="5-mdref.html#MDREF">Chapter 5</a> - Markdown Reference</li>
<li><ahref="a-license.html#LICENSE">Appendix A</a> - License Agreement</li>
<li><ahref="b-book.html#BOOKFORMAT">Appendix B</a> - Book File Format</li>
</ul>
<h2>Encryption Support</h2>
<p>HTMLDOC includes code to encrypt PDF document files using the RC4 algorithm with up to a 128-bit key. While this software and code may be freely used and exported under current US laws, other countries may restrict your use and possession of this code and software.</p>
<h2>Legal Stuff</h2>
<p>HTMLDOC is copyright © 1997-2024 by Michael R Sweet. See <ahref="#LICENSE">Appendix A - License Agreement</a> for the terms of use. This software is based in part on the work of the Independent JPEG Group and FLTK project.</p>
</div>
</body>
</html>