scolebourne 2004/02/29 13:59:06 Modified: betwixt/xdocs index.xml navigation.xml Log: Update to new website design Revision Changes Path 1.7 +17 -2 jakarta-commons/betwixt/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/index.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- index.xml 14 Aug 2003 20:35:53 -0000 1.6 +++ index.xml 29 Feb 2004 21:59:06 -0000 1.7 @@ -1,15 +1,30 @@ <?xml version="1.0"?> +<!-- + Copyright 2001-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> <document> <properties> - <title>Betwixt: turning beans into XML</title> + <title>Betwixt - Turning beans into XML</title> <author email="[EMAIL PROTECTED]">James Strachan</author> </properties> <body> -<section name="Betwixt : turning beans into XML"> +<section name="Commons Betwixt : Turning beans into XML"> <p> 1.12 +40 -12 jakarta-commons/betwixt/xdocs/navigation.xml Index: navigation.xml =================================================================== RCS file: /home/cvs/jakarta-commons/betwixt/xdocs/navigation.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- navigation.xml 28 Feb 2004 15:16:24 -0000 1.11 +++ navigation.xml 29 Feb 2004 21:59:06 -0000 1.12 @@ -1,9 +1,30 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE org.apache.commons.menus SYSTEM '../../../jakarta-commons/commons-build/menus/menus.dtd'> +<!-- + Copyright 2001-2004 The Apache Software Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<!DOCTYPE project [ +<!ENTITY commons-nav SYSTEM "../../commons-build/incl_nav.xml"> +]> + <project name="Betwixt"> <title>Betwixt</title> - <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo> + <organizationLogo href="/images/jakarta-logo-blue.gif"> + Jakarta + </organizationLogo> <body> <links> @@ -11,24 +32,31 @@ href="http://jakarta.apache.org/commons/"/> </links> - &top-menus; - <menu name="Betwixt"> - <item name="Overview" href="/index.html"/> - <item name="FAQ" href="/faq.html"/> - <item name="Community" href="/community.html"/> - <item name="To Do List" href="/tasks.html"/> - <item name="Powered By" href="/powered.html"/> + <menu name="Commons Betwixt"> + <item name="Overview" href="/index.html"/> + <item name="FAQ" href="/faq.html"/> + <!--item name="Javadoc (Release)" href="api/index.html"/--> + <item name="Javadoc" href="apidocs/index.html"/> + <item name="Mailing lists" href="/mail-lists.html"/> + <item name="Team" href="/team-list.html"/> + <item name="Community" href="/community.html"/> + <item name="Powered By" href="/powered.html"/> + <item name="Tasks" href="/tasks.html"/> + <item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons/betwixt/"/> + <!--item name="Javadoc (CVS latest)" href="apidocs/index.html"/--> </menu> - <menu name="Guide"> + <menu name="User guide"> <item name="Getting Started" href="/guide/start.html"/> <item name="Binding Beans" href="/guide/binding.html"/> <item name="Derived Beans" href="/guide/derived.html"/> <item name="Writing Beans(Advanced)" href="/guide/writing.html"/> <item name="Reading Beans(Advanced)" href="/guide/reading.html"/> - <item name="Integrating" href="/guide/integration.html"/> + <item name="Integrating" href="/guide/integration.html"/> <item name="Examples" href="/guide/examples.html"/> <item name="Tutorial" href="/guide/tutorial.html"/> </menu> - &bottom-menus; + + &commons-nav; + </body> </project>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
