gecko-dev/js/rhino/docs/download.html

92 строки
3.1 KiB
HTML
Исходник Обычный вид История

2002-12-16 19:51:33 +03:00
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
2003-01-17 19:40:45 +03:00
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Author" content="Igor Bukanov">
<meta name="KeyWords" content="Rhino, JavaScript, Java">
2002-12-16 19:51:33 +03:00
<title>Rhino Downloads</title>
</head>
<body>
2002-01-15 20:35:09 +03:00
<center><b><font size="+3">Rhino Downloads</font></b></center>
<p>Rhino is available for download both in source and compiled form. </p>
<h3> Binaries</h3>
2002-12-16 19:51:33 +03:00
You can download binaries (JAR files) from <a
href="ftp://ftp.mozilla.org/pub/js/"> ftp://ftp.mozilla.org/pub/js/</a>
2003-04-22 04:27:10 +04:00
. Rhino 1.5 Release 4.1 is the last qualified release. It is also possible
2002-12-16 19:51:33 +03:00
to download the latest rhino build that reflects newer features and bug
fixes, but has not been fully qualified. These zip files also include
the source.
<p>If you are looking for <tt>js.jar</tt> for XSLT or for IBM's Bean
Scripting Framework (BSF), download one of the zip files below and
unzip it. </p>
<ul>
2003-04-22 04:27:10 +04:00
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhino15R41.zip">Rhino 1.5R4.1.</a>
2002-01-15 20:35:09 +03:00
<ul>
2003-04-22 04:27:10 +04:00
<li> <i><font size="-1"><a href="rhino15R41.html">Description of changes from 1.5R4.1</a> </font></i>.</li>
2002-01-15 20:35:09 +03:00
</ul>
2003-04-22 04:27:10 +04:00
</li>
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhino15R4.zip">Rhino 1.5R4.</a>
<ul>
<li> <i><font size="-1"><a href="rhino15R4.html">Description of changes from 1.5R3</a> </font></i>.</li>
</ul>
</li>
<li><a href="ftp://ftp.mozilla.org/pub/js/rhino15R3.zip">Rhino 1.5R3.</a>
2002-01-15 20:35:09 +03:00
<ul>
2002-12-16 19:51:33 +03:00
<li> <i><font size="-1"><a href="rhino15R3.html">Description of
changes from 1.5R2</a> </font></i>.</li>
2002-01-15 20:35:09 +03:00
</ul>
2003-04-22 04:27:10 +04:00
</li>
2002-12-16 19:51:33 +03:00
<li> <a
2003-04-22 04:27:10 +04:00
href="ftp://ftp.mozilla.org/pub/js/older-packages/rhino15R2.zip">Rhino
1.5R2.</a>
2002-01-15 20:35:09 +03:00
<ul>
2002-12-16 19:51:33 +03:00
<li> <i><font size="-1"><a href="rhino15R2.html">Description of
changes from 1.5R1</a> </font></i>.</li>
2002-01-15 20:35:09 +03:00
</ul>
2003-04-22 04:27:10 +04:00
</li>
<li><a
href="ftp://ftp.mozilla.org/pub/js/older-packages/rhino15R1.zip">Rhino
1.5R1.</a>
2002-01-15 20:35:09 +03:00
<ul>
2002-12-16 19:51:33 +03:00
<li> <i><font size="-1"><a href="rhino15R1.html">Description of
changes from 1.4R3</a> </font></i>.</li>
</ul>
2003-04-22 04:27:10 +04:00
</li>
2002-12-16 19:51:33 +03:00
<li> <a
href="ftp://ftp.mozilla.org/pub/js/older-packages/rhino14R3.zip"> Rhino
1.4 Release 3</a> .</li>
2003-04-22 04:27:10 +04:00
2002-12-16 19:51:33 +03:00
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhinoLatest.zip">Latest
2003-04-22 04:27:10 +04:00
Rhino builds</a> .
2002-12-16 19:51:33 +03:00
<ul>
<li> <i><font size="-1"><a href="changes.html">Description of
changes from 1.5R4</a> </font></i>.</li>
2002-01-15 20:35:09 +03:00
</ul>
2003-04-22 04:27:10 +04:00
</li>
</ul>
2002-01-15 20:35:09 +03:00
<h3> Source</h3>
2002-12-16 19:51:33 +03:00
The source code for Rhino is available under <a
href="http://www.mozilla.org/NPL/"> NPL 1.1</a> . In addition to getting
the source from the zip files above, the source code for Rhino can be
found in the CVS tree at mozilla/js/rhino. See&nbsp; <a
href="http://www.mozilla.org/cvs.html">source code via cvs</a> for
details on how to set up CVS, define your CVSROOT, and login. Once
you've done that, just execute the command
<pre>&nbsp;&nbsp;&nbsp; cvs co mozilla/js/rhino</pre>
2002-12-16 19:51:33 +03:00
to get the tip source.
<p>The current tip can also be viewed using LXR at <a
href="http://lxr.mozilla.org/mozilla/source/js/rhino/">
http://lxr.mozilla.org/mozilla/source/js/rhino/</a> . </p>
2002-01-15 20:35:09 +03:00
<p> </p>
2002-12-16 19:51:33 +03:00
<hr width="100%"><a href="index.html">back to top</a> <br>
&nbsp; <br>
</body>
</html>