You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by he...@apache.org on 2004/07/26 23:41:15 UTC

svn commit: rev 30729 - incubator/beehive/trunk/site/src/documentation/content/xdocs

Author: heathers
Date: Mon Jul 26 14:41:15 2004
New Revision: 30729

Added:
   incubator/beehive/trunk/site/src/documentation/content/xdocs/controls.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/downloads.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/license.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/oscon.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/webservices.xml
Modified:
   incubator/beehive/trunk/site/src/documentation/content/xdocs/faq.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/index.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/mailinglists.xml
   incubator/beehive/trunk/site/src/documentation/content/xdocs/site.xml
Log:


Added: incubator/beehive/trunk/site/src/documentation/content/xdocs/controls.xml
==============================================================================
--- (empty file)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/controls.xml	Mon Jul 26 14:41:15 2004
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Apache Beehive Controls</title>
+</header>
+
+<body>
+
+<p>See</p>
+       <ul><li><fork href="./ControlProgramming.pdf">Controls Programming (pdf)</fork>.</li></ul>
+       		<p>or</p>
+       <ul>
+	  <li><link href="./ControlsOverview.html">Controls Overview</link> and</li>
+	  <li><link href="./ControlsProgramming.html">Controls Programming</link></li>
+       </ul>
+
+</body>
+    
+<footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004, Apache Software Foundation
+	</legal>
+</footer>
+
+</document>
\ No newline at end of file

Added: incubator/beehive/trunk/site/src/documentation/content/xdocs/downloads.xml
==============================================================================
--- (empty file)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/downloads.xml	Mon Jul 26 14:41:15 2004
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Apache Beehive - Downloads</title>
+</header>
+
+<body>
+
+<section>
+<title>Source Archives</title>
+      <p>Beehive is still rather new, so we don't have daily source drops yet.  We are currently working
+      on getting some form of daily builds.  When that happens, there should be a place to download the source for
+      the most recent daily build.<br />  For right now, if you want source, you can either download a recent snapshot
+      of source (Revision 30718) or get it from the Subversion repository (directions below).  Once you've obtained a copy
+      of the source from an archive or from SVN, simply follow the instructions in BUILDING.txt.
+      <br /><br /></p>
+      
+      <ul>
+        <li><link href="http://cvs.apache.org/dist/incubator/beehive/src/incubating-beehive-20040726-30718.tar.gz">incubating-beehive-20040726-30718.tar.gz</link></li>
+        <li><link href="http://cvs.apache.org/dist/incubator/beehive/src/incubating-beehive-20040726-30718.zip">incubating-beehive-20040726-30718.zip</link></li>
+      </ul>
+</section>
+
+<section>
+      <title>Getting Source from SVN</title>
+	<ol>
+	    <li>Download Subversion from <link href="http://subversion.tigris.org/">http://subversion.tigris.org/ </link></li>
+	    <li>In the specified directory say "beehive" run the svn client <br/>
+	        <code>svn checkout http://svn.apache.org/repos/asf/incubator/beehive/</code></li>
+	</ol>
+</section>
+
+</body>
+    
+<footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004, Apache Software Foundation
+	</legal>
+</footer>
+
+</document>
\ No newline at end of file

Modified: incubator/beehive/trunk/site/src/documentation/content/xdocs/faq.xml
==============================================================================
--- incubator/beehive/trunk/site/src/documentation/content/xdocs/faq.xml	(original)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/faq.xml	Mon Jul 26 14:41:15 2004
@@ -4,7 +4,7 @@
 <document>
 
 <header>
-    <title>Apache Beehive - </title>
+    <title>Apache Beehive FAQ</title>
 </header>
 
 <body>
@@ -24,7 +24,7 @@
       <dl>
         <dt>What is Beehive?</dt>
         <dd><anchor id="what-is" /> Beehive is a programming model built on J2EE that is meant to simplify 
-          building Web Applications. See the <link href="index.html">overview</link>for more info.</dd>
+          building Web Applications. See the <link href="index.html">overview</link> for more info.</dd>
       </dl>
       <dl>
         <dt>What are annotations?</dt>
@@ -32,14 +32,15 @@
           in JDK 1.5. They allow you to add metadata to objects that live outside 
           of ordinary programmatic flow control. These are used for setting properties 
           on components that the container is then able to make sense of. For 
-          more information on annotation in java see <link href="http://jcp.org/en/jsr/detail?id=175">JSR 175</link></dd>
+          more information on annotation in java see <fork href="http://jcp.org/en/jsr/detail?id=175">JSR 175</fork></dd>
       </dl>
       <dl>
         <dt>What are controls?</dt>
         <dd><anchor id="controls" /> Controls are the new component model in Beehive. They are based on 
           regular JavaBeans, with an enhanced authoring model, an extensibility 
           model, and a configuration model using JSR 175 annotations. To find 
-          out more about controls look at <link href="./ControlProgramming.pdf">Controls Programming (pdf)</link>.</dd>
+          out more about controls look at
+	  <link href="./Controls.html">Controls</link>.</dd>
       </dl>
  </section>
  

Modified: incubator/beehive/trunk/site/src/documentation/content/xdocs/index.xml
==============================================================================
--- incubator/beehive/trunk/site/src/documentation/content/xdocs/index.xml	(original)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/index.xml	Mon Jul 26 14:41:15 2004
@@ -28,8 +28,8 @@
      <title>News</title>
      <anchor id="News"></anchor>
      <ul>
-       <li>Subscribe now to the -dev or -user mailing lists for Beehive.  See the <link href="mailinglists.html">Mailing Lists</link> for subscription and archive infomation.</li>
-       <li>This is a temporary Web site.  The complete Forrest-based site should be ready by mid-July.</li>
+       <li>See Beehive at <link href="oscon.html">OSCON</link> July 26-30, 2004.</li>
+       <li>Would you like to contribute?  Subscribe now to the -dev, -user or -commits mailing lists for Beehive.  See the <link href="mailinglists.html">Mailing Lists</link> for subscription and archive infomation.</li>
      </ul>
     </section>
     

Added: incubator/beehive/trunk/site/src/documentation/content/xdocs/license.xml
==============================================================================
--- (empty file)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/license.xml	Mon Jul 26 14:41:15 2004
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>The Apache License</title>
+</header>
+
+<body>
+    <p> See the <fork href="http://www.apache.org/licenses/LICENSE-2.0">License</fork> for license infomation.</p>
+</body>
+
+<footer>
+    <legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004, Apache Software Foundation
+    </legal>
+</footer>
+
+</document>

Modified: incubator/beehive/trunk/site/src/documentation/content/xdocs/mailinglists.xml
==============================================================================
--- incubator/beehive/trunk/site/src/documentation/content/xdocs/mailinglists.xml	(original)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/mailinglists.xml	Mon Jul 26 14:41:15 2004
@@ -19,13 +19,22 @@
           <td><link href="mailto:beehive-user@incubator.apache.org"> Beehive Users List</link></td>
           <td><link href="mailto:beehive-user-subscribe@incubator.apache.org"> Subscribe</link></td>
           <td><link href="mailto:beehive-user-unsubscribe@incubator.apache.org"> Unsubscribe</link></td>
-          <td><link href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=beehive-user@incubator.apache.org"> Archives</link></td>
+          <td><fork href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=beehive-user@incubator.apache.org"> Archives</fork></td>
         </tr>
         <tr>
           <td><link href="mailto:beehive-dev@incubator.apache.org"> Beehive Developer List</link></td>
           <td><link href="mailto:beehive-dev-subscribe@incubator.apache.org"> Subscribe</link></td>
           <td><link href="mailto:beehive-dev-unsubscribe@incubator.apache.org"> Unsubscribe</link></td>
-          <td><link href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=beehive-dev@incubator.apache.org"> Archives</link></td>
+          <td><fork href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=beehive-dev@incubator.apache.org"> Archives</fork></td>
+        </tr>
+        <tr>
+          <td><link href="mailto:beehive-commits@incubator.apache.org"> Beehive SVN/Wiki Change List</link></td>
+          <td><link href="mailto:beehive-commits-subscribe@incubator.apache.org"> Subscribe</link></td>
+          <td><link href="mailto:beehive-commits-unsubscribe@incubator.apache.org"> Unsubscribe</link></td>
+          <td><fork href="http://nagoya.apache.org/eyebrowse/SummarizeList?listName=beehive-commits@incubator.apache.org"> Archives</fork></td>
+        </tr>
+	<tr>
+          <td><link href="mailto:beehive-ppmc@incubator.apache.org"> Beehive PPMC List</link></td>
         </tr>
       </table>
     </section>

Added: incubator/beehive/trunk/site/src/documentation/content/xdocs/oscon.xml
==============================================================================
--- (empty file)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/oscon.xml	Mon Jul 26 14:41:15 2004
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Beehive at OSCON</title>
+</header>
+
+<body>
+    
+    <p> See <fork href="http://conferences.oreillynet.com/cs/os2004/view/e_sess/5760">Beehive at OSCON</fork> 
+    on July 29th!  Apache committer Cliff Schmidt (BEA) will give a presentation on Beehive at OSCON in the 
+    Portland room at 5:20pm Thursday, 7/29/04.  The talk is sponsored by BEA and part of the Products 
+    &amp; Services vendor track talk.  However Cliff promises you won't hear the vendor's name mentioned once.  
+    If they slip up and say &quot;BEA&quot;, everybody will get something fun to take home with them, courtesy 
+    of said vendor.</p>
+
+</body>
+    
+<footer>
+	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004, Apache Software Foundation
+	</legal>
+</footer>
+
+</document>

Modified: incubator/beehive/trunk/site/src/documentation/content/xdocs/site.xml
==============================================================================
--- incubator/beehive/trunk/site/src/documentation/content/xdocs/site.xml	(original)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/site.xml	Mon Jul 26 14:41:15 2004
@@ -3,13 +3,14 @@
 
   <about label="Beehive">
     <index label="Welcome" href="index.html" />
-    <license label="License" href="http://www.apache.org/licenses/LICENSE-2.0" />
+    <license label="License" href="license.html" />
+    <downloads label="Downloads" href="downloads.html" />
   </about>
 
   <documentation label="Documentation">
     <faq label="FAQ" href="faq.html" />
-    <controlprogramming label="Controls Programming (pdf)" href="ControlProgramming.pdf" />
-    <jsr181 label="Web Services (JSR 181)" href="http://jcp.org/en/jsr/detail?id=181" />
+    <controlprogramming label="Controls" href="controls.html" />
+    <jsr181 label="Web Services (JSR 181)" href="webservices.html" />
   </documentation>
 
   <community label="Community">

Added: incubator/beehive/trunk/site/src/documentation/content/xdocs/webservices.xml
==============================================================================
--- (empty file)
+++ incubator/beehive/trunk/site/src/documentation/content/xdocs/webservices.xml	Mon Jul 26 14:41:15 2004
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
+
+<document>
+
+<header>
+    <title>Apache Beehive Web Services</title>
+</header>
+
+<body>
+
+<p>See <fork href="http://jcp.org/en/jsr/detail?id=181">JSR 181</fork> for more information</p>
+
+</body>
+    
+<footer>
+    	<legal>Java, J2EE, and JCP are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.<br />
+	&copy; 2004, Apache Software Foundation
+	</legal>
+</footer>
+
+</document>
\ No newline at end of file