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:53:45 UTC

svn commit: r235748 - in /beehive/trunk/docs/forrest/release/src/documentation/content/xdocs: setup.xml site.xml wsm/wsm_overview.xml

Author: ekoneil
Date: Mon Aug 22 09:53:41 2005
New Revision: 235748

URL: http://svn.apache.org/viewcvs?rev=235748&view=rev
Log:
Fixup the download links for the site.xml page.  This was still pointing to the beta downloads.  Also start using external refs for the JSR 181 links and some other external sites.

BB: self
DRT: build.release pass


Modified:
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/site.xml
    beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/wsm_overview.xml

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml?rev=235748&r1=235747&r2=235748&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/setup.xml Mon Aug 22 09:53:41 2005
@@ -1,26 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-    "http://forrest.apache.org/dtd/document-v20.dtd">
+                          "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
     <header>
         <title>Beehive Installation and Setup</title>
     </header>
     <body>
-        <p>This topic explains how to install a Beehive distribution on your 
-            machine. The instructions below are divided into (1) basic setup steps 
-            and (2) tutorial-specific steps.</p>
-            <p>
-             Once you have completed the basic setup steps, 
-            you can begin developing Beehive applications. You only need to 
-            complete the tutorial-specific steps if you intend to run the Beehive 
-            tutorials and samples.</p>
+        <p>
+            This topic explains how to install a Beehive distribution on your machine. The instructions below are divided into (1) basic setup steps and (2) tutorial-specific steps.
+        </p>
+        <p>
+           Once you have completed the basic setup steps, you can begin developing Beehive applications. You only need to 
+            complete the tutorial-specific steps if you intend to run the Beehive tutorials and samples.
+        </p>
         <section id="basic">
             <title>Basic Installation</title>
             <p>(1) The following software is required for developing Beehive applications:</p>
             <ul>
-                <li>Beehive Binary Distribution (download: <a class="fork" href="http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/">http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/</a>)</li>
-                <li>Ant 1.6.2 (download: <a    class="fork" href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>)</li>
-                <li>J2SE5 (download: <a class="fork" href="http://java.sun.com/j2se/1.5.0/download.jsp">http://java.sun.com/j2se/1.5.0/download.jsp</a>)</li>
+                <li>Beehive Binary Distribution -- download from <a class="fork" href="site:beehive-release/current">http://cvs.apache.org/dist/incubator/beehive/v1.0m1</a></li>
+                <li>Ant 1.6.2 -- download from <a class="fork" href="site:ant16download">http://ant.apache.org/bindownload.cgi</a></li>
+                <li>Java 5 JDK -- download from <a class="fork" href="site:java5download">http://java.sun.com/j2se/1.5.0/download.jsp</a></li>
             </ul>
             <p>(2) Make sure that the following environmental variables are set in your shell.</p>
                 <ul>
@@ -30,25 +29,28 @@
             <p>Typical values for these variables would be as follows.</p>
 <source>
 ANT_HOME = C:\apache\apache-ant-1.6.2
-
-JAVA_HOME = C:\jdk1.5.0</source>
-            <p>(3) Finally, ensure that <code>JAVA_HOME/bin</code> and <code>ANT_HOME/bin</code> are on your <code>PATH</code>.</p>
-            <p>That's it! That's all you need to begin developing Beehive applications. The remaining steps are only
-                           necessary if you intend to run the Beehive tutorials and samples.</p>                
+JAVA_HOME = C:\jdk1.5.0
+</source>
+            <p>(3) Ensure that <code>JAVA_HOME/bin</code> and <code>ANT_HOME/bin</code> are on your <code>PATH</code>.</p>
+            <p>
+            That's it! That's all you need to begin developing Beehive applications. The remaining steps are only necessary if you intend to run the Beehive tutorials and samples.
+            </p>
         </section>
         <section id="optional">
             <title>Optional Installation Steps</title>
             <p>The following steps are only necessary if you intend to run the Beehive tutorials.</p>
-            <p>(1) Install the latest Tomcat 5.0.xx distribution file.  
-                Download: <a class="fork" 
-                    href="http://jakarta.apache.org/site/binindex.cgi#tomcat">http://jakarta.apache.org/site/binindex.cgi#tomcat</a>
-                </p>
-                <p>(2) Ensure that the <code>CATALINA_HOME</code> environmental variable is set in your shell.</p>
-                <p>(3) Edit the file 
-                    <code>CATALINA_HOME/conf/tomcat-users.xml</code> so it 
-                    appears as follows. Elements to add are shown in bold 
-                    type.</p>
-                <source>&lt;?xml version='1.0' encoding='utf-8'?>
+            <p>
+                (1) Install the latest Tomcat 5.0.xx distribution file.  
+                Download: <a class="fork" href="http://jakarta.apache.org/site/binindex.cgi#tomcat">http://jakarta.apache.org/site/binindex.cgi#tomcat</a>
+            </p>
+            <p>
+            (2) Ensure that the <code>CATALINA_HOME</code> environmental variable is set in your shell.
+            </p>
+            <p>
+            (3) Edit the file <code>CATALINA_HOME/conf/tomcat-users.xml</code> so it appears as follows. Elements to add are shown in bold type.
+            </p>
+            <source>
+&lt;?xml version='1.0' encoding='utf-8'?>
 &lt;tomcat-users>
   &lt;role rolename="tomcat"/>
   &lt;role rolename="role1"/>
@@ -57,24 +59,24 @@
   &lt;user username="role1" password="tomcat" roles="role1"/>
   &lt;user username="both" password="tomcat" roles="tomcat,role1"/>
   <strong>&lt;user username="manager" password="manager" roles="manager"/></strong>
-&lt;/tomcat-users></source>
+&lt;/tomcat-users>
+</source>
         </section>
         <section>
             <title>What Now?</title>
-            <p>You are now ready to begin developing Beehive applications. The 
-                following tutorials introduce the basic development cycle:</p>
+            <p>You are now ready to begin developing Beehive applications. The following tutorials introduce the basic development cycle:</p>
             <ul>
                 <li>
-                    <a href="controls/tutorial_controls.html">Controls Tutorial</a>
+                    <a href="site:tutorial_control">Controls Tutorial</a>
                 </li>
                 <li>
-                    <a href="pageflow/tutorial_pageflow.html">Page Flow Tutorial</a>
+                    <a href="site:tutorial_pageflow">Page Flow Tutorial</a>
                 </li>
             </ul>
             <p>You can also begin running the following samples:</p>
             <ul>
                 <li>
-                    <a href="samples/jpetstore.html">Beehive Sample: Petstore</a>
+                    <a href="site:jpetstore">Beehive Sample: Petstore</a>
                 </li>
                 <li>
                     <a href="site:address-enhanced">Web Service Sample: EnhancedAddressBookWS</a>
@@ -83,13 +85,13 @@
             <p>The following application templates will help you get a project started:</p>
             <ul>
                 <li>
-                    <a href="pageflow/sample_netui-blank.html">Page Flow Project Template</a>
+                    <a href="site:netui-blank">Page Flow Project Template</a>
                 </li>
                 <li>
-                    <a href="controls/sample_controls-blank.html">Control Project Template</a>
+                    <a href="site:control-blank">Control Project Template</a>
                 </li>
                 <li>
-                    <a href="wsm/sample_wsm-blank.html">Web Service Project Template</a>
+                    <a href="site:wsm-blank">Web Service Project Template</a>
                 </li>
                 <li>
                     <a href="site:ws-control-blank">Web Service Control Template</a>
@@ -104,13 +106,12 @@
             <p>Note: The <code>.tar.gz</code> distribution files are created using Ant's <code>&lt;tar></code> task (<a class="fork" 
                 href="http://ant.apache.org/manual/CoreTasks/tar.html">http://ant.apache.org/manual/CoreTasks/tar.html</a>). 
                 This generates <code>.tar</code> files that can only be decompressed using a compatible <code>tar</code> utility.</p>
-            <p>Known compatible utilities include: </p>
+            <p>Known compatible utilities include:</p>
             <ul>
                 <li>GNU tar 1.14 (<a class="fork" 
                     href="http://www.gnu.org/software/tar/manual/html_mono/tar.html">http://www.gnu.org/software/tar/manual/html_mono/tar.html</a>)</li>
                 <li>WinZip 8.0</li>
-                <li>Ant's <code>&lt;untar></code> task (<a class="fork" 
-                    href="http://ant.apache.org/manual/CoreTasks/unzip.html">http://ant.apache.org/manual/CoreTasks/unzip.html</a>)</li>
+                <li>Ant's <code>&lt;untar></code> task (<a class="fork" href="http://ant.apache.org/manual/CoreTasks/unzip.html">http://ant.apache.org/manual/CoreTasks/unzip.html</a>)</li>
             </ul>
         </section>
     </body>

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=235748&r1=235747&r2=235748&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:53:41 2005
@@ -108,4 +108,13 @@
         <release_notes label="Release Notes" href="release_notes.html"/>
         <gloss label="Glossary" href="glossary.html"/>
     </docs>
+    <external-refs>
+        <beehive href="http://beehive.apache.org/"/>
+        <beehive-release href="http://cvs.apache.org/">
+            <current href="dist/incubator/beehive/v1.0m1"/>
+        </beehive-release>       
+        <jsr181 href="http://jcp.org/en/jsr/detail?id=181"/>
+        <java5download href="http://java.sun.com/j2se/1.5.0/download.jsp"/>
+        <ant16download href="http://ant.apache.org/bindownload.cgi"/>
+    </external-refs>
 </site>    

Modified: beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/wsm_overview.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/wsm_overview.xml?rev=235748&r1=235747&r2=235748&view=diff
==============================================================================
--- beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/wsm_overview.xml (original)
+++ beehive/trunk/docs/forrest/release/src/documentation/content/xdocs/wsm/wsm_overview.xml Mon Aug 22 09:53:41 2005
@@ -25,7 +25,7 @@
                 that decorate the class and its methods.</p>
             <p><strong>Standards Based</strong></p>
             <p>Beehive web services are based on 
-                the <a class="fork" href="http://jcp.org/en/jsr/detail?id=181">JSR 181</a>
+                the <a class="fork" href="site:jsr181">JSR 181</a>
                 web service standard.  JSR 181 sets out the core annotations used to expose
                 Java classes as web services.</p>
             <p><strong>No expertise with APIs and Deployment Descriptors Required</strong></p>