You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ra...@apache.org on 2005/01/19 01:26:10 UTC

svn commit: r125574 - in xmlbeans/site: build/site build/site/documentation build/site/projectManagement src/documentation/content/xdocs src/documentation/content/xdocs/documentation src/documentation/content/xdocs/projectManagement

Author: radup
Date: Tue Jan 18 16:26:08 2005
New Revision: 125574

URL: http://svn.apache.org/viewcvs?view=rev&rev=125574
Log:
Update the website, remove references to nagoya Wiki.

Modified:
   xmlbeans/site/build/site/documentation/index.html
   xmlbeans/site/build/site/documentation/index.pdf
   xmlbeans/site/build/site/index.html
   xmlbeans/site/build/site/index.pdf
   xmlbeans/site/build/site/news.html
   xmlbeans/site/build/site/news.pdf
   xmlbeans/site/build/site/projectManagement/index.html
   xmlbeans/site/build/site/projectManagement/index.pdf
   xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml
   xmlbeans/site/src/documentation/content/xdocs/index.xml
   xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml
   xmlbeans/site/src/documentation/content/xdocs/site.xml

Modified: xmlbeans/site/build/site/documentation/index.html
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/documentation/index.html?view=diff&rev=125574&p1=xmlbeans/site/build/site/documentation/index.html&r1=125573&p2=xmlbeans/site/build/site/documentation/index.html&r2=125574
==============================================================================
--- xmlbeans/site/build/site/documentation/index.html	(original)
+++ xmlbeans/site/build/site/documentation/index.html	Tue Jan 18 16:26:08 2005
@@ -247,10 +247,9 @@
                     Version 1 FAQ</a>
             
 </p>
-<p>For a early explanation of what XMLBeans is all about, see <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation">XMLBeans Explanation</a>.</p>
 </div>
         
-<a name="N1002F"></a><a name="XMLBeans+Version+1+User+Documentation"></a>
+<a name="N10028"></a><a name="XMLBeans+Version+1+User+Documentation"></a>
 <h3>XMLBeans Version 1 User Documentation</h3>
 <div style="margin-left: 0 ; border: 2px">
 <ul>
@@ -324,7 +323,7 @@
 </ul>
 </div>
         
-<a name="N1007F"></a><a name="XMLBeans+JavaDoc"></a>
+<a name="N10078"></a><a name="XMLBeans+JavaDoc"></a>
 <h3>XMLBeans JavaDoc</h3>
 <div style="margin-left: 0 ; border: 2px">
 <ul>
@@ -344,7 +343,7 @@
 </ul>
 </div>
         
-<a name="N10097"></a><a name="Wiki+Pages"></a>
+<a name="N10090"></a><a name="Wiki+Pages"></a>
 <h3>Wiki Pages</h3>
 <div style="margin-left: 0 ; border: 2px">
 <p>Have an idea for a sample you'd like to see? Looking for ideas for a sample you'd

Modified: xmlbeans/site/build/site/documentation/index.pdf
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/documentation/index.pdf?view=diff&rev=125574&p1=xmlbeans/site/build/site/documentation/index.pdf&r1=125573&p2=xmlbeans/site/build/site/documentation/index.pdf&r2=125574
==============================================================================
Binary files. No diff available.

Modified: xmlbeans/site/build/site/index.html
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/index.html?view=diff&rev=125574&p1=xmlbeans/site/build/site/index.html&r1=125573&p2=xmlbeans/site/build/site/index.html&r2=125574
==============================================================================
--- xmlbeans/site/build/site/index.html	(original)
+++ xmlbeans/site/build/site/index.html	Tue Jan 18 16:26:08 2005
@@ -185,10 +185,6 @@
 <li>
 <a href="samples/index.html" title="See a list of samples for download.">Samples</a>
 </li>
-            
-<li>
-<a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation" title="Read about the rationale for XMLBeans">An Explanation</a>
-</li>
         
 </ul>
 </li>
@@ -301,8 +297,8 @@
 			expect when working with Java.  While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also
 			API's that allow you access to the full XML infoset (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to <em>reflect</em> into the XML schema
 			itself through an XML Schema Object model.</p>
-<p>For more details on XMLBeans see the <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation">XMLBeans Explanation</a> Wiki page. 
-			As well as the XMLBeans documentation (see the Documentation tab on this website as well as the docs directory in the XMLBeans Source).</p>
+<p>For more details on XMLBeans see the <a href="http://wiki.apache.org/xmlbeans">XMLBeans Wiki pages</a> or 
+			the XMLBeans documentation (the Documentation tab on this website).</p>
 <a name="N10039"></a><a name="What+makes+XMLBeans+Different"></a>
 <h4>What makes XMLBeans Different</h4>
 <div style="margin-left: 0 ; border: 2px">
@@ -371,11 +367,8 @@
 <p>The future of XMLBeans is exciting and you are invited to contribute.  XMLBeans Version 1 is a great, stable technology that will continue to 
 			improve going forward.  Its emphasis on full support for XML Schema and the XML Infoset along with it's performance
 			charactaristics make it a great choice for in-memory XML-Java programming. </p>
-<p>Work has begun on planning XMLBeans 2.0.  At this point it appears that the major emphasis for XMLBeans 2.0 are new use cases that expand
-			the breadth of XMLBeans.  The observation is that XML-Java binding occurs in situations that XMLBeans could be optimized for, areas
-			such as Web Services (XMLBeans works well now in many Web Services situations) and Java to XML Schema scenarios .  
-			See the <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansRoadMap">XMLBeans Roadmap</a> and the 
-			<a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansFeaturePlan">XMLBeans Feature Plan</a> wiki page for
+<p>A lot of work has been put into XMLBeans 2.0, which is now close to the official beta release. XMLBeans 2.0 expands upon XMLBeans V1 offering better performance and new features throughout.
+			See the <a href="http://wiki.apache.org/xmlbeans/V2Features">XMLBeans V2 Features</a> wiki page for
 			more information.  XMLBeans is actively looking for contributors and committers so, if you are interested, please join in.</p>
 </div>
 		<!-- 

Modified: xmlbeans/site/build/site/index.pdf
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/index.pdf?view=diff&rev=125574&p1=xmlbeans/site/build/site/index.pdf&r1=125573&p2=xmlbeans/site/build/site/index.pdf&r2=125574
==============================================================================
Binary files. No diff available.

Modified: xmlbeans/site/build/site/news.html
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/news.html?view=diff&rev=125574&p1=xmlbeans/site/build/site/news.html&r1=125573&p2=xmlbeans/site/build/site/news.html&r2=125574
==============================================================================
--- xmlbeans/site/build/site/news.html	(original)
+++ xmlbeans/site/build/site/news.html	Tue Jan 18 16:26:08 2005
@@ -185,10 +185,6 @@
 <li>
 <a href="samples/index.html" title="See a list of samples for download.">Samples</a>
 </li>
-            
-<li>
-<a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation" title="Read about the rationale for XMLBeans">An Explanation</a>
-</li>
         
 </ul>
 </li>

Modified: xmlbeans/site/build/site/news.pdf
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/news.pdf?view=diff&rev=125574&p1=xmlbeans/site/build/site/news.pdf&r1=125573&p2=xmlbeans/site/build/site/news.pdf&r2=125574
==============================================================================
Binary files. No diff available.

Modified: xmlbeans/site/build/site/projectManagement/index.html
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/projectManagement/index.html?view=diff&rev=125574&p1=xmlbeans/site/build/site/projectManagement/index.html&r1=125573&p2=xmlbeans/site/build/site/projectManagement/index.html&r2=125574
==============================================================================
--- xmlbeans/site/build/site/projectManagement/index.html	(original)
+++ xmlbeans/site/build/site/projectManagement/index.html	Tue Jan 18 16:26:08 2005
@@ -166,10 +166,6 @@
 <a href="../projectManagement/index.html#XMLBeans+Bug+Lists" title="Find or log XMLBeans bugs">Bug Tracking</a>
 </li>
         
-        
-<li>
-<a href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansRoadMap" title="Read ideas for future evolution">XMLBeans Road Map</a>
-</li>
     
 </ul>
 </li>
@@ -226,8 +222,8 @@
 <a name="N10016"></a><a name="XMLBeans+Version+2+Project+Management"></a>
 <h3>XMLBeans Version 2 Project Management</h3>
 <div style="margin-left: 0 ; border: 2px">
-<p>You can find information about XMLBeans 2.0 planning at  <a href="http://wiki.apache.org/xmlbeans/V2Features">XMLBeans Feature Plan</a> 
-			if you want to provide ideas or feedback on this planning it is best to post it to either dev@xmlbeans.apache.org or
+<p>You can find information about XMLBeans 2.0 features at  <a href="http://wiki.apache.org/xmlbeans/V2Features">XMLBeans V2 Features</a>. 
+			If you want to provide ideas or feedback on this, post it to either dev@xmlbeans.apache.org or
 			user@xmlbeans.apache.org.</p>
 </div>
 		

Modified: xmlbeans/site/build/site/projectManagement/index.pdf
Url: http://svn.apache.org/viewcvs/xmlbeans/site/build/site/projectManagement/index.pdf?view=diff&rev=125574&p1=xmlbeans/site/build/site/projectManagement/index.pdf&r1=125573&p2=xmlbeans/site/build/site/projectManagement/index.pdf&r2=125574
==============================================================================
Binary files. No diff available.

Modified: xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml
Url: http://svn.apache.org/viewcvs/xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml?view=diff&rev=125574&p1=xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml&r1=125573&p2=xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml&r2=125574
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml	(original)
+++ xmlbeans/site/src/documentation/content/xdocs/documentation/index.xml	Tue Jan 18 16:26:08 2005
@@ -15,8 +15,6 @@
             <p>Visit the Wiki <link href="http://wiki.apache.org/xmlbeans/XmlBeansV1Faq">XMLBeans
                     Version 1 FAQ</link>
             </p>
-            <p>For a early explanation of what XMLBeans is all about, see <link
-                    href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation">XMLBeans Explanation</link>.</p>
         </section>
         <section>
             <title>XMLBeans Version 1 User Documentation</title>

Modified: xmlbeans/site/src/documentation/content/xdocs/index.xml
Url: http://svn.apache.org/viewcvs/xmlbeans/site/src/documentation/content/xdocs/index.xml?view=diff&rev=125574&p1=xmlbeans/site/src/documentation/content/xdocs/index.xml&r1=125573&p2=xmlbeans/site/src/documentation/content/xdocs/index.xml&r2=125574
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/index.xml	(original)
+++ xmlbeans/site/src/documentation/content/xdocs/index.xml	Tue Jan 18 16:26:08 2005
@@ -19,8 +19,8 @@
 			expect when working with Java.  While a major use of XMLBeans is to access your XML instance data with strongly typed Java classes there are also
 			API's that allow you access to the full XML infoset (XMLBeans keeps full XML Infoset fidelity) as well as to allow you to <em>reflect</em> into the XML schema
 			itself through an XML Schema Object model.</p>
-			<p>For more details on XMLBeans see the <link href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation">XMLBeans Explanation</link> Wiki page. 
-			As well as the XMLBeans documentation (see the Documentation tab on this website as well as the docs directory in the XMLBeans Source).</p>
+			<p>For more details on XMLBeans see the <link href="http://wiki.apache.org/xmlbeans">XMLBeans Wiki pages</link> or 
+			the XMLBeans documentation (the Documentation tab on this website).</p>
 			<section>
 				<title>What makes XMLBeans Different</title>
 				<p>There are at least two major things that make XMLBeans unique from other XML-Java binding options.</p>
@@ -72,11 +72,8 @@
 			<p>The future of XMLBeans is exciting and you are invited to contribute.  XMLBeans Version 1 is a great, stable technology that will continue to 
 			improve going forward.  Its emphasis on full support for XML Schema and the XML Infoset along with it's performance
 			charactaristics make it a great choice for in-memory XML-Java programming. </p>
-			<p>Work has begun on planning XMLBeans 2.0.  At this point it appears that the major emphasis for XMLBeans 2.0 are new use cases that expand
-			the breadth of XMLBeans.  The observation is that XML-Java binding occurs in situations that XMLBeans could be optimized for, areas
-			such as Web Services (XMLBeans works well now in many Web Services situations) and Java to XML Schema scenarios .  
-			See the <link href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansRoadMap">XMLBeans Roadmap</link> and the 
-			<link href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansFeaturePlan">XMLBeans Feature Plan</link> wiki page for
+			<p>A lot of work has been put into XMLBeans 2.0, which is now close to the official beta release. XMLBeans 2.0 expands upon XMLBeans V1 offering better performance and new features throughout.
+			See the <link href="http://wiki.apache.org/xmlbeans/V2Features">XMLBeans V2 Features</link> wiki page for
 			more information.  XMLBeans is actively looking for contributors and committers so, if you are interested, please join in.</p>
 		</section>
 		<!-- 

Modified: xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml
Url: http://svn.apache.org/viewcvs/xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml?view=diff&rev=125574&p1=xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml&r1=125573&p2=xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml&r2=125574
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml	(original)
+++ xmlbeans/site/src/documentation/content/xdocs/projectManagement/index.xml	Tue Jan 18 16:26:08 2005
@@ -11,8 +11,8 @@
 		</section>
 		<section>
 			<title>XMLBeans Version 2 Project Management</title>
-			<p>You can find information about XMLBeans 2.0 planning at  <link href="http://wiki.apache.org/xmlbeans/V2Features">XMLBeans Feature Plan</link> 
-			if you want to provide ideas or feedback on this planning it is best to post it to either dev@xmlbeans.apache.org or
+			<p>You can find information about XMLBeans 2.0 features at  <link href="http://wiki.apache.org/xmlbeans/V2Features">XMLBeans V2 Features</link>. 
+			If you want to provide ideas or feedback on this, post it to either dev@xmlbeans.apache.org or
 			user@xmlbeans.apache.org.</p>
 		</section>
 		<section>

Modified: xmlbeans/site/src/documentation/content/xdocs/site.xml
Url: http://svn.apache.org/viewcvs/xmlbeans/site/src/documentation/content/xdocs/site.xml?view=diff&rev=125574&p1=xmlbeans/site/src/documentation/content/xdocs/site.xml&r1=125573&p2=xmlbeans/site/src/documentation/content/xdocs/site.xml&r2=125574
==============================================================================
--- xmlbeans/site/src/documentation/content/xdocs/site.xml	(original)
+++ xmlbeans/site/src/documentation/content/xdocs/site.xml	Tue Jan 18 16:26:08 2005
@@ -61,9 +61,9 @@
         <!--
         <proposal label="Initial Proposal"
             href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansProposal" description="Read the original XMLBeans project proposal"/>
-        -->
         <roadmap label="XMLBeans Road Map"
             href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansRoadMap" description="Read ideas for future evolution"/>
+        -->
     </project-tab>
     <resources-tab label="Resources" href="resources/" tab="resources">
         <index href="index.html"/>
@@ -82,8 +82,6 @@
             <userdoc label="V1 Javadoc" href="docs/reference/index.html" description="Look over references."/>
             <userdoc label="V2 Javadoc" href="docs/v2/reference/index.html" description="Look over references."/>
             <sample label="Samples" href="samples/index.html" description="See a list of samples for download."/>
-            <explanation label="An Explanation"
-                href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansExplanation" description="Read about the rationale for XMLBeans"/>
         </learn>
         <download label="Get XMLBeans">
             <releases label="Releases"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org