Author: mac
Date: Wed Aug 24 05:34:27 2005
New Revision: 239632

URL: http://svn.apache.org/viewcvs?rev=239632&view=rev
Log:
Transformed most top level project docs

Added:
    webservices/jaxme/branches/MAVEN/xdocs/images/spacer.gif   (with props)
    webservices/jaxme/branches/MAVEN/xdocs/navigation.xml
    webservices/jaxme/branches/MAVEN/xdocs/stylesheets/
    webservices/jaxme/branches/MAVEN/xdocs/stylesheets/maven-tabbed-theme.css
Removed:
    webservices/jaxme/branches/MAVEN/xdocs/tabs.xml
Modified:
    webservices/jaxme/branches/MAVEN/xdocs/index.xml
    webservices/jaxme/branches/MAVEN/xdocs/misc.xml
    webservices/jaxme/branches/MAVEN/xdocs/news.xml
    webservices/jaxme/branches/MAVEN/xdocs/related.xml
    webservices/jaxme/branches/MAVEN/xdocs/release.xml
    webservices/jaxme/branches/MAVEN/xdocs/resources.xml

Added: webservices/jaxme/branches/MAVEN/xdocs/images/spacer.gif
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/images/spacer.gif?rev=239632&view=auto
==============================================================================
Binary file - no diff available.

Propchange: webservices/jaxme/branches/MAVEN/xdocs/images/spacer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: webservices/jaxme/branches/MAVEN/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/index.xml?rev=239632&r1=239631&r2=239632&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/index.xml (original)
+++ webservices/jaxme/branches/MAVEN/xdocs/index.xml Wed Aug 24 05:34:27 2005
@@ -16,12 +16,12 @@
  limitations under the License.
 
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"document-v12.dtd">
 <document> 
-  <header> 
+  <properties> 
     <title>Welcome to JaxMe 2</title> 
-  </header> 
+  </properties> 
   <body> 
+  <section name="Welcome to JaxMe 2">
       <p>
         JaxMe 2 is an open source implementation of
         <link href="site:jaxb"><code>JAXB</code></link>, the specification for
@@ -55,10 +55,11 @@
         In other words, by simply creating a schema and running the JaxMe 
binding
         compiler,
       </p>
-      <figure src="images/jaxme-compiler-workflow.png" alt="Running the JaxMe 
2 compiler"/>
+      <img src="images/jaxme-compiler-workflow.png" alt="Running the JaxMe 2 
compiler"/>
       <p>
         you have automatically generated classes that implement the complete
         workflow of a typical web application:</p>
-      <figure src="images/jaxme-application-workflow.png" alt="Workflow of a 
JaxMe 2 application"/>
+      <img src="images/jaxme-application-workflow.png" alt="Workflow of a 
JaxMe 2 application"/>
+       </section>      
   </body>
 </document>

Modified: webservices/jaxme/branches/MAVEN/xdocs/misc.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/misc.xml?rev=239632&r1=239631&r2=239632&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/misc.xml (original)
+++ webservices/jaxme/branches/MAVEN/xdocs/misc.xml Wed Aug 24 05:34:27 2005
@@ -16,15 +16,15 @@
  limitations under the License.
 
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"document-v12.dtd">
 <document> 
-  <header> 
+  <properties> 
     <title>Miscellaneous</title> 
-  </header> 
+  </properties> 
   <body>
+    <section name="Miscellaneous"> 
     <p>This page contains miscellaneous informations for developers.</p>
-
-    <section><title>Clover</title>
+       </section>
+    <section name="Clover">
       <p><link href="site:clover">Clover</link> is a tool that allows to trace 
the
        coverage of a test suite. In short, you compile your classes using 
clover,
        run the unit tests and finally receive a report which tells you, which

Added: webservices/jaxme/branches/MAVEN/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/navigation.xml?rev=239632&view=auto
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/navigation.xml (added)
+++ webservices/jaxme/branches/MAVEN/xdocs/navigation.xml Wed Aug 24 05:34:27 
2005
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!-- 
+/*
+ * 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.
+ */
+ -->
+
+<project name="JaxMe">
+
+  <title>JaxMe</title>
+
+  <body>
+    <menu name="Project">
+          <item name="Overview of all projects" href="projects-overview.html"/>
+          <item name="News" href="news.html"/>
+          <item name="Downloads" href="downloads.cgi"/>          
+          <item name="Resources" href="resources.html"/>          
+          <item name="Related Projects" href="related.html"/>
+    </menu>
+  </body>
+</project>
+

Modified: webservices/jaxme/branches/MAVEN/xdocs/news.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/news.xml?rev=239632&r1=239631&r2=239632&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/news.xml (original)
+++ webservices/jaxme/branches/MAVEN/xdocs/news.xml Wed Aug 24 05:34:27 2005
@@ -16,12 +16,12 @@
  limitations under the License.
 
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"document-v12.dtd">
 <document> 
-  <header> 
+  <properties> 
     <title>JaxMe News</title> 
-  </header> 
+  </properties> 
   <body>
+  <section name="JaxMe News"> 
     <dl>
       <dt>2005-Aug-09: JaxMe 0.5 released</dt>
       <dd>Compared to 0.5beta, several bugs have been fixed.</dd>
@@ -51,5 +51,6 @@
       <dt>2003-Sep-25: The JaxMe site is online</dt>
       <dd>The new JaxMe site is online at <link 
href="site:jaxme">http://ws.apache.org/jaxme/</link>.</dd>
     </dl>
+    </section>
   </body>
 </document>

Modified: webservices/jaxme/branches/MAVEN/xdocs/related.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/related.xml?rev=239632&r1=239631&r2=239632&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/related.xml (original)
+++ webservices/jaxme/branches/MAVEN/xdocs/related.xml Wed Aug 24 05:34:27 2005
@@ -16,15 +16,15 @@
  limitations under the License.
 
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"document-v12.dtd">
 <document>
-  <header><title>Related projects</title></header>
+  <properties><title>Related projects</title></properties>
   <body>
+   <section name="Related projects">
     <p>If you are interested in JaxMe 2, you may also want to take a look
       at the following related open source projects:</p>
-
+       </section>
     <anchor id="jaxme1"/>
-    <section><title>JaxMe 1</title>
+    <section name="JaxMe 1">
       <p><link href="ext:jaxme1">JaxMe 1</link> is the predecessor
       of JaxMe 2. It has a limited support of XML structures (mainly sequences
       and choices), but includes an integrated persistency framework that
@@ -36,13 +36,13 @@
 
 
     <anchor id="jaxmexs"/>
-    <section><title>JaxMeXS</title>
+    <section name="JaxMeXS">
       <p><link href="site:jaxmexs">JaxMeXS</link>, the JaxMe parser
       for XML schema, is internally used by JaxMe 2. It is written to be
       extensible, but not necessarily strict.</p>
       </section>
 
-    <section><title>JaxMeJS</title>
+    <section name="JaxMeJS">
       <p><link href="site:jaxmejs">JaxMeJS</link>, the
       JaxMe Java source framework is a generic framework for writing
       Java source  generators. It used to be a part of JaxMe 1, but grew
@@ -51,7 +51,7 @@
       also includes an SQL generator.</p>
       </section>
 
-    <section><title>eXist</title>
+    <section name="eXist">
       <p><link href="site:exist">eXist</link> is a native XML database
       engine written in Java. It can be used standalone (via a dedicated
       TCP port), as part of a servlet engine (accessible via HTTP),
@@ -60,7 +60,7 @@
       testing its xml:db API.</p>
       </section>
 
-    <section><title>hsqldb</title>
+    <section name="hsqldb">
       <p><link href="site:hsqldb">hsqldb</link> is an SQL database
       and also written in Java. Like eXist, it can be used in embedded
       mode and it is also used by JaxMe 1, JaxMe 2, and JaxMeJS for JUnit

Modified: webservices/jaxme/branches/MAVEN/xdocs/release.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/release.xml?rev=239632&r1=239631&r2=239632&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/release.xml (original)
+++ webservices/jaxme/branches/MAVEN/xdocs/release.xml Wed Aug 24 05:34:27 2005
@@ -16,15 +16,14 @@
  limitations under the License.
 
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"document-v12.dtd">
 <document> 
-  <header> 
+  <properties> 
     <title>Creating a JaxMe release</title> 
-  </header> 
+  </properties> 
   <body>
+    <section name="Creating a release">
     <p>This page provides information about the steps required to create a
       JaxMe release.</p>
-    <section><title>Creating a release</title>
     <ol>
       <li>Update the "version" property in "build.xml".</li>
       <li>Make sure that you have the file jimi-1.0.jar in 
src/documentation/lib.
@@ -95,7 +94,7 @@
     </ol>
     </section>
 
-       <section><title>Creating the online site</title>
+       <section name="Creating the online site">
          <p>The online site is created like this:</p>
          <ol>
         <li>In src/documentation/content/xdocs/site.xml: Make sure, that

Modified: webservices/jaxme/branches/MAVEN/xdocs/resources.xml
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/resources.xml?rev=239632&r1=239631&r2=239632&view=diff
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/resources.xml (original)
+++ webservices/jaxme/branches/MAVEN/xdocs/resources.xml Wed Aug 24 05:34:27 
2005
@@ -16,20 +16,19 @@
  limitations under the License.
 
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"document-v12.dtd">
 <document> 
-  <header> 
+  <properties> 
     <title>Resources</title> 
-  </header> 
+  </properties> 
   <body> 
     <anchor id="jira"/>
-    <section><title>Bug tracking system</title>
+    <section name="Bug tracking system">
         <p>To file a bug report or search for known bugs, use
           <link href="ext:jira">Jira</link>.</p>
     </section>
 
     <anchor id="view-svn"/>
-    <section><title>Browse the JaxMe sources</title>    
+    <section name="Browse the JaxMe sources">    
         <p>
 Thanks to Subversion, the contents of the JaxMe SVN project 
 can be <link href='ext:jaxmerepo'>browsed online</link>.
@@ -37,7 +36,7 @@
     </section>
 
     <anchor id="jelly-jaxme"/>
-    <section><title>JaxMe Jelly Tag Library</title>
+    <section name="JaxMe Jelly Tag Library">
         <p>
 <link href='ext:jelly'>Jelly</link> is a tool for turning XML into executable 
code.
 One common use is to drive complex build scripts typically embedding ant but 
Jelly's
@@ -55,7 +54,7 @@
     </section>
 
     <anchor id="Wiki"/>
-    <section><title>The JaxMe Wiki</title>
+    <section name="The JaxMe Wiki">
         <p>The <link href="ext:wiki">JaxMe Wiki</link> allows
           you to add notes, opinions, suggestions, or whatever
           else may make sense for others to know. And, of course,
@@ -64,7 +63,7 @@
     </section>
 
     <anchor id="FAQ"/>
-    <section><title>The JaxMe FAQ</title>
+    <section name="The JaxMe FAQ">
         <p>A <link href="ext:faq">JaxMe FAQ</link> is available
           as part of the <link href="ext:wiki">JaxMe Wiki</link>.
           Note, that you are able to add questions or modify answers
@@ -72,7 +71,7 @@
     </section>
 
        <anchor id="External"/>
-       <section><title>External links</title>
+       <section name="External links">
            <p><link href="mailto:[EMAIL PROTECTED]">Brett McLaughlin</link>,
              author of <link 
href="http://www.oreilly.com/catalog/javaxml2/index.html";>
              Java &amp; XML</link>, and

Added: webservices/jaxme/branches/MAVEN/xdocs/stylesheets/maven-tabbed-theme.css
URL: 
http://svn.apache.org/viewcvs/webservices/jaxme/branches/MAVEN/xdocs/stylesheets/maven-tabbed-theme.css?rev=239632&view=auto
==============================================================================
--- webservices/jaxme/branches/MAVEN/xdocs/stylesheets/maven-tabbed-theme.css 
(added)
+++ webservices/jaxme/branches/MAVEN/xdocs/stylesheets/maven-tabbed-theme.css 
Wed Aug 24 05:34:27 2005
@@ -0,0 +1,111 @@
+body, td, select, input, li{

+  font-family: Verdana, Helvetica, Arial, sans-serif;

+  font-size: 13px;

+}

+code{

+  font-size: 13px;

+}

+a {

+  text-decoration: none;

+}

+a:link {

+  color:#36a;

+}

+a:visited  {

+  color:#47a;

+}

+a:active, a:hover {

+  color:#69c;

+}

+#legend li.externalLink {

+  background: url(../images/external.png) left top no-repeat;

+  padding-left: 18px;

+}

+a.externalLink, a.externalLink:link, a.externalLink:visited, 
a.externalLink:active, a.externalLink:hover {

+  background: url(../images/external.png) right center no-repeat;

+  padding-right: 18px;

+}

+#legend li.newWindow {

+  background: url(../images/newwindow.png) left top no-repeat;

+  padding-left: 18px;

+}

+a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, 
a.newWindow:hover {

+  background: url(../images/newwindow.png) right center no-repeat;

+  padding-right: 18px;

+}

+h2 {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #999;

+  color: #900;

+  background-color: #ddd;

+  font-weight:900;

+  font-size: x-large;

+}

+h3 {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #aaa;

+  color: #900;

+  background-color: #eee;

+  font-weight: normal;

+  font-size: large;

+}

+p {

+  line-height: 1.3em;

+  font-size: small;

+}

+#breadcrumbs {

+  border-top: 1px solid #aaa;

+  border-bottom: 1px solid #aaa;

+  background-color: #ccc;

+}

+#leftColumn {

+  margin: 10px 0 0 5px;

+  border: 1px solid #999;

+  background-color: #eee;

+}

+#navcolumn h5 {

+  font-size: smaller;

+  border-bottom: 1px solid #aaaaaa;

+  padding-top: 2px;

+}

+

+table.bodyTable th {

+  color: white;

+  background-color: #bbb;

+  text-align: left;

+  font-weight: bold;

+}

+

+table.bodyTable th, table.bodyTable td {

+  font-size: 1em;

+}

+

+table.bodyTable tr.a {

+  background-color: #ddd;

+}

+

+table.bodyTable tr.b {

+  background-color: #eee;

+}

+

+.source {

+  border: 1px solid #999;

+}

+dt {

+  padding: 4px 4px 4px 6px;

+  border: 1px solid #aaa;

+  color: #900;

+  background-color: #eee;

+  font-weight: normal;

+  font-size: large;

+}

+

+.selectedTab {

+ background-color: #aaa;

+ border-bottom: 0px;

+}

+

+.notselectedTab {

+ background-color: #ccc;

+ border: 0px;

+}
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to