You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/08/22 18:29:58 UTC

svn commit: r235747 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: glossary.xml site.xml

Author: ekoneil
Date: Mon Aug 22 09:29:54 2005
New Revision: 235747

URL: http://svn.apache.org/viewcvs?rev=235747&view=rev
Log:
Few more tweaks to make ordering of links in site.xml consistent.

BB: self
DRT: build.release pass


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/glossary.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/glossary.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/glossary.xml?rev=235747&r1=235746&r2=235747&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/glossary.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/glossary.xml Mon Aug 22 09:29:54 2005
@@ -24,7 +24,7 @@
                 <dt><strong>Databinding</strong></dt>
                 <dd>Databinding connects JSP pages to data objects.  The data objects can be located in various places throughout the web application: 
                     in the <a href="#controller_file">Controller file</a>, in the standard JSP objects, etc. A list of the different databinding expressions
-                    can be found at <a href="site:pageflow_databinding">Databinding</a>.</dd>
+                    can be found at <a href="site:pageflow_databinding">Data binding</a>.</dd>
             </dl>
             <dl id="formbean">
                 <dt><strong>Form Bean</strong></dt>

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml?rev=235747&r1=235746&r2=235747&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml Mon Aug 22 09:29:54 2005
@@ -62,48 +62,48 @@
             <wsm-blank label="Project: Web Service" href="wsm/sample_wsm-blank.html"/>
             <ws-control-blank label="Project: Web Service Control" href="system-controls/webservices/sample-ws-control-blank.html" />
         </samples>
-        <ref label="Reference Docs">
+        <reference label="Reference Docs">
             <infra label="Build Tools">
                 <ant-macros label="Ant Macros" href="infra/beehive-ant-macros.html"/>
             </infra>
             <controls label="Controls">
-                <control_anno label="Annotations" href="controls/annotations/control_annotations.html"/>
-                <control_javadoc label="API Javadoc" href="apidocs/classref_controls/index.html"/>
+                <annotations label="Annotations" href="controls/annotations/control_annotations.html"/>
+                <javadoc label="API Javadoc" href="apidocs/classref_controls/index.html"/>
             </controls>
             <netui label="Page Flows">
-                <netui_taglib label="JSP Tags" href="apidocs/taglib/index.html"/>
-                <netui_annotations label="Annotations" href="pageflow/jpf-annotations/pageflow_annotations.html"/>
-                <netui_config label="beehive-netui-config.xml" href="pageflow/config/beehive-netui-config.html"/>
-                <netui_api label="API Javadoc" href="apidocs/classref_pageflows/index.html"/>
+                <annotations label="Annotations" href="pageflow/jpf-annotations/pageflow_annotations.html"/>
+                <javadoc label="API Javadoc" href="apidocs/classref_pageflows/index.html"/>
+                <taglib label="JSP Tags" href="apidocs/taglib/index.html"/>
+                <config label="beehive-netui-config.xml" href="pageflow/config/beehive-netui-config.html"/>
             </netui>
             <ws label="Web Services">
-                <control label="Annotations" href="wsm/annotations/wsm_annotations.html"/>
-                <ws label="API Javadoc" href="apidocs/classref_wsm/index.html"/>
+                <annotations label="Annotations" href="wsm/annotations/wsm_annotations.html"/>
+                <javadoc label="API Javadoc" href="apidocs/classref_wsm/index.html"/>
             </ws>
             <system-controls label="System Controls">
                 <ejb_control_reference label="EJB">
                     <annotations label="Annotations" href="system-controls/ejb/ejb-annotations.html"/>                
-                    <javadoc label="Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
+                    <javadoc label="API Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
                 </ejb_control_reference>
                 <jdbc_control_reference label="JDBC">
                     <annotations label="Annotations" href="system-controls/jdbc/jdbc-annotations.html"/>                
-                    <javadoc label="Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
+                    <javadoc label="API Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
                 </jdbc_control_reference>
                 <jms_control_reference label="JMS">
                     <annotations label="Annotations" href="system-controls/jms/jms-annotations.html"/>                
-                    <javadoc label="Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
+                    <javadoc label="API Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
                 </jms_control_reference>
                 <ws_control_reference label="Web Service">
                     <annotations label="Annotations" href="system-controls/webservices/webservices-annotations.html"/>                
-                    <javadoc label="Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
+                    <javadoc label="API Javadoc" href="apidocs/classref_systemcontrol/index.html"/>
                 </ws_control_reference>
             </system-controls>
-        </ref>
+        </reference>
         <javadoc label="API Javadoc">
-            <javadoc_control label="Controls" href="apidocs/classref_controls/index.html"/>
-            <javadoc_netui label="Page Flow" href="apidocs/classref_pageflows/index.html"/>
-            <javadoc_ws label="Web Services" href="apidocs/classref_wsm/index.html"/>
-            <javadoc_sys_control label="System Controls" href="apidocs/classref_systemcontrols/index.html"/>
+            <controls label="Controls" href="apidocs/classref_controls/index.html"/>
+            <netui label="Page Flow" href="apidocs/classref_pageflows/index.html"/>
+            <wsm label="Web Services" href="apidocs/classref_wsm/index.html"/>
+            <system-controls label="System Controls" href="apidocs/classref_systemcontrols/index.html"/>
         </javadoc>
         <release_notes label="Release Notes" href="release_notes.html"/>
         <gloss label="Glossary" href="glossary.html"/>