summaryrefslogtreecommitdiff
path: root/support/ite/distribution.html
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/ite/distribution.html
Initial commit
Diffstat (limited to 'support/ite/distribution.html')
-rw-r--r--support/ite/distribution.html100
1 files changed, 100 insertions, 0 deletions
diff --git a/support/ite/distribution.html b/support/ite/distribution.html
new file mode 100644
index 0000000000..5c5471f455
--- /dev/null
+++ b/support/ite/distribution.html
@@ -0,0 +1,100 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<HTML>
+<HEAD>
+<TITLE>Distribution</TITLE>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
+<LINK REL="STYLESHEET" HREF="manual.css">
+</HEAD>
+ <BODY >
+ <div>
+ <B>Next:</B> <A HREF="general.html">How iTe works</A>
+ <B>Up:</B> <A HREF="manual.html">iTe</A>
+ <B>Previous:</B> <A HREF="installation.html">Installation</A>
+ </div>
+
+ <H1>Distribution</H1>
+
+ <H2>Copyright</H2>
+
+ <P>
+ <span class=ite>iTe</span> 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.
+
+ <span class=ite>iTe</span> is distributed in the hope that it will be useful, but
+
+ </p>
+
+ <div style="padding:0.5cm">
+ 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.
+ </div>
+
+ <p>
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the
+ Free Software Foundation, Inc., 59 Temple Place, Suite 330,
+ Boston, MA 02111-1307, USA.
+ </p>
+
+ <H2><a name="requirements">System Requirements</a></H2>
+
+ <p>
+ Because <span class=ite>iTe</span> is written in the four interpreted languages
+ <EM>Emacs-lisp</EM>, <EM>PostScript</EM>, T<SMALL>E</SMALL>X and <EM>Perl</EM>, it is platform independent.
+ All of the following required tools are preinstalled on many Unix systems, but are also available as binaries
+ for both Unix and MS-Windows:
+ </p>
+ <UL>
+ <LI>A T<SMALL>E</SMALL>X installation.
+ Go to <a href="http://www.ctan.org">CTAN</a> to get binaries and sources;
+ <LI><TT>Emacs</TT> or <TT>XEmacs</TT> version 19 and higher;
+ <LI><TT>dvips</TT>, the dvi to ps translator by <a href="http://www.radicaleye.com">www.radicaleye.com</a>.
+ This software normally comes with the T<SMALL>E</SMALL>X installation;
+ <LI><TT>gs</TT> aka <a href="http://www.ghostscript.com/">GhostScript</a>,
+ the postscript interpreter by Aladdin Enterprises;
+ <li>Perl. Go to <a href="http://www.cpan.org">CPAN</a> to get binaries and sources.
+ </UL>
+
+ <H2>Compatibility</H2>
+
+ <p>
+ <span class=ite>iTe</span> was successfully tested on the following platforms:
+ </p>
+
+ <table border="1" cellpadding="10" align="center">
+ <TR ALIGN="CENTER">
+ <th>Operating System</th>
+ <th>Editor</TD>
+ <th>dvips(k)</th>
+ <th>GhostScript</th>
+ <th>Perl</th>
+ </TR>
+ <TR ALIGN="CENTER">
+ <TD>Suse Linux 9.2</TD>
+ <TD>XEmacs 21.4<br/>
+ GNU Emacs 21.3.1
+ </TD>
+ <TD>5.92</TD>
+ <TD>7.07.1</TD>
+ <TD>5.8.5</TD>
+ </TR>
+ <TR ALIGN="CENTER">
+ <TD>MS Windows 98/XP</TD>
+ <TD>XEmacs 21.4</TD>
+ <TD>5.86</TD>
+ <TD>7.04</TD>
+ <TD>5.6 (IndigoPerl)</TD>
+ </TR>
+ </table>
+
+
+ <p>
+ Previous versions of <span class=ite>iTe</span> were successfully tested on <tt>mips-sgi-irix</tt> and <tt>sparc-sun-solaris</tt>.
+ </p>
+
+ <div id='TIMESTAMP' style='font-size:small'><hr/>Last modified by <A HREF='http://www.decatur.de/wolfgang'>Wolfgang K&uuml;hn</a> on Mar 27 2005</div>
+ </BODY>
+</HTML>