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/06/07 18:10:04 UTC

svn commit: r188808 - /incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/index.xml

Author: ekoneil
Date: Tue Jun  7 09:10:03 2005
New Revision: 188808

URL: http://svn.apache.org/viewcvs?rev=188808&view=rev
Log:
Updates to the index.xml file which generates the Beehive website's index.html / pdf pages.



Modified:
    incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/index.xml

Modified: incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/index.xml?rev=188808&r1=188807&r2=188808&view=diff
==============================================================================
--- incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/index.xml (original)
+++ incubator/beehive/branches/v1/m1/docs/forrest/src/documentation/content/xdocs/index.xml Tue Jun  7 09:10:03 2005
@@ -1,99 +1,96 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
-	"http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
-	<header>
-		<title>Beehive</title>
-	</header>
-	<body>
-		<section>
-			<title>What is Beehive?</title>
-			<anchor id="what"/>
-			<p> Welcome to Beehive! Our goal is to make J2EE programming easier 
-				by building a simple object model on J2EE and Struts. Using the 
-				new JSR-175 and JSR-181 metadata annotations, Beehive reduces 
-				the coding necessary for J2EE. The initial Beehive project has 
-				three pieces.</p>
-			<ul>
+    <header>
+        <title>Beehive</title>
+    </header>
+    <body>
+        <section>
+            <title>What is Beehive?</title>
+            <anchor id="what"/>
+            <p> Welcome to Beehive! Our goal is to make J2EE programming easier 
+                by building a simple object model on J2EE and Struts. Using the 
+                new JSR-175 and JSR-181 metadata annotations, Beehive reduces 
+                the coding necessary for J2EE. The initial Beehive project has 
+                three pieces.</p>
+            <ul>
                 <li>NetUI Page Flow &#8211; An annotation-driven web application framework built 
-					on Struts that centralizes navigation logic/metadata/state in <em>reusable,
+                    on Struts that centralizes navigation logic/metadata/state in <em>reusable,
                     encapsulated</em> "page flow" controller classes.  It provides an integrated
                     set of JSP tags, as well as first-class integration with JavaServer Faces and
                     with raw Struts.</li>
-				<li> Controls &#8211; Lightweight component framework that 
-					helps programmers build components that incorporate 
-					metadata into their programming model. This project comes 
-					with a few pre-made controls as well, for example, see the 
-					<a href="controls/sample_controls-db.html">Database Control 
-					Sample</a>.</li>
-				<li>Web Services &#8211; An implementation of JSR-181, an 
-					annotation-driven programming model for web services.</li>
-			</ul>
-		</section>
-		<section id="docs">
-			<title>Documentation</title>
-			<p><a href="docs/index.html">Beehive 1.0 Documentation</a></p>
-			<p><strong>Note:</strong> the documentation provided here is intended to
-				be used with Beehive binary distributions; 
-				it is <em>not</em> intended for use with
-				the Beehive source.</p>
-		</section>
-		<section id="news">
-			<title>News</title>
-			<ul>
-				<li><strong>05/05/2005</strong>: Nightly builds are now available at <a href="http://cvs.apache.org/dist/incubator/beehive/nightlies/">http://cvs.apache.org/dist/incubator/beehive/nightlies/</a></li>
-                <li>The Beehive Beta <a href="http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/">distribution</a> is now available!</li>
-				<li>Beehive has a <a class="fork" 
-					href="http://wiki.apache.org/beehive">wiki</a>.</li>
-				<li>Bugs or feature requests can be filed in our issue tracking system: <a class="fork" 
-					href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10570">jira</a>.</li>
-				<li><a class="fork" 
-					href="http://www.eclipse.org/pollinate/">Pollinate</a> is 
-					an Eclipse technology project building an IDE for the 
-					Beehive Framework. </li>
-			</ul>
-		</section>
-        <section id="beehive2">
-            <title>Beehive 2.0 Planning</title>
-            <p><strong>Beehive 2.0 planning is in progress!</strong>  We want your ideas on features
-                or capabilities for our next version.  Help Beehive continue to deliver on our promise to make Enterprise App Development easier, and to continue to act as an effective bridge between simple, toolable metadata-driven abstractions and the more complex runtime machinery required to make the abstractions fly! 
-            </p>
-            <p>Please participate by:</p>
-            <ul>
-                <li>Sending your ideas to the <a href="mailto:beehive-user@incubator.apache.org">beehive-user@incubator.apache.org</a> mailing list.  This is the ideal forum for discussion of new ideas -- <a href="mailinglists.html">subscribe</a> and join in!  Please preface the subject of your message with <code>"[Feature Idea]"</code> and include a
-                    short description of the feature and its benefits.</li>
-                <li>Add your idea to the <a href="http://wiki.apache.org/beehive/WishList">Beehive WishList</a>.  Anyone
-                    can add an entry, simply click "Login" and enter your name and contact info.  Please use
-                    the wiki only to list ideas -- discussion should take place on the <a href="mailinglists.html">
-                    mailing lists</a>.</li>
+                <li> Controls &#8211; Lightweight component framework that 
+                    helps programmers build components that incorporate 
+                    metadata into their programming model. This project comes 
+                    with a few pre-made controls as well, for example, see the 
+                    <a href="controls/sample_controls-db.html">Database Control 
+                    Sample</a>.</li>
+                <li>Web Services &#8211; An implementation of <a href="http://www.jcp.org/en/jsr/detail?id=181">JSR-181</a>, an 
+                    annotation-driven programming model for web services.</li>
             </ul>
         </section>
-		<section id="links">
-			<title>Links</title>
-			<p>
-				<a href="downloads.html">Download Page</a>
-			</p>
-			<p>
-				<a href="http://wiki.apache.org/beehive">Beehive Wiki</a>
-			</p>
-			<p>
-				<a 
-					href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10570">
-					 Jira</a>
-			</p>
-			<p>
-				<a href="http://www.eclipse.org/pollinate/"> Pollinate</a>
-			</p>
-			<p>
-				<a 
-					href="http://svn.apache.org/repos/asf/incubator/beehive/trunk">
-					 Browse SVN</a>
-			</p>
-		</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>
+<section id="docs">
+<title>Documentation</title>
+    <p>
+    <a href="docs/index.html">Beehive 1.0 Documentation</a>
+    </p>
+    <p>
+    <strong>Note:</strong> the documentation provided here is intended to be used with Beehive
+    binary distributions; it is <em>not</em> intended for use with Beehive source from SVN.
+    </p>
+</section>
+<section id="news">
+    <title>News</title>
+    <ul>
+        <li>
+            <strong>06/06/2005</strong>: Beehive 1.0m1 is <a href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/">available</a>
+        </li>
+        <li><strong>05/05/2005</strong>: Nightly builds are now available at 
+            <a href="http://cvs.apache.org/dist/incubator/beehive/nightlies/">http://cvs.apache.org/dist/incubator/beehive/nightlies/</a>
+        </li>
+        <li>03/28/2005: Beehive 1.0-beta is <a href="http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/">available</a></li>
+        <li>Beehive has a <a class="fork" href="http://wiki.apache.org/beehive">wiki</a>.</li>
+        <li>Bugs or feature requests can be filed in <a class="fork" href="http://issues.apache.org/jira/browse/BEEHIVE">JIRA</a>.</li>
+        <li>
+            <a class="fork" href="http://www.eclipse.org/pollinate/">Pollinate</a> is an Eclipse technology project building an IDE for the Beehive Framework.
+        </li>
+    </ul>
+</section>
+<section id="beehive2">
+  <title>Beehive 2.0 Planning</title>
+  <p>
+    <strong>Beehive 2.0 planning is in progress!</strong>  We want your ideas on features or capabilities for our next version.  Help Beehive continue to deliver on our promise to make Enterprise App Development easier, and to continue to act as an effective bridge between simple, toolable metadata-driven abstractions and the more complex runtime machinery required to make the abstractions fly! 
+  </p>
+  <p>Please participate by:</p>
+  <ul>
+    <li>Downloading the latest Beehive release from <a href="http://cvs.apache.org/dist/incubator/beehive/v1.0m1/">here</a> and contributing patches to fix bugs or add new features!</li>
+    <li>Sending your ideas to the <a href="mailto:beehive-user@incubator.apache.org">beehive-user@incubator.apache.org</a> mailing list.  This is the ideal forum for discussion of new ideas -- <a href="mailinglists.html">subscribe</a> and join in!  Please preface the subject of your message with <code>"[Feature Idea]"</code> and include a short description of the feature and its benefits.
+    </li>
+    <li>Add your idea to the <a href="http://wiki.apache.org/beehive/WishList">Beehive WishList</a>.  Anyone can add an entry, simply click "Login" and enter your name and contact info.  Please use the wiki only to list ideas -- discussion should take place on the <a href="mailinglists.html">mailing lists</a>.
+    </li>
+  </ul>
+</section>
+<section id="links">
+<title>Links</title>
+<p>
+  <a href="downloads.html">Download Page</a>
+</p>
+<p>
+  <a href="http://wiki.apache.org/beehive">Beehive Wiki</a>
+</p>
+<p>
+  <a href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10570">JIRA</a>
+</p>
+<p>
+  <a href="http://www.eclipse.org/pollinate/">Pollinate</a>
+</p>
+<p>
+  <a href="http://svn.apache.org/repos/asf/incubator/beehive/trunk">Browse Source in SVN</a>
+</p>
+</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-2005, Apache Software Foundation. 
+</legal>
+</footer>
 </document>