You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by cl...@apache.org on 2004/08/07 00:20:57 UTC

cvs commit: xml-xmlbeans/website/src/documentation/content/xdocs/community index.xml

cliffs      2004/08/06 15:20:57

  Modified:    website/src/documentation skinconf.xml
               website/src/documentation/content/docs/v2/guide
                        antXmlbean.html
               website/src/documentation/content/xdocs index.xml site.xml
               website/src/documentation/content/xdocs/community index.xml
  Log:
  changed site references to reflect xmlbeans.apache.org; removed a few old incubator references.
  
  Revision  Changes    Path
  1.4       +7 -6      xml-xmlbeans/website/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/src/documentation/skinconf.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- skinconf.xml	18 Jun 2004 22:23:56 -0000	1.3
  +++ skinconf.xml	6 Aug 2004 22:20:56 -0000	1.4
  @@ -69,12 +69,12 @@
   	<disable-xml-link>true</disable-xml-link>
   	<!-- Do we want to disable w3c compliance links? -->
   	<disable-compliance-links>false</disable-compliance-links>
  -	<searchsite-domain>xml.apache.org</searchsite-domain>
  -	<searchsite-name>Apache XML</searchsite-name>
  +	<searchsite-domain>xmlbeans.apache.org</searchsite-domain>
  +	<searchsite-name>Apache XMLBeans</searchsite-name>
   	<!-- mandatory project logo
          skin: XMLBeans-site renders it at the top -->
   	<project-name>XMLBeans</project-name>
  -	<project-url>http://xml.apache.org/xmlbeans/</project-url>
  +	<project-url>http://xmlbeans.apache.org/</project-url>
   	<project-logo>images/project-logo.gif</project-logo>
   	<!-- optional group logo
          skin: XMLBeans-site renders it at the top-left corner -->
  @@ -86,15 +86,16 @@
   	<host-url/>
   	<host-logo/>
   	<!-- The following are used to construct a copyright statement -->
  -	<year>2003</year>
  +	<year>2004</year>
   	<vendor>The Apache Software Foundation.</vendor>
   	<!-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
     want these, set the attributes to blank. The DTD purposefully requires them.
     -->
   	<trail>
   		<link1 name="apache" href="http://www.apache.org/"/>
  -		<link2 name="xml.apache" href="http://xml.apache.org/"/>
  -		<link3 name="xmlbeans" href="http://xml.apache.org/xmlbeans"/>
  +		<link2 name="xmlbeans.apache.org" href="http://xmlbeans.apache.org/"/>
  +		<link3 name="" href=""/>
  +
   	</trail>
   	<!-- Configure how many "section" levels need to be included in the
     generated Table of Contents (TOC). By default, if no toc element is provided
  
  
  
  1.2       +1 -1      xml-xmlbeans/website/src/documentation/content/docs/v2/guide/antXmlbean.html
  
  Index: antXmlbean.html
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/src/documentation/content/docs/v2/guide/antXmlbean.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- antXmlbean.html	6 Aug 2004 02:45:37 -0000	1.1
  +++ antXmlbean.html	6 Aug 2004 22:20:56 -0000	1.2
  @@ -36,7 +36,7 @@
     <p class="notepara"><b>Note:</b> This task depends on an external library not
       included in the Ant distribution called xbean.jar. &nbsp;It can be found in
       the XMLBeans developer kit at <a
  - href="http://xml.apache.org/xmlbeans/" target="_blank">http://xml.apache.org/xmlbeans/</a>.
  + href="http://xmlbeans.apache.org/" target="_blank">http://xmlbeans.apache.org/</a>.
       The build script will need to include a taskdef for xmlbean, which could look
       like this:</p>
   </div>
  
  
  
  1.4       +3 -2      xml-xmlbeans/website/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml	22 Apr 2004 03:17:40 -0000	1.3
  +++ index.xml	6 Aug 2004 22:20:56 -0000	1.4
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "document-v12.dtd">
   <document>
   	<header>
  @@ -56,7 +56,8 @@
   		</section>
   		<section>
   			<title>History</title>
  -			<p>XMLBeans was submitted to Apache by BEA Systems in September 2003 and is currently in the Apache incubation process.  
  +			<p>XMLBeans was submitted to the Apache Incubator and Apache XML projects by BEA Systems in September 2003.  Thanks to the support and guidance of Steven Noels (project sponsor) 
  +			and Ted Leung (project mentor), XMLBeans successfully graduated from incubation in June 2004 to become a top level project and part of the Apache XML federation.     
   			XMLBeans was originally created because of the need seen by developers, in particular David Bau 
   			(<link href="http://nagoya.apache.org/eyebrowse/ReadMsg?listName=xmlbeans-dev@xml.apache.org&amp;msgNo=93">David's about me post</link>),  
   			need for a more XML centric Java binding model that nothing on the market offered.   XMLBeans 1.0 has been successfully used as an underlying technology for several
  
  
  
  1.9       +0 -6      xml-xmlbeans/website/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- site.xml	6 Aug 2004 02:45:43 -0000	1.8
  +++ site.xml	6 Aug 2004 22:20:56 -0000	1.9
  @@ -42,16 +42,10 @@
       </community-tab>
       <project-tab label="Project" href="projectManagement/" tab="project">
           <index href="index.html"/>
  -        <!--
  -        <incubation label="Incubation Exit Criteria" href="index.html#Incubation+Exit+Criteria" description="Exiting from incubation"/>
  -        -->
           <version1 label="About Version 1" href="index.html#XMLBeans+Version+1+Project+Management" description="Read a note on the progress of XMLBeans Version 1"/>
           <version2 label="About Version 2 Plans"
               href="index.html#XMLBeans+Version+2+Project+Management" description="Read information on the progress of XMLBeans Version 2"/>
           <bugs label="Bug Tracking" href="index.html#XMLBeans+Bug+Lists" description="Find or log XMLBeans bugs"/>
  -        <!--
  -        <todo label="To Do" href="http://nagoya.apache.org/wiki/apachewiki.cgi?XMLBeansToDo" description="Read action items, mostly regarding incubation exit criteria"/>
  -        -->
           <!--
           <proposal label="Initial Proposal"
               href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansProposal" description="Read the original XMLBeans project proposal"/>
  
  
  
  1.5       +11 -13    xml-xmlbeans/website/src/documentation/content/xdocs/community/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xmlbeans/website/src/documentation/content/xdocs/community/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml	22 Apr 2004 03:17:40 -0000	1.4
  +++ index.xml	6 Aug 2004 22:20:57 -0000	1.5
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" "http://apache.org/forrest/dtd/document-v12.dtd">
   <document>
   	<header>
  @@ -34,8 +34,6 @@
   		<section>
   			<title>Who we are</title>
   			<p>
  -				<strong>XMLBeans Shepherd:</strong>&nbsp;Ted Leung</p>
  -			<p>
   				<strong>XMLBeans Committers</strong>
   			</p>
   			<table>
  @@ -53,7 +51,7 @@
   					<td>David Bau</td>
   					<td>david.bau@no#spam.google.com</td>
   					<td>
  -						<link href="http://nagoya.apache.org/eyebrowse/ReadMsg?listName=xmlbeans-dev@xml.apache.org&amp;msgNo=93">about me</link>
  +					<link href="http://nagoya.apache.org/eyebrowse/ReadMsg?listName=xmlbeans-dev@xml.apache.org&amp;msgNo=93">about me</link>
   					</td>
   				</tr>
   				<tr>
  @@ -78,27 +76,27 @@
   				</tr>
   				<tr>
   					<td>Cliff Schmidt</td>
  -					<td>cliff.schmidt@n#ospam.bea.com</td>
  +					<td>cliffs.schmidt@n#ospam.bea.com</td>
   					<td>&nbsp;</td>
   				</tr>
   				<tr>
  -					<td>Eric Vasilik</td>
  -					<td>eric.vasilik@nos#pam.bea.com</td>
  +					<td>Dutta Satadip</td>
  +					<td>s-dutta@no#spam.sbcglobal.net</td>
   					<td>&nbsp;</td>
   				</tr>
   				<tr>
  -					<td>Scott Ziegler</td>
  -					<td>scott.ziegler@n#ospam.bea.com</td>
  +					<td>Eric Vasilik</td>
  +					<td>eric.vasilik@nos#pam.bea.com</td>
   					<td>&nbsp;</td>
   				</tr>
   				<tr>
  -					<td>Patrick Calahan</td>
  -					<td>pcal@nosp#am.bea.com</td>
  +					<td>David Waite</td>
  +					<td>&nbsp;</td>
   					<td>&nbsp;</td>
   				</tr>
   				<tr>
  -					<td>Dutta Satadip</td>
  -					<td>s-dutta@no#spam.sbcglobal.net</td>
  +					<td>Scott Ziegler</td>
  +					<td>scott.ziegler@n#ospam.bea.com</td>
   					<td>&nbsp;</td>
   				</tr>
   			</table>
  
  
  

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