зеркало из https://github.com/mozilla/gecko-dev.git
Update for 1.5R3.
This commit is contained in:
Родитель
e748472301
Коммит
14c34495ad
|
@ -1,160 +1,156 @@
|
|||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Norris Boyd">
|
||||
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
|
||||
<meta name="KeyWords" content="Rhino, JavaScript, Java">
|
||||
<title>Rhino Documentation</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
<meta name="Author" content="Norris Boyd">
|
||||
|
||||
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
|
||||
|
||||
<meta name="KeyWords" content="Rhino, JavaScript, Java">
|
||||
<title>Rhino Documentation</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
|
||||
<center>
|
||||
<h1>
|
||||
Rhino Documentation</h1></center>
|
||||
<b><i><font size=+1>General</font></i></b>
|
||||
<table WIDTH="100%" >
|
||||
<tr>
|
||||
<td><a href="overview.html">Overview</a></td>
|
||||
|
||||
<td>An overview of the JavaScript language and of Rhino.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="limits.html">Requirements and Limitations</a></td>
|
||||
|
||||
<td>What you must have to run Rhino; what Rhino cannot do.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="rhino15R2.html">What's new in 1.5R2</a></td>
|
||||
|
||||
<td>Changes since 1.5R1.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="debugger.html">Rhino Debugger</a></td>
|
||||
|
||||
<td>A debugger for debugging JavaScript running in Rhino.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="opt.html">Optimization</a></td>
|
||||
|
||||
<td>Details on the various optimization levels.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://sourceforge.net/projects/jscorba">JS/CORBA Adapter</a></td>
|
||||
|
||||
<td>Provides a mechanism for arbitrary JavaScript objects to interact with
|
||||
<body bgcolor="#ffffff">
|
||||
|
||||
<center>
|
||||
<h1> Rhino Documentation</h1>
|
||||
</center>
|
||||
<b><i><font size="+1">General</font></i></b>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="overview.html">Overview</a>
|
||||
</td>
|
||||
<td>An overview of the JavaScript language and of Rhino.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="limits.html">Requirements and Limitations</a>
|
||||
</td>
|
||||
<td>What you must have to run Rhino; what Rhino cannot do.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="rhino15R3.html">What's new in 1.5R3</a>
|
||||
</td>
|
||||
<td>Changes since 1.5R2.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="debugger.html">Rhino Debugger</a>
|
||||
</td>
|
||||
<td>A debugger for debugging JavaScript running in Rhino.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="opt.html">Optimization</a>
|
||||
</td>
|
||||
<td>Details on the various optimization levels.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://sourceforge.net/projects/jscorba">JS/CORBA Adapter</a>
|
||||
</td>
|
||||
<td>Provides a mechanism for arbitrary JavaScript objects to interact with
|
||||
each other transparently in a distributed JavaScript system using CORBA.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="bsf.html">Using Rhino with BSF and Apache</a></td>
|
||||
|
||||
<td>How to use Rhino with apps that support BSF.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="changes.html">Recent Changes</a></td>
|
||||
|
||||
<td>Describes recent changes to Rhino.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="faq.html">FAQ</a></td>
|
||||
|
||||
<td>Answers to frequently asked questions about Rhino.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="http://industry.java.sun.com/javaone/99/event/0,1768,629,00.html">1999
|
||||
JavaOne session on Rhino</a></td>
|
||||
|
||||
<td>A talk on Rhino with slides. Also see the
|
||||
<a href="javaone.html">followup</a>.</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="bsf.html">Using Rhino with BSF and Apache</a>
|
||||
</td>
|
||||
<td>How to use Rhino with apps that support BSF.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="changes.html">Recent Changes</a>
|
||||
</td>
|
||||
<td>Describes recent changes to Rhino.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="faq.html">FAQ</a>
|
||||
</td>
|
||||
<td>Answers to frequently asked questions about Rhino.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://industry.java.sun.com/javaone/99/event/0,1768,629,00.html">
|
||||
1999 JavaOne session on Rhino</a>
|
||||
</td>
|
||||
<td>A talk on Rhino with slides. Also see the <a href="javaone.html">followup</a>
|
||||
.</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><b><i><font size=+1>Writing Scripts</font></i></b>
|
||||
<table WIDTH="100%" >
|
||||
<tr>
|
||||
<td><a href="scriptjava.html">Scripting Java</a></td>
|
||||
|
||||
<td>How to use Rhino to script Java classes.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="perf.html">Performance Hints</a></td>
|
||||
|
||||
<td>Some tips on writing faster JavaScript code.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="tools.html">Tools</a></td>
|
||||
|
||||
<td>Some tools for developing JavaScript scripts.</td>
|
||||
</tr>
|
||||
|
||||
<p><b><i><font size="+1">Writing Scripts</font></i></b>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="scriptjava.html">Scripting Java</a>
|
||||
</td>
|
||||
<td>How to use Rhino to script Java classes.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="perf.html">Performance Hints</a>
|
||||
</td>
|
||||
<td>Some tips on writing faster JavaScript code.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="tools.html">Tools</a>
|
||||
</td>
|
||||
<td>Some tools for developing JavaScript scripts.</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><b><i><font size=+1>Embedding Rhino</font></i></b>
|
||||
<table WIDTH="100%" >
|
||||
<tr>
|
||||
<td><a href="tutorial.html">Embedding tutorial</a></td>
|
||||
|
||||
<td>A short tutorial on how to embed Rhino into your application.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="apidocs/index.html">API javadoc Reference</a></td>
|
||||
|
||||
<td>An annotated outline of the programming interface to Rhino (tip only).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="scopes.html">Scopes and Contexts</a></td>
|
||||
|
||||
<td>Describes how to use scopes and contexts for the best performance and
|
||||
</p>
|
||||
<p><b><i><font size="+1">Embedding Rhino</font></i></b>
|
||||
<table width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="tutorial.html">Embedding tutorial</a>
|
||||
</td>
|
||||
<td>A short tutorial on how to embed Rhino into your application.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="apidocs/index.html">API javadoc Reference</a>
|
||||
</td>
|
||||
<td>An annotated outline of the programming interface to Rhino (tip only).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="scopes.html">Scopes and Contexts</a>
|
||||
</td>
|
||||
<td>Describes how to use scopes and contexts for the best performance and
|
||||
flexibility, with an eye toward multithreaded environments.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="serialization.html">Serialization</a></td>
|
||||
|
||||
<td>How to serialize JavaScript objects and functions in Rhino.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="runtime.html">Runtime</a></td>
|
||||
|
||||
<td>A brief description of the JavaScript runtime.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="footprint.html">Small Footprint</a></td>
|
||||
|
||||
<td>Hints for those interested in small-footprint embeddings.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="examples.html">Examples</a></td>
|
||||
|
||||
<td>A set of examples showing how to control the JavaScript engine and
|
||||
build JavaScript host objects.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><font color="#000000"><a href="http://www.mozilla.org/js/tests/library.html">Testing</a></font></td>
|
||||
|
||||
<td>How to run the JavaScript test suite.</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="serialization.html">Serialization</a>
|
||||
</td>
|
||||
<td>How to serialize JavaScript objects and functions in Rhino.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="runtime.html">Runtime</a>
|
||||
</td>
|
||||
<td>A brief description of the JavaScript runtime.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="footprint.html">Small Footprint</a>
|
||||
</td>
|
||||
<td>Hints for those interested in small-footprint embeddings.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="examples.html">Examples</a>
|
||||
</td>
|
||||
<td>A set of examples showing how to control the JavaScript engine and build
|
||||
JavaScript host objects.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><font color="#000000"><a href="http://www.mozilla.org/js/tests/library.html">
|
||||
Testing</a>
|
||||
</font></td>
|
||||
<td>How to run the JavaScript test suite.</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h3>
|
||||
|
||||
<hr WIDTH="100%"><a href="index.html">back to top</a></h3>
|
||||
|
||||
</p>
|
||||
<h3>
|
||||
<hr width="100%"><a href="index.html">back to top</a>
|
||||
</h3>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,78 +1,88 @@
|
|||
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
||||
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="Author" content="Norris Boyd">
|
||||
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
|
||||
<title>Rhino Downloads</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
||||
<meta name="Author" content="Norris Boyd">
|
||||
|
||||
<meta name="GENERATOR" content="Mozilla/4.75 [en] (Windows NT 5.0; U) [Netscape]">
|
||||
<title>Rhino Downloads</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<center><b><font size=+3>Rhino Downloads</font></b></center>
|
||||
|
||||
|
||||
<p>Rhino is available for download both in source and compiled form.
|
||||
<h3>
|
||||
Binaries</h3>
|
||||
You can download binaries (JAR files) from <a href="ftp://ftp.mozilla.org/pub/js/">ftp://ftp.mozilla.org/pub/js/</a>.
|
||||
Rhino 1.5 Release 2 is the last qualified release. It is also possible
|
||||
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.
|
||||
<body>
|
||||
|
||||
<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>
|
||||
You can download binaries (JAR files) from <a href="ftp://ftp.mozilla.org/pub/js/">
|
||||
ftp://ftp.mozilla.org/pub/js/</a>
|
||||
. Rhino 1.5 Release 2 is the last qualified release. It is also possible 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>
|
||||
<li>
|
||||
<a href="ftp://ftp.mozilla.org/pub/js/rhino15R3-rc1.zip">Rhino 1.5R3 (release candidate 1).</a></li>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i><font size=-1><a href="rhino15R3.html">Description of changes from 1.5R2</a></font></i>.</li>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhino15R3-rc2.zip">Rhino 1.5R3
|
||||
(release candidate 2).</a>
|
||||
</li>
|
||||
|
||||
<ul>
|
||||
<li> <i><font size="-1"><a href="rhino15R3.html">Description of changes
|
||||
from 1.5R2</a>
|
||||
</font></i>.</li>
|
||||
|
||||
</ul>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhino15R2.zip">Rhino 1.5R2.</a>
|
||||
</li>
|
||||
|
||||
<ul>
|
||||
<li> <i><font size="-1"><a href="rhino15R2.html">Description of changes
|
||||
from 1.5R1</a>
|
||||
</font></i>.</li>
|
||||
|
||||
</ul>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhino15R1.zip">Rhino 1.5R1.</a>
|
||||
</li>
|
||||
|
||||
<ul>
|
||||
<li> <i><font size="-1"><a href="rhino15R1.html">Description of changes
|
||||
from 1.4R3</a>
|
||||
</font></i>.</li>
|
||||
|
||||
</ul>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhino14R3.zip">Rhino 1.4 Release
|
||||
3</a>
|
||||
.</li>
|
||||
<li> <a href="ftp://ftp.mozilla.org/pub/js/rhinoLatest.zip">Latest Rhino
|
||||
builds</a>
|
||||
.</li>
|
||||
|
||||
<ul>
|
||||
<li> <i><font size="-1"><a href="changes.html">Description of changes from
|
||||
1.5R3</a>
|
||||
</font></i>.</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</ul>
|
||||
|
||||
<li>
|
||||
<a href="ftp://ftp.mozilla.org/pub/js/rhino15R2.zip">Rhino 1.5R2.</a></li>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i><font size=-1><a href="rhino15R2.html">Description of changes from 1.5R1</a></font></i>.</li>
|
||||
</ul>
|
||||
|
||||
<li>
|
||||
<a href="ftp://ftp.mozilla.org/pub/js/rhino15R1.zip">Rhino 1.5R1.</a></li>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i><font size=-1><a href="rhino15R1.html">Description of changes from 1.4R3</a></font></i>.</li>
|
||||
</ul>
|
||||
|
||||
<li>
|
||||
<a href="ftp://ftp.mozilla.org/pub/js/rhino14R3.zip">Rhino 1.4 Release
|
||||
3</a>.</li>
|
||||
|
||||
<li>
|
||||
<a href="ftp://ftp.mozilla.org/pub/js/rhinoLatest.zip">Latest Rhino builds</a>.</li>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<i><font size=-1><a href="changes.html">Description of changes from 1.5R3</a></font></i>.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
<h3>
|
||||
Source</h3>
|
||||
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 <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
|
||||
|
||||
<h3> Source</h3>
|
||||
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
|
||||
<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> cvs co mozilla/js/rhino</pre>
|
||||
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>
|
||||
<hr WIDTH="100%"><a href="index.html">back to top</a>
|
||||
<br>
|
||||
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>
|
||||
<p> </p>
|
||||
<hr width="100%"><a href="index.html">back to top</a>
|
||||
<br>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче