![]() |
Table of ContentsIntroduction
B - GNU General Public License |
|||||||
![]() Contents Next |
Introduction |
|||||||
Contents Previous Next |
About This SoftwareThis document describes how to use the HTMLDOC software, version 1.3. HTMLDOC is a HTML document processing program that generates indexed HTML, Adobe® PostScriptTM, and Adobe Portable Document Format (PDF 1.2) files suitable for printing or online viewing. No restrictions are placed upon the output produced by HTMLDOC. |
|||||||
Contents Previous Next |
HistoryLike many programs HTMLDOC was developed in response to a need my company had for generating high-quality documentation in printed and electronic forms. For a while we used FrameMaker® and a package from Silicon Graphics that generated "compiled" SGML files that could be used by the Electronic Book Technologies documentation products (EBT is now owned by INSO.) When SGI stopped supporting these tools we were stuck. INSO laughed in our faces when we said we could afford up to $10k (!) for an updated book generation product that would work with the IRIX, Solaris, and HP-UX documentation systems. Other solutions were nearly as expensive, or simply not capable of doing the things we needed. Because of these things I decided to write my own program to generate our 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. We needed HTML output for documentation on our web server, PDF for customers to read and/or print from their computers, and PostScript for our own printing needs. The result of my efforts is the HTMLDOC software which is now available for UNIX and Microsoft® Windows®. |
|||||||
Contents Previous Next |
Why Just HTML?Some people have asked why this program only deals with HTML input files and is not able to read any Standard Generalized Markup Language (SGML) file. The reasons are numerous but basically boil down to:
In the future I may add support for XML files, but at present XML is too much of a moving target and has very little in the way of tools. Time will tell... |
|||||||
Contents Previous Next |
Organization of This ManualThis manual is organized into the following chapters and appendices:
If you have downloaded one of the many precompiled binaries from our FTP server then you can skip chapter 1. |
|||||||
Contents Previous Next |
If You Have ProblemsIf you have difficulty using or compiling HTMLDOC please send EMail to "mike@easysw.com". Additional information can also be found at the HTMLDOC web page at "http://www.easysw.com/~mike/htmldoc". |
|||||||
Contents Previous Next |
Copyright and Trademark InformationThe Adobe Portable Document Format is Copyright 1993, 1996 by Adobe Systems Incorporated. PostScript is a trademark that may be registered in some countries and Adobe and FrameMaker are registered trademarks of Adobe Systems, Incorporated. The Graphics Interchange Format is the copyright and GIFSM is a a service mark property of CompuServe Incorporated. Microsoft, Windows, Windows 95, and Windows NT are registered trademarks of Microsoft Corporation. SPARC is a registered trademark of SPARC International, Inc. Solaris is a trademark of Sun Microsystems, Inc. IRIX is a trademark of Silicon Graphics, Inc. HTMLDOC is copyright 1997-1998 by Michael Sweet. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. A copy of the GNU General Public License is included in Appendix B of this manual. If this appendix is missing from your copy of HTMLDOC, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|||||||
![]() Contents Previous Next |
1 - Compiling HTMLDOCThis chapter describes the steps needed to compile HTMLDOC on your system. |
|||||||
Contents Previous Next |
Getting a Precompiled ExecutableIf you don't think you're up to compiling HTMLDOC, or you don't have the compiler and libraries listed below, consider downloading a precompiled version of HTMLDOC. Precompiled binaries are currently available for the following systems: |
|||||||
Contents Previous Next |
RequirementsHTMLDOC requires the following software and libraries:
The GZIP library is used for reading PNG image files as well as writing compressed PDF files. GIF reading support is provided by HTMLDOC source code. For the Microsoft Windows version of HTMLDOC you'll probably need Microsoft Visual C++ 5.0 or higher (other PC compilers may work; I didn't have much luck with Borland C++ 5.02). The main requirement is that you need a working Microsoft Foundation Class (MFC) library. |
|||||||
Contents Previous Next |
Compiling with the UNIX MakefileIf you are compiling for Windows, see "Compiling with the Visual C++ Project File". HTMLDOC is built from a single Makefile in the distribution's main directory (htmldoc-1.3). To configure the Makefile for your system you must edit it and change the compiler and library directories as outlined in the Makefile. The variables you may need to change are:
To compile HTMLDOC simply run the "make" command in the HTMLDOC directory. If you get any fatal errors please send a copy of the make/compiler output to "mike@easysw.com" for assistance. Please note the version of HTMLDOC that you are using as well as any pertinent system information (operating system, OS version, compiler, etc.) |
|||||||
Contents Previous Next |
Installing the SoftwareNo installation script or Makefile is provided for HTMLDOC. Rather, all you need to do is copy the htmldoc and/or xhtmldoc executable to the directory of your choice ( /usr/local/bin is common). The manual page in doc/htmldoc.1 can be copied to your system manual page directory (typically /usr/local/man/man1 or /usr/share/catman/local/man1). A preformatted manual page is in doc/htmldoc.z. |
|||||||
Contents Previous Next |
Compiling with the Visual C++ Project FileA sample project file for Visual C++ 5.0 is included in the source distribution in the file whtmldoc.dsp. You will need to change the include directories and libraries to point to the directories containing the JPEG, PNG, and ZLIB libraries. The project also is setup to generate Pentium code, so if you need to use HTMLDOC on an older processor be sure to change the C/C++ customization options. Finally, the project builds a dynamically linked application since there are duplicate symbols in the static libraries. If anyone manages to compile HTMLDOC as a statically linked executable, please let me know how you managed to do it! |
|||||||
![]() Contents Previous Next |
2 - Guidelines for HTML Source FilesHTMLDOC is capable of processing most HTML files. This chapter discusses the requirements for HTML files to be correctly processed by HTMLDOC |
|||||||
Contents Previous Next |
General RequirementsSince HTMLDOC is designed as a documentation generation program, it expects to have chapters and headers. A generic web page will be ignored unless it contains a top-level heading (H1) markup. A future release of HTMLDOC may relax this restriction. |
|||||||
Contents Previous Next |
ChaptersAll chapters start with a top-level heading (H1) markup. Any headings within a chapter must be of a lower level (H2 to H7). |
|||||||
Contents Previous Next |
HeadingsThe headings you use within a chapter must start at level 2 (H2). If you skip levels the heading will be shown under the last level that was known. For example, if you use the following hierarchy of headings:
the table-of-contents that is generated will show:
|
|||||||
Contents Previous Next |
Unsupported or Restricted HTML FeaturesThe following HTML features are either not supported or have limited support in this release of HTMLDOC. Embedded ObjectsOnly embedded HTML files are supported using the EMBED tag. FontsLimited typeface specification is currently supported. The "Arial" typeface is mapped to "Helvetica" to ensure portability across platforms and for older PostScript printers. All other unrecognized typefaces are silently ignored. FormsForms are not yet supported when generating PostScript and PDF files. Image MapsImage maps are not exported to HTML or PDF files. LinksExternal URL links are fully supported for HTML and PDF output. Internal links are supported in single-file HTML and PDF output. Scripts and AppletsAll scripts and applets are silently stripped from the output. Style SheetsStyle sheets are not yet supported. TablesCurrently only the HTML 3.2 varient of tables is supported. The CAPTION, THEAD, TFOOT, and TBODY tags are ignored. |
|||||||
![]() Contents Previous Next |
3 - Generating Documents from the GUIThis chapter describes how to generate document files from a given set of HTML "source" files using the HTMLDOC GUI software.
|
|||||||
Contents Previous Next |
The HTMLDOC GUIThe HTMLDOC GUI (Figures 2-4) is contained in a single window showing the output file, logo image, output options, page options, and input files. At the bottom are buttons to load, save, and generate documents. |
|||||||
Contents Previous Next |
Document OptionsSelecting an Output FileThe output file is the HTML, PostScript, or PDF file you wish to generate from your HTML files. To select an output file, click on the Browse button. After the standard file selection dialog appears, type the name of the file you would like to create. Selecting a Logo ImageThe logo image is shown on the title page of PostScript and PDF output files and in the navigation bar of HTML files. To select a logo image file, click on the Browse button. After the standard file selection dialog appears, double-click on the desired image file. Selecting the Output FormatTo select an output format, click on the corresponding Output Type button. Be careful when generating Level 2 PostScript output, as Level 1 PostScript printers do not support the Level 2 image commands generated by HTMLDOC (most printers manufactured in the last 4 years are Level 2). Selecting a Page SizeThe page size option is only available for PostScript and PDF output. To select a standard page size, click on the arrow to the right of the page size and select the page size from the list shown. To select a custom page size, double-click on the page size text and enter the page width and length separated by the letter "x". Append the letters "in" for inches, "mm" for millimeters, or "cm" for centimeters. |
|||||||
Contents Previous Next |
Input File OperationsAdding HTML Input FilesClick on the Add... button to add HTML files to your document. The Microsoft® Windows® version of HTMLDOC supports selection of multiple files, while under UNIX you must add files one at a time. Deleting HTML Input FilesTo remove one or more HTML files from your document, click on the file (or drag multiple files) in the input file list and then click on the Delete button. The files are removed from your document but are not deleted from your disk. Editing HTML Input FilesTo edit one or more HTML files in your document, click on the file (or drag multiple files) in the input file list and then click on the Edit... button. Currently this feature starts the nedit editor under UNIX or the Notepad editor under Windows. Moving HTML Input FilesTo change the order of the input files, click on a file to move (or drag multiple files) in the input file list and then click on the Move Up or Move Down button. |
|||||||
Contents Previous Next |
Document File OperationsStarting a New DocumentTo start a new document, click on the New button. Note: Currently the HTMLDOC GUI does not keep track of changes to the current document. If you make changes to the input file list or output options they will be silently lost. Opening an Existing DocumentTo open a document you've saved previously, click on the Open... button. Note: Currently the HTMLDOC GUI does not keep track of changes to the current document. If you make changes to the input file list or output options they will be silently lost. Saving the Current DocumentTo save the current document, click on the Save button. If you have never saved the document before or would like to save it with a new filename, click on the Save As... button instead. |
|||||||
Contents Previous Next |
Generating Your DocumentTo generate your document, click on the Generate button. The progress meter at the bottom of the window will show the progress as each page is written. |
|||||||
Contents Previous Next |
Exiting from the HTMLDOC GUITo exit from the HTMLDOC GUI, click on the Close button. Note: Currently the HTMLDOC GUI does not keep track of changes to the current document. If you make changes to the input file list or output options they will be silently lost. |
|||||||
![]() Contents Previous Next |
4 - Generating Documents from the Command-LineThis chapter describes how to generate one or more document files from a given set of HTML "source" files using the HTMLDOC command-line software. The command-line form of HTMLDOC is currently only available for UNIX systems. |
|||||||
Contents Previous Next |
Generating a Single FileTo generate a single file containing the entire document, type the following: % htmldoc -f outfile.html infile1.html infile2.html ... % htmldoc -f outfile.pdf infile1.html infile2.html ... % htmldoc -f outfile.ps infile1.html infile2.html ... The "outfile.html", "outfile.pdf", and "outfile.ps" arguments are the desired output file. "infile1.html", "infile2.html", etc. are your HTML source files. By default HTMLDOC looks at the extension of the output file to determine the output format. Files ending in ".ps" select Level 2 Adobe® PostScript TM output. For Level 1 PostScript see "Forcing Level 1 Output" below. |
|||||||
Contents Previous Next |
Generating Multiple FilesTo generate multiple files for the document, type the following: % htmldoc -d outdir -t html infile1.html infile2.html ... % htmldoc -d outdir -t ps1 infile1.html infile2.html ... % htmldoc -d outdir -t ps2 infile1.html infile2.html ... The "outdir" argument is the desired output directory. The "-t html", "-t ps1", and "-t ps2" arguments select HTML and PostScript output, respectively. "infile1.html", "infile2.html", etc. are your HTML source files. A separate HTML or PostScript file (doc####.html or doc####.ps) will be created for each chapter (H1 heading) in the document as well as a table of contents file (index.html or index.ps). For HTML output, all local image files that are referenced in the document will be copied to the output directory as well. Multiple output files are not supported for PDF output. |
|||||||
Contents Previous Next |
General OptionsThe following options apply to all output formats. Numbering the HeadingsSome types of documents require paragraph/heading numbers. To enable automatic heading numbering use the "--numbered" option: % htmldoc --numbered -f outfile.html ... Adding a Logo ImageThe logo image is displayed on the title page of PostScript and PDF output and at the top of the navigation bar along the left side of the page of HTML output. To include a document "logo" use the "--logo" option to HTMLDOC: % htmldoc --logo logo.gif ... The logo file can be of any supported image file type (GIF, JPEG, PNG, etc). Setting the Table of Contents DepthTo set the number of heading levels to show in the table-of-contents use the "--toclevels" option to HTMLDOC: % htmldoc --toclevels # ... The default depth is three levels (H1 to H3). |
|||||||
Contents Previous Next |
HTML-Specific OptionsThe following options apply to HTML output. Changing the Body (Background) ColorUse the "--bodycolor" option to change the background color: % htmldoc --bodycolor #RRGGBB ... The color can be any primary color (black, red, green, yellow, blue, magenta, cyan, or white) or a specific red-green-blue value. Changing the Navigation Bar ColorUse the "--barcolor" option to match the navigation bar color to your logo image: % htmldoc --logo logo.gif --barcolor #RRGGBB ... The color can be any primary color (black, red, green, yellow, blue, magenta, cyan, or white) or a specific red-green-blue value. |
|||||||
Contents Previous Next |
PostScript-Specific OptionsThe following options apply to PostScript output. Forcing Grayscale OutputTo force all output to be in grayscale use the "--gray" option: % htmldoc --gray -f outfile.ps ... This option is necessary for all B&W Level 1 PostScript printers. Forcing Level 1 OutputTo force Level 1 PostScript output use the "-t ps1" option: % htmldoc -f outfile.ps -t ps1 ... This option is necessary for all Level 1 PostScript printers. Requesting Double-Sided OutputThe "--duplex" option specifies double-sided output: % htmldoc --duplex -f outfile.ps ... Note that this does not select duplexing on the printer but merely adjusts the formatting so that the left & right margins are swapped on the back side and chapters start on an odd-numbered page. You must still select duplexing in your printer driver or on the printer itself. Setting the Page SizeThe "--size" option specifies the output page size: % htmldoc --size letter ... % htmldoc --size a4 ... % htmldoc --size universal ... % htmldoc --size WIDTHxHEIGHT ... % htmldoc --size WIDTHxHEIGHTin ... % htmldoc --size WIDTHxHEIGHTcm ... % htmldoc --size WIDTHxHEIGHTmm ... The "WIDTH" and "HEIGHT" arguments can be in points (no units specified), inches, centimeters, or millimeters. The default page size is Universal (8.27x11in or 210x279mm) which is the minimum of the US and European standard sizes (Letter and A4, respectively). Note that this does not select a media size on the printer but merely adjusts the formatting so that the text and images appear within the given page area. You must still select the appropriate media size in your printer driver or on the printer itself. Setting the Page MarginsThe "--left", "--right", "--top", and "--bottom" options control the page margins of the output. The defaults are 1 inch (25mm) for the left and 0.5 inches (12mm) for the right, top, and bottom margins. |
|||||||
Contents Previous Next |
PDF-Specific OptionsThe following options apply to PDF output. Forcing Grayscale OutputTo force all output to be in grayscale use the "--gray" option: % htmldoc --gray -f outfile.ps ... This option is necessary for all B&W Level 1 PostScript printers. Requesting Double-Sided OutputThe "--duplex" option specifies double-sided output: % htmldoc --duplex -f outfile.ps ... Note that this does not select duplexing on the printer but merely adjusts the formatting so that the left & right margins are swapped on the back side and chapters start on an odd-numbered page. You must still select duplexing in your printer driver or on the printer itself. Setting the Page SizeThe "--size" option specifies the output page size: % htmldoc --size letter ... % htmldoc --size a4 ... % htmldoc --size universal ... % htmldoc --size WIDTHxHEIGHT ... % htmldoc --size WIDTHxHEIGHTin ... % htmldoc --size WIDTHxHEIGHTcm ... % htmldoc --size WIDTHxHEIGHTmm ... The "WIDTH" and "HEIGHT" arguments can be in points (no units specified), inches, centimeters, or millimeters. The default page size is Universal (8.27x11in or 210x279mm) which is the minimum of the US and European standard sizes (Letter and A4, respectively). Note that this does not select a media size on the printer but merely adjusts the formatting so that the text and images appear within the given page area. You must still select the appropriate media size in your printer driver or on the printer itself. Setting the Page MarginsThe "--left", "--right", "--top", and "--bottom" options control the page margins of the output. The defaults are 1 inch (25mm) for the left and 0.5 inches (12mm) for the right, top, and bottom margins. Disabling Document CompressionNormally each page in a PDF file is compressed using the Flate method (GZIP). Versions of Acrobat Reader prior to 3.0 do not understand Flate compression. To disable compression use the "--no-compression" option. |
|||||||
![]() Contents Previous Next |
A - Implementation LimitsHTMLDOC current has the following implementation limits:
This limits can be increased by changing the appropriate constant definition in the HTMLDOC source code. |
|||||||
![]() Contents Previous |
B - GNU General Public LicenseGNU GENERAL PUBLIC LICENSE
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
GNU GENERAL PUBLIC LICENSE
0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a. You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b. You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c. If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a. Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b. Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c. Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS |