Modified: forrest/site/tools/forrestbar.html URL: http://svn.apache.org/viewvc/forrest/site/tools/forrestbar.html?view=diff&rev=546751&r1=546750&r2=546751 ============================================================================== --- forrest/site/tools/forrestbar.html (original) +++ forrest/site/tools/forrestbar.html Tue Jun 12 23:34:44 2007 @@ -159,22 +159,62 @@
The ForrestBar is a toolbar extension made for the Mozilla and Firefox - browsers that eases the navigation of online Forrest resources + browsers that eases the navigation of online Apache Forrest resources (including local instances of Forrest running on jetty or as a webapp), Apache links and other Apache projects.
@@ -188,7 +228,7 @@- ForrestBar is currently compatible with Firefox 0.9 - 1.5+ and Mozilla + ForrestBar is currently compatible with Firefox 0.9 - 2.0+ and Mozilla 1.x browsers.
@@ -202,11 +242,223 @@ the downloaded .xpi file into your browser's window and drop it.
- To build ForrestBar locally rather than downloading, go to + To build (and perhaps enhance) ForrestBar locally rather than downloading, go to FORREST_HOME/tools/forrestbar and run the following command: forrest -f build.xml and 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. +
++ ForrestBar has the following features. +
+ ++ This menu gives you direct access to various information about the + Forrest project such as : +
++ The last choice Local Forrest is a direct access to the + dynamic forrest site when you use 'forrest run' mode. +
+ ++ This menu gives you direct access to several information about the + Apache Software Foundation. +
+ ++ This menu gives you direct access to several documentation of + components used in the Forrest project such as : +
++ This menu provides various general resources for developers. +
++ These options give you direct access to dispatcher internal xml + formats of the current page such as : +
++ These accesses are very interesting in development phase to display + - in xml format - the content of any dispatcher page. +
+ ++ This option gives you direct access to the structurer which is in + charge to generate the current page. +
+ ++ These options give you direct access to an automatically generated + page which displays the documentation of the available contracts + that you can use. +
++ The ls.contracts option displays the list of standard + contracts available whereas the ls.contracts.project only + displays the list of contracts specific to the project. +
+ ++ This menu lets you search in different Forrest related archives or + sites such as : +
++ To perfom a search in one of these sites, just enter a keyword in the + Search field and select the site you want to search in in the Search + menu. +
++ This menu gives you direct access to Dispatcher contracts. You can access to html + or fo contract by entering the contract name in the search field and + selecting the corresponding prepare or resolve + option. +
++ These accesses are very useful to check that the contract you are + working on is found by the dispatcher and is syntactically correct. +
++ ForrestBar can be configured in order to change the localhost + and port used to connect to Forrest dynamic site, i.e. if you + have changed 'forrest run' mode to use a + different port. +
++ The defaults are localhost:8888 and can be changed through + the Options window : +
+
+
+
+
+ Once you have entered the correct values for your installation, the + ForrestBar saves them in your browser user preferences so that they will + be used again next time you will start your browser.