You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2009/02/24 12:20:49 UTC

svn commit: r747345 - in /maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x: doxia-decoration-model/src/site/apt/using-decoration-xsd.apt doxia-decoration-model/src/site/site.xml src/site/site.xml

Author: dennisl
Date: Tue Feb 24 11:20:48 2009
New Revision: 747345

URL: http://svn.apache.org/viewvc?rev=747345&view=rev
Log:
o Remove inherited elements
o Minor adjustments to headings and texts

Modified:
    maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt
    maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml
    maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml

Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt?rev=747345&r1=747344&r2=747345&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt (original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/apt/using-decoration-xsd.apt Tue Feb 24 11:20:48 2009
@@ -1,5 +1,5 @@
  -----
- Using Schema Decoration 1.0
+ Using the XML Schema
  -----
  Vincent Siveton
  ------
@@ -26,11 +26,12 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Using Schema Decoration 1.0
+Using the XML Schema
 
-  The Decoration XSD is located {{{http://maven.apache.org/xsd/decoration-1.0.0.xsd}here}}.
+  The XSD for the Decoration Model is located {{{http://maven.apache.org/xsd/decoration-1.0.0.xsd}here}}.
 
-  Your favorite IDE probably supports XSD schema's for site.xml files. You need to specify the following:
+  Your favorite IDE probably supports XSD schema's for <<<site.xml>>> files.
+  You need to specify the following in your own <<<site.xml>>> file:
 
 +-----+
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"

Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml?rev=747345&r1=747344&r2=747345&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/doxia-decoration-model/src/site/site.xml Tue Feb 24 11:20:48 2009
@@ -24,24 +24,10 @@
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 file:../../target/generated-site/xsd/decoration-1.0.0.xsd">
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.1</version>
-  </skin>
-
   <body>
-    <breadcrumbs>
-      <item name="Maven" href="http://maven.apache.org/index.html" />
-      <item name="Doxia" href="http://maven.apache.org/doxia/index.html" />
-    </breadcrumbs>
-
-    <menu name="Schema Decoration 1.0">
-      <item name="Reference of Schema Decoration" href="decoration.html"/>
-      <item name="Using Schema Decoration" href="using-decoration-xsd.html"/>
+    <menu name="Decoration Model">
+      <item name="Using the XML Schema" href="using-decoration-xsd.html"/>
+      <item name="XML Schema Reference" href="decoration.html"/>
     </menu>
-
-    <menu ref="reports"/>
-
   </body>
 </project>

Modified: maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml?rev=747345&r1=747344&r2=747345&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/branches/doxia-sitetools-1.0.x/src/site/site.xml Tue Feb 24 11:20:48 2009
@@ -22,40 +22,12 @@
  -->
 
 <project>
-  <bannerLeft>
-    <name>Doxia</name>
-    <src>images/apache-maven-project-2.png</src>
-  </bannerLeft>
-  <bannerRight>
-    <src>images/maven-logo-2.gif</src>
-  </bannerRight>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.0.1</version>
-  </skin>
   <body>
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia"/>
-    </links>
-
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
+    <breadcrumbs>
+      <item name="Maven" href="http://maven.apache.org/index.html" />
+      <item name="Doxia" href="http://maven.apache.org/doxia/index.html" />
+    </breadcrumbs>
 
     <menu ref="modules"/>
-
-    <menu ref="reports"/>
   </body>
 </project>