blob: 5b744c68d9f74c073b01519ae834358e7659625d [file] [log] [blame]
<!--
Copyright 2002-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
<title>The ForrestBar</title>
</head>
<body>
<script>
function installXPI( URL ) {
var xpi = new Object();
xpi['Forrestbar'] = URL;
InstallTrigger.install(xpi, doneInstall);
}
function doneInstall(name, result) {
// Put whatever code you like in here.
// It will be executed when the installation is complete
}
</script>
<h1>The Forrestbar</h1>
<h2>What's the Forrestbar?</h2>
<p>The Forrestbar is a toolbar made for <a href="http://www.mozilla.org/">Mozilla</a>
(and <a href="http://www.mozilla.org/projects/phoenix/">Phoenix</a> compatible)
that eases the navigation of Apache
projects and resources, and to the local Forrest running on your machine.</p>
<h2>Installing the Forrestbar</h2>
<p>To install the latest nightly version brought to you by
<a href="http://jakarta.apache.org/gump/">Gump</a> in <a href="http://www.mozilla.org/">Mozilla</a>
or <a href="http://www.mozilla.org/projects/phoenix/">Phoenix</a>, just click on the
<a href="javascript:installXPI('http://gump.covalent.net/jars/latest/xml-forrest/forrestbar.xpi');">
Gump-nightly Forrestbar XPI Install link</a> or download it
<a href="http://gump.covalent.net/jars/latest/xml-forrest/forrestbar.xpi">from here</a>
and drop it on a mozilla window.</p>
<p>To get the latest and greates version run the forrestbar target of the Forrest build.</p>
</body>
</html>