You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlbeans-cvs@xml.apache.org by da...@apache.org on 2004/06/14 21:52:19 UTC

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

daveremy    2004/06/14 12:52:19

  Modified:    website/src/documentation/content/xdocs site.xml
  Log:
  Adding Improved Installation Doc
  
  Revision  Changes    Path
  1.3       +68 -67    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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site.xml	30 Sep 2003 16:49:30 -0000	1.2
  +++ site.xml	14 Jun 2004 19:52:19 -0000	1.3
  @@ -1,67 +1,68 @@
  -<?xml version="1.0"?>
  -<!--
  -Forrest site.xml
  -
  -This file contains an outline of the site's information content.  It is used to:
  -- Generate the website menus (though these can be overridden - see docs)
  -- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
  -<link href="site:changes"> links to changes.html (or ../changes.html if in
  -  subdir).
  -- Provide aliases for external URLs in the external-refs section.  Eg, <link
  -  href="ext:cocoon"> links to http://xml.apache.org/cocoon/ 
  -
  -See http://xml.apache.org/forrest/linking.html for more info
  --->
  -<site label="XMLBeans" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
  -	<about label="About">
  -		<index label="Overview" href="index.html" description="Welcome to XMLBeans"/>
  -		<newsAndEvents label="News and Events" href="index.html#News+and+events" description="XMLBeans News and Events"/>
  -		<proposal label="Proposal" href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansProposal" description="The original XMLBeans Project Proposal"/>
  -		<todo label="To Do" href="http://nagoya.apache.org/wiki/apachewiki.cgi?XMLBeansToDo" description="Action items, mostly regarding incubation exit criteria"/>
  -		<!--
  -		<all_site label="Full HTML" href="site.html" />
  -		<all_sitePDF label="Full PDF" href="site.pdf" />
  -		-->
  -	</about>
  -	<sourceAndBinaries label="Source and Binaries" href="sourceAndBinaries/" tab="sourceAndBinaries">
  -		<version1 label="Version 1 Binaries and Dev Kit" href="index.html#XMLBeans Version 1 Binary and Development Kit" description="XMLBeans Development Kit provides binaries as well as utilities and doc"/>
  -		<source label="Source Access" href="index.html#XMLBeans+Source" description="Information on getting XMLBeans source"/>
  -	</sourceAndBinaries>
  -	<documentation label="Documentation" href="documentation/" tab="documentation">
  -		<faq label="XMLBeans FAQ" href="index.html#FAQ" description="XMLBeans Frequently Asked Questions"/>
  -		<userdoc label="Version 1 User Documentation" href="index.html#XMLBeans+Version+1+User+Documentation" description="XMLBeans Version 1 User Documentation"/>
  -		<userdoc label="Version 1 JavaDoc" href="index.html#XMLBeans+Version+1+JavaDoc" description="XMLBeans Version 1 JavaDoc"/>
  -	</documentation>
  -	<community label="Community" href="community/" tab="community">
  -		<mailingLists label="Mailing Lists" href="index.html#Mailing+Lists" description="Mailing List Information"/>
  -		<whoWeAre label="Who we are" href="index.html#Who+we+are" description="List of committers"/>
  -	</community>
  -	<projectManagement label="Project Managment" href="projectManagement/" tab="projectManagement">
  -		<version1 label="Version 1 Project Management" href="index.html#XMLBeans+Version+1+Project+Management" description="Information on the progress of XMLBeans Version 1"/>
  -		<version2 label="Version 2 Project Management" href="index.html#XMLBeans+Version+2+Project+Management" description="Information on the progress of XMLBeans Version 2"/>
  -		<bugs label="XMLBeans Bug Tracking" href="index.html#XMLBeans+Bug+Tracking" description="Where to find or log bugs for XMLBeans"/>
  -	</projectManagement>
  -	<all>
  -		<whole_site_html label="Whole Site HTML" href="site.html"/>
  -		<whole_site_html label="Whole Site PDF" href="site.pdf"/>
  -	</all>
  -	<external-refs>
  -		<xml.apache.org href="http://xml.apache.org/">
  -			<forrest href="forrest/">
  -				<validation href="validation.html"/>
  -				<webapp href="your-project.html#webapp"/>
  -				<document-v12 href="document-v12.html"/>
  -			</forrest>
  -			<cocoon href="cocoon/"/>
  -		</xml.apache.org>
  -		<mailsubuser label="XmlBeans User List Subscribe" href="mailto:xmlbeans-user-subscribe@xml.apache.org"/>
  -		<mailunsubuser label="XmlBeans User List UnSubscribe" href="mailto:xmlbeans-user-unsubscribe@xml.apache.org"/>
  -		<mailsubdev label="XmlBeans Dev List Subscribe" href="mailto:xmlbeans-dev-subscribe@xml.apache.org"/>
  -		<mailunsubdev label="XmlBeans Dev List UnSubscribe" href="mailto:xmlbeans-dev-unsubscribe@xml.apache.org"/>
  -		<mailsubcvs label="XmlBeans CVS List Subscribe" href="mailto:xmlbeans-cvs-subscribe@xml.apache.org"/>
  -		<mailunsubcvs label="XmlBeans CVS List UnSubscribe" href="mailto:xmlbeans-cvs-unsubscribe@xml.apache.org"/>
  -		<userlistarchive label="XmlBeams User List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=152"/>
  -		<devlistarchive label="XmlBeans Dev List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=151"/>
  -		<cvslistarchive label="XmlBeans CVS List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=150"/>
  -	</external-refs>
  -</site>
  +<?xml version="1.0"?>
  +<!--
  +Forrest site.xml
  +
  +This file contains an outline of the site's information content.  It is used to:
  +- Generate the website menus (though these can be overridden - see docs)
  +- Provide semantic, location-independent aliases for internal 'site:' URIs, eg
  +<link href="site:changes"> links to changes.html (or ../changes.html if in
  +  subdir).
  +- Provide aliases for external URLs in the external-refs section.  Eg, <link
  +  href="ext:cocoon"> links to http://xml.apache.org/cocoon/ 
  +
  +See http://xml.apache.org/forrest/linking.html for more info
  +-->
  +<site label="XMLBeans" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
  +	<about label="About">
  +		<index label="Overview" href="index.html" description="Welcome to XMLBeans"/>
  +		<newsAndEvents label="News and Events" href="index.html#News+and+events" description="XMLBeans News and Events"/>
  +		<proposal label="Proposal" href="http://nagoya.apache.org/wiki/apachewiki.cgi?XmlBeansProposal" description="The original XMLBeans Project Proposal"/>
  +		<todo label="To Do" href="http://nagoya.apache.org/wiki/apachewiki.cgi?XMLBeansToDo" description="Action items, mostly regarding incubation exit criteria"/>
  +		<!--
  +		<all_site label="Full HTML" href="site.html" />
  +		<all_sitePDF label="Full PDF" href="site.pdf" />
  +		-->
  +	</about>
  +	<sourceAndBinaries label="Source and Binaries" href="sourceAndBinaries/" tab="sourceAndBinaries">
  +		<version1 label="Version 1 Binaries and Dev Kit" href="index.html#XMLBeans Version 1 Binary and Development Kit" description="XMLBeans Development Kit provides binaries as well as utilities and doc"/>
  +		<source label="Source Access" href="index.html#XMLBeans+Source" description="Information on getting XMLBeans source"/>
  +	</sourceAndBinaries>
  +	<documentation label="Documentation" href="documentation/" tab="documentation">
  +		<faq label="XMLBeans FAQ" href="index.html#FAQ" description="XMLBeans Frequently Asked Questions"/>
  +		<userdoc label="Installing XMLBeans" href="conInstallGuide.html" description="Install XMLBeans"/>
  +		<userdoc label="Version 1 User Documentation" href="index.html#XMLBeans+Version+1+User+Documentation" description="XMLBeans Version 1 User Documentation"/>
  +		<userdoc label="Version 1 JavaDoc" href="index.html#XMLBeans+Version+1+JavaDoc" description="XMLBeans Version 1 JavaDoc"/>
  +	</documentation>
  +	<community label="Community" href="community/" tab="community">
  +		<mailingLists label="Mailing Lists" href="index.html#Mailing+Lists" description="Mailing List Information"/>
  +		<whoWeAre label="Who we are" href="index.html#Who+we+are" description="List of committers"/>
  +	</community>
  +	<projectManagement label="Project Managment" href="projectManagement/" tab="projectManagement">
  +		<version1 label="Version 1 Project Management" href="index.html#XMLBeans+Version+1+Project+Management" description="Information on the progress of XMLBeans Version 1"/>
  +		<version2 label="Version 2 Project Management" href="index.html#XMLBeans+Version+2+Project+Management" description="Information on the progress of XMLBeans Version 2"/>
  +		<bugs label="XMLBeans Bug Tracking" href="index.html#XMLBeans+Bug+Tracking" description="Where to find or log bugs for XMLBeans"/>
  +	</projectManagement>
  +	<all>
  +		<whole_site_html label="Whole Site HTML" href="site.html"/>
  +		<whole_site_html label="Whole Site PDF" href="site.pdf"/>
  +	</all>
  +	<external-refs>
  +		<xml.apache.org href="http://xml.apache.org/">
  +			<forrest href="forrest/">
  +				<validation href="validation.html"/>
  +				<webapp href="your-project.html#webapp"/>
  +				<document-v12 href="document-v12.html"/>
  +			</forrest>
  +			<cocoon href="cocoon/"/>
  +		</xml.apache.org>
  +		<mailsubuser label="XmlBeans User List Subscribe" href="mailto:xmlbeans-user-subscribe@xml.apache.org"/>
  +		<mailunsubuser label="XmlBeans User List UnSubscribe" href="mailto:xmlbeans-user-unsubscribe@xml.apache.org"/>
  +		<mailsubdev label="XmlBeans Dev List Subscribe" href="mailto:xmlbeans-dev-subscribe@xml.apache.org"/>
  +		<mailunsubdev label="XmlBeans Dev List UnSubscribe" href="mailto:xmlbeans-dev-unsubscribe@xml.apache.org"/>
  +		<mailsubcvs label="XmlBeans CVS List Subscribe" href="mailto:xmlbeans-cvs-subscribe@xml.apache.org"/>
  +		<mailunsubcvs label="XmlBeans CVS List UnSubscribe" href="mailto:xmlbeans-cvs-unsubscribe@xml.apache.org"/>
  +		<userlistarchive label="XmlBeams User List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=152"/>
  +		<devlistarchive label="XmlBeans Dev List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=151"/>
  +		<cvslistarchive label="XmlBeans CVS List Archive" href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=150"/>
  +	</external-refs>
  +</site>
  
  
  

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