removed hopelessly out of date and unreferenced html files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6078 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b892ab8626
commit
f807c509e4
3 changed files with 0 additions and 142 deletions
|
|
@ -1,54 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>About this manual</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<h1>About This Manual</h1><p>
|
||||
|
||||
The HTML version of the SWIG Users Manual is a direct translation
|
||||
of the printed version which is produced using Framemaker 5. The
|
||||
conversion process was roughly as follows :
|
||||
|
||||
<ul>
|
||||
<li> Raw HTML was produced using Framemaker 5 and Quadralay WebWorks Lite.
|
||||
<li> Tables and figures were converted into GIF images.
|
||||
<li> All of this output was fed into a magic Python script that cleaned
|
||||
up the HTML source and merged the GIF figures into the text.
|
||||
<li> A table of contents and alphabetized topic index were produced from
|
||||
HTML heading tags by the same script.
|
||||
<li> Each <TT>.html</TT> file was manually prefixed with the
|
||||
"<!DOCTYPE html ..." jazz (boilerplate).
|
||||
</ul>
|
||||
|
||||
While the conversion process is mostly complete, there are a few things
|
||||
to keep in mind :
|
||||
|
||||
<ul>
|
||||
<li> Some sections of preformatted text may have weird formatting
|
||||
problems.
|
||||
<li> Framemaker tables were converted into GIF images instead
|
||||
of HTML tables--this is a little weird, but the easiest
|
||||
approach for now.
|
||||
<li> There may be a few minor formatting problems throughout
|
||||
due to minor "glitches" that slipped through the conversion process
|
||||
(although I've tried to correct as many as these as possible).
|
||||
<li> The printed version of the SWIG manual is more than
|
||||
300 pages long--resulting in about 670 Kbytes of HTML. The HTML version
|
||||
is broken up into chapters. Each chapter is fairly well-contained, but
|
||||
some may contain as many as 50 pages of printed text.
|
||||
</ul>
|
||||
|
||||
Please report any problems with the documentation to beazley@cs.utah.edu.
|
||||
|
||||
<hr>
|
||||
<address>
|
||||
Last Modified : August 3, 1997</address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,71 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<title> SWIG Documentation Copyright</title>
|
||||
</head>
|
||||
|
||||
<body BGCOLOR="#FFFFFF">
|
||||
<h2> SWIG Users Manual </h2>
|
||||
<b>
|
||||
Version 1.1<br>
|
||||
June, 1997 <br>
|
||||
</b>
|
||||
<p>
|
||||
Copyright(C) 1996, 1997<br>
|
||||
All Rights Reserved<br>
|
||||
<br>
|
||||
David M. Beazley<br>
|
||||
Department of Computer Science <br>
|
||||
University of Utah <br>
|
||||
Salt Lake City, Utah 84112 <br>
|
||||
<tt>beazley@cs.utah.edu</tt>
|
||||
|
||||
<p>
|
||||
This document may be freely distributed in whole or part provided this
|
||||
copyright notice is retained. Commercial distribution of this document
|
||||
is prohibited without the express written consent of the author.
|
||||
|
||||
<hr>
|
||||
SWIG 1.1 is Copyright (C) 1995-1997 by the University of Utah and the
|
||||
Univerity of California and distributed under the following license.
|
||||
|
||||
<p>
|
||||
This software is copyrighted by the University of Utah and the Regents
|
||||
of the University of California. The following terms apply to all
|
||||
files associated with the software unless explicitly disclaimed
|
||||
in individual files.
|
||||
|
||||
<p>
|
||||
Permission is hereby granted, without written agreement and without
|
||||
license or royalty fees, to use, copy, modify, and distribute this
|
||||
software and its documentation for any purpose, provided that
|
||||
(1) The above copyright notice and the following two paragraphs
|
||||
appear in all copies of the source code and (2) redistributions
|
||||
including binaries reproduces these notices in the supporting
|
||||
documentation. Substantial modifications to this software may be
|
||||
copyrighted by their authors and need not follow the licensing terms
|
||||
described here, provided that the new terms are clearly indicated in
|
||||
all files where they apply.
|
||||
<p>
|
||||
IN NO EVENT SHALL THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, THE
|
||||
UNIVERSITY OF UTAH OR DISTRIBUTORS OF THIS SOFTWARE BE LIABLE TO ANY
|
||||
PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
|
||||
DAMAGES ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION,
|
||||
EVEN IF THE AUTHORS OR ANY OF THE ABOVE PARTIES HAVE BEEN ADVISED OF
|
||||
THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
<p>
|
||||
THE AUTHOR, THE UNIVERSITY OF CALIFORNIA, AND THE UNIVERSITY OF UTAH
|
||||
SPECIFICALLY DISCLAIM ANY WARRANTIES,INCLUDING, BUT NOT LIMITED TO,
|
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||
PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND
|
||||
THE AUTHORS AND DISTRIBUTORS HAVE NO OBLIGATION TO PROVIDE MAINTENANCE,
|
||||
SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
||||
|
||||
<hr>
|
||||
<address><a href="http://www.cs.utah.edu/~beazley"> beazley@cs.utah.edu </a> <br>
|
||||
Last Modified, August 3, 1997</address>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<title>Documentation System</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<h1>5 Documentation System</h1>
|
||||
|
||||
The documentation system is under repair and disabled in SWIG1.3. It will
|
||||
return in a later release.
|
||||
|
||||
<p><hr>
|
||||
|
||||
<address>SWIG 1.3 - Last Modified : August 18, 2001</address>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue