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 2011/01/06 04:30:07 UTC

svn commit: r1055733 - in /forrest/trunk/site-author: content/xdocs/tools/forrestbar.xml content/xdocs/tools/forrestbar.xpi status.xml

Author: crossley
Date: Thu Jan  6 03:30:07 2011
New Revision: 1055733

URL: http://svn.apache.org/viewvc?rev=1055733&view=rev
Log:
Save space in the Search toolbar.
Minor rearrangement of items and labels.
Added tooltips.
Fixed some broken links.

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

Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml?rev=1055733&r1=1055732&r2=1055733&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml (original)
+++ forrest/trunk/site-author/content/xdocs/tools/forrestbar.xml Thu Jan  6 03:30:07 2011
@@ -21,7 +21,7 @@
     <title>ForrestBar - Firefox toolbar to ease navigation and search of Forrest resources</title>
   </header>
   <body>
-    <section>
+    <section id="introduction">
       <title>What is the ForrestBar?</title>
       <p>
         The ForrestBar is a toolbar extension made for the
@@ -38,7 +38,7 @@
         documentation frameworks.
       </p>
     </section>
-    <section>
+    <section id="install">
       <title>Installing the ForrestBar</title>
       <p>
         ForrestBar is currently compatible with Firefox 0.9 - 2.0+ and Mozilla
@@ -56,13 +56,13 @@
       </p>
       <p>
         To build (and perhaps enhance) 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
+        FORREST_HOME/tools/forrestbar and follow the README.txt document.
+        The .xpi file will be built for
         you in the FORREST_HOME/tools/forrestbar/build directory. You can then
-        install it by dragging and dropping as indicated above.
+        install it by dragging and dropping as indicated above, or open the file.
       </p>
     </section>
-    <section>
+    <section id="use">
       <title>Using the ForrestBar</title>
       <p>
         ForrestBar has the following features.
@@ -92,9 +92,9 @@
         </p>
       </section>
       <section>
-        <title>References menu</title>
+        <title>Ref menu</title>
         <p>
-          This menu gives you direct access to several documentation of
+          This menu gives you direct access to references and several documentation of
           components used in the Forrest project such as :
         </p>
         <ul>
@@ -104,13 +104,13 @@
         </ul>
       </section>
       <section>
-        <title>Devs. menu</title>
+        <title>Dev menu</title>
         <warning>
           This menu needs the <em>Local Forrest</em> site to be launched, i.e.
           <code>'forrest run'</code> mode.
         </warning>
         <p>
-          This menu provides various general resources for developers.
+          This menu provides various internal Forrest data for developers.
         </p>
         <ul>
           <li>Access to "abs-menulinks" which is the internal representation
@@ -128,7 +128,7 @@
         </fixme>
       </section>
       <section>
-        <title>Dispatcher-dev menu</title>
+        <title>Dispatcher Dev menu</title>
         <warning>
           This menu needs the <em>Local Forrest</em> site to be launched, i.e.
           <code>'forrest run'</code> mode.
@@ -173,7 +173,7 @@
         </section>
       </section>
       <section>
-        <title>Search menu</title>
+        <title>Search Archives menu</title>
         <p>
           This menu lets you search in different Forrest related archives or
           sites such as :
@@ -191,7 +191,7 @@
         </p>
         <note label="Jira Issues">
           If you enter the number of a Forrest issue you are working on (let's
-          say FOR-962) the search in the JIRA Issues site will dirrectly access to
+          say FOR-962) the search in the JIRA Issues site will directly access to
           the Issue properties page.
         </note>
         <note label="Subversion revisions">
@@ -205,7 +205,7 @@
         </note>
       </section>
       <section>
-        <title>Contracts-dev menu</title>
+        <title>Search Dispatcher menu</title>
         <warning>
           This menu needs the <em>Local Forrest</em> site to be launched, i.e.
           <code>'forrest run'</code> mode.
@@ -223,7 +223,7 @@
         </p>
       </section>
     </section>
-    <section>
+    <section id="configure">
       <title>Configuring the ForrestBar</title>
       <p>
         ForrestBar can be configured in order to change the <em>localhost</em>

Modified: forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/tools/forrestbar.xpi?rev=1055733&r1=1055732&r2=1055733&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/trunk/site-author/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=1055733&r1=1055732&r2=1055733&view=diff
==============================================================================
--- forrest/trunk/site-author/status.xml (original)
+++ forrest/trunk/site-author/status.xml Thu Jan  6 03:30:07 2011
@@ -154,6 +154,10 @@
         <link href="site:upgrading_09">upgrading to v0.9</link>
       </action>
 <!-- 2011-01 -->
+      <action context="code" type="update" dev="DC">
+        ForrestBar updated to clarify some menus and items, add some tooltips,
+        and fix some broken links.
+      </action>
       <action context="code" type="update" dev="DC" due-to="DeBel" fixes-bug="FOR-1203">
         Improve startup performance by dealing with only the specified property
         rather than iterating through all of them.