You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/18 02:39:14 UTC

svn commit: r326002 - /forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml

Author: crossley
Date: Mon Oct 17 17:39:10 2005
New Revision: 326002

URL: http://svn.apache.org/viewcvs?rev=326002&view=rev
Log:
Updated documentation with new installation instructions.
Submitted by: Addison Berry
Issue: FOR-180

Modified:
    forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml

Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml?rev=326002&r1=326001&r2=326002&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml Mon Oct 17 17:39:10 2005
@@ -1,48 +1,50 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2005 The Apache Software Foundation or its licensors,
-  as applicable.
+ Copyright 2002-2005 The Apache Software Foundation or its licensors,
+ as applicable.
 
-  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.
+ 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.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://forrest.apache.org/dtd/document-v12.dtd">
-
 <document>
- <header>
-  <title>The ForrestBar</title>
- </header>
-
- <body>
- <section>
-  <title>What's the Forrestbar?</title>
-      <p>The Forrestbar is a toolbar made for <link href="http://www.mozilla.org/">Mozilla</link> 
-         (and <link href="http://www.mozilla.org/products/firefox/">Firefox</link> compatible)
-         that eases the navigation of Apache 
-         projects and resources, and to the local Forrest running on your machine.</p>
-  </section>
-  <section>
-    <title>Installing the Forrestbar</title>
-      
-      <note>Forrestbar does not currently work with Firefox 0.9+</note>
-      
-      <p>To install the latest nightly version brought to you by 
-      <link href="http://gump.apache.org/">Gump</link> in <link href="http://www.mozilla.org/">Mozilla</link>
-      or <link href="http://www.mozilla.org/products/firefox/">Firefox</link>, just 
-      <link href="javascript:InstallTrigger.install( {'Forrestbar': 'forrestbar.xpi'} );">
-      install it</link>  or <link href="forrestbar.xpi">download it</link>
-      and drop it on a mozilla window.</p>
-
-      <p>To get the latest and greatest version run the forrestbar target of the Forrest build.</p>
+  <header>
+    <title>The ForrestBar</title>
+  </header>
+
+  <body>
+    <section>
+      <title>What's the ForrestBar?</title>
+      <p>The ForrestBar is a toolbar extension made for the
+        <link href="http://www.mozilla.org/products/mozilla1.x/">Mozilla</link>
+        and <link href="http://www.mozilla.org/products/firefox/">Firefox</link>
+        browsers that eases the navigation of online Forrest resources (including local
+        instances of Forrest running on jetty or as a webapp), Apache links
+        and other Apache projects.</p>
+    </section>
+    <section>
+      <title>Installing the ForrestBar</title>
+      <p>ForrestBar is currently compatible with Firefox 0.9 - 1.5 and Mozilla
+        1.x browsers.</p>
+      <p><link href="forrestbar.xpi">Click here to install ForrestBar 0.7</link></p>
+      <p>If the extension does not automatically install for you when clicking
+        on the link, download ForrestBar by right clicking on the link and select Save
+        As... to save the file to your computer. To install, simply drag the
+        downloaded .xpi file into your browser's window and drop it.</p>
+      <p>To build ForrestBar locally rather than downloading, go to
+        FORREST_HOME/tools/forrestbar and run the following command:
+        <code>forrest -f build.xml</code> and the .xpi file will be built for you
+        in FORREST_HOME/tools/forrestbar/build. You can then install it by
+        dragging and dropping as indicated above.</p>
     </section>
-   </body>
+  </body>
 </document>