Author: crossley
Date: Tue Feb 7 21:11:27 2006
New Revision: 375852
URL: http://svn.apache.org/viewcvs?rev=375852&view=rev
Log:
See Cocoon Profiler howto before using it.
Modified:
forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
Modified:
forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
URL:
http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul?rev=375852&r1=375851&r2=375852&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
(original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Tue
Feb 7 21:11:27 2006
@@ -31,8 +31,9 @@
<menuitem label="Issues"
onclick="navigate('http://forrest.apache.org/issues.html');" />
<menuitem label="Mail Lists"
onclick="navigate('http://forrest.apache.org/mail-lists.html');" />
<menuitem label="Plugins"
onclick="navigate('http://forrest.apache.org/pluginDocs/index.html');" />
- <menuitem label="Current Docs"
onclick="navigate('http://forrest.apache.org/docs/index.html');" />
- <menuitem label="Testing Zone"
onclick="navigate('http://forrest.zones.apache.org');" />
+ <menuitem label="Docs for current release version"
onclick="navigate('http://forrest.apache.org/docs/index.html');" />
+ <menuitem label="Docs for development version"
onclick="navigate('http://forrest.apache.org/docs/dev/');" />
+ <menuitem label="Testing Zone"
onclick="navigate('http://forrest.zones.apache.org/');" />
<menuseparator />
<menuitem label="Local Forrest (localhost:8888)"
onclick="navigate('http://localhost:8888/');" hidden="false" />
<menuitem label="Local Forrest (127.0.0.1:8888)"
onclick="navigate('http://127.0.0.1:8888/');" hidden="false" />
@@ -62,7 +63,8 @@
<toolbarbutton class="forrestbar" label="References"
id="forrestbar-tools" hidden="false" type="menu">
<menupopup>
<menuitem label="Ant manual"
onclick="navigate('http://ant.apache.org/manual/index.html');" />
- <menuitem label="Cocoon 2.1 Docs"
onclick="navigate('http://cocoon.apache.org/2.1/developing/index.html');" />
+ <menuitem label="Cocoon 2.1 user docs"
onclick="navigate('http://cocoon.apache.org/2.1/userdocs/');" />
+ <menuitem label="Cocoon 2.1 developer docs"
onclick="navigate('http://cocoon.apache.org/2.1/developing/');" />
<menuitem label="SVN Book"
onclick="navigate('http://svnbook.red-bean.com/');" />
</menupopup>
</toolbarbutton>
@@ -83,8 +85,10 @@
<menuitem label="ls.contracts"
onclick="navigate('http://localhost:8888/ls.contracts.html');" />
<menuitem label="ls.contracts.project"
onclick="navigate('http://localhost:8888/ls.contracts.project.html');" />
<menuseparator/>
- <menuitem label="Cocoon Profiler (Needs the Profiler to be used...)"
onclick="navigate('http://localhost:8888/cprofile.html');" />
- <menuitem label="Development Docs"
onclick="navigate('http://forrest.apache.org/docs/dev/index.html');" />
+ <menuitem label="Cocoon Profiler howto"
onclick="navigate('http://forrest.apache.org/docs/dev/howto/howto-dev.html#debug');"
/>
+ <menuitem label="Cocoon Profiler access"
onclick="navigate('http://localhost:8888/cprofile.html');" />
+ <menuseparator/>
+ <menuitem label="Docs for development version"
onclick="navigate('http://forrest.apache.org/docs/dev/');" />
</menupopup>
</toolbarbutton>