root/trunk/illuminator/illuminator.html.in

Revision 1043, 4.1 kB (checked in by hazelsct, 4 years ago)

Copyright updates to include Nimi and separate the LGPL'd lib from GPL'd other.

  • Property svn:keywords set to Author Date Id Revision
Line 
1<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2<html>
3<head>
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5   <meta name="Author" content="Adam C. Powell, IV">
6   <meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; I; Linux 2.2.18pre21 ppc) [Netscape]">
7   <meta name="Description" content="Documentation home for Illuminator visualization software, Note @VERSION@ in the .tar.gz link!">
8   <title>Illuminator Distributed Visualization Library</title>
9</head>
10<body text="#330000" bgcolor="#66FF99" link="#000099" vlink="#551A8B" alink="#FFFF00">
11
12<center><h1><tt>Illuminator</tt> Distributed Visualization
13Library</h1></center>
14
15<center><h3>by <a href="http://lyre.mit.edu/~powell/">Adam
16Powell</a></h3></center>
17
18<center><h3>Version @VERSION@ released @RELEASE_DATE@, built for a
19<tt>@build_vendor@ @build_cpu@</tt> running <tt>@build_os@</tt></h3></center>
20
21<hr WIDTH="100%">
22<table ALIGN=RIGHT BORDER NOSAVE >
23<tr NOSAVE>
24<td BGCOLOR="#FFCC33" NOSAVE>Documentation Formats:</td>
25<td BGCOLOR="#FFCC33" NOSAVE>Source code reference:</td>
26</tr>
27
28<tr BGCOLOR="#66FFFF" NOSAVE>
29<td NOSAVE>
30<!--UNCOMMENT IF HAVE_PLAIN_LATEX
31<a href="@PACKAGE@.dvi">dvi</a>
32UNCOMMENT IF HAVE_PLAIN_LATEX-->
33<!--UNCOMMENT IF HAVE_PDFLATEX
34<br><a href="@PACKAGE@.pdf">pdf</a>
35UNCOMMENT IF HAVE_PDFLATEX-->
36<!--UNCOMMENT IF HAVE_DVIPS
37<br><a href="@PACKAGE@.ps.gz">gzipped PostScript</a>
38<br><a href="@PACKAGE@.ps">PostScript</a>
39UNCOMMENT IF HAVE_DVIPS-->
40<!--UNCOMMENT IF HAVE_HEVEA
41<br><a href="@PACKAGE@-tex.html">HTML</a> (<a href="http://pauillac.inria.fr/~maranget/hevea/">HeVeA</a>)
42UNCOMMENT IF HAVE_HEVEA-->
43<!--UNCOMMENT IF HAVE_LATEX2HTML
44<br><a href="@PACKAGE@.html">HTML</a> (<a href="http://www.latex2html.org/">LaTeX2HTML</a>)
45<br><a href="@PACKAGE@-html-@VERSION@.tar.gz">.tar.gz HTML directory</a>
46UNCOMMENT IF HAVE_LATEX2HTML-->
47</td>
48<td>
49<!-- Begin-Of-Source-Files -->
50
51<!-- End-Of-Source-Files -->
52</td></tr>
53
54<tr NOSAVE>
55<td BGCOLOR="#FFFF00" COLSPAN=2 NOSAVE>If you need a PostScript previewer, try
56<a href="http://www.cs.wisc.edu/~ghost/">GSview</a></td>
57</tr>
58</table>
59This is the documentation starting point for
60<a href="http://lyre.mit.edu/~powell/illuminator.html">Illuminator</a>, a
61distributed visualization library. It is based on
62<a href="http://www-unix.mcs.anl.gov/petsc/petsc-2/">PETSc</a>, and the current
63implementation uses <a href="http://geomview.org/">Geomview</a> to render
64isoquant surfaces.<p>
65
66In addition to visualization, Illuminator 0.4+ includes distributed storage
67functions, to permit rapid saving and loading of data to local hard drives on a
68Beowulf cluster using various types of compression.<p>
69
70Copyright (C) 2001, 2002 Adam Powell;
71Copyright (C) 2003 Adam Powell, Jorge Vieyra, Bo Zhou;
72Copyright (C) 2004 Adam Powell, Ojonimi Ocholi, Jorge Vieyra, Bo Zhou.<p>
73
74The <tt>libluminate</tt> library is free software; you can redistribute it
75and/or modify it under the terms of the GNU Lesser General Public License as
76published by the Free Software Foundation; either version 2.1 of the License,
77or (at your option) any later version.<p>
78
79Note that it uses some chunks of code from Ken Brakke's public domain Surface
80Evolver, those chunks are attributed in the source code.<p>
81
82The other source code and documentation in this Illuminator package are free
83software; you can distribute it and/or modify it under the terms of the GNU
84General Public License as published by the Free Software Foundation; either
85version 2 of the License, or (at your option) any later version.<p>
86
87This software is distributed in the hope that it will be useful, but WITHOUT
88ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
89FOR A PARTICULAR PURPOSE.  See the GNU (Lesser) General Public License for more
90details.<p>
91
92You should have received a copy of the GNU (Lesser) General Public License
93along with this library; if not, write to the Free Software Foundation, Inc.,
9459 Temple Place, Suite 330, Boston, MA 02111-1307 USA<p>
95
96You may contact the corresponding author by email at
97<tt><a href="mailto:hazelsct@mit.edu">hazelsct@mit.edu</a></tt>.<p>
98
99Share and enjoy!
100
101<address><a href="http://lyre.mit.edu/~powell/">Adam Powell</a></address>
102</body>
103</html>
Note: See TracBrowser for help on using the browser.