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 hb...@apache.org on 2008/11/02 17:10:50 UTC

svn commit: r709892 - in /maven/doxia/doxia-tools/trunk: doxia-converter/src/site/site.xml doxia-linkcheck/src/site/site.xml src/ src/site/ src/site/site.xml

Author: hboutemy
Date: Sun Nov  2 08:10:50 2008
New Revision: 709892

URL: http://svn.apache.org/viewvc?rev=709892&view=rev
Log:
added site descriptor on every module, with parent/sub-modules references

Added:
    maven/doxia/doxia-tools/trunk/src/
    maven/doxia/doxia-tools/trunk/src/site/
    maven/doxia/doxia-tools/trunk/src/site/site.xml   (with props)
Modified:
    maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml?rev=709892&r1=709891&r2=709892&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/src/site/site.xml Sun Nov  2 08:10:50 2008
@@ -22,35 +22,18 @@
  -->
 
 <project>
-  <bannerLeft>
-    <name>Doxia :: Converter</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/doxia/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-  <publishDate format="dd MMM yyyy" />
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-  </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>
+
+    <menu ref="parent"/>
 
     <menu name="Doxia :: Converter">
       <item name="Overview" href="index.html"/>
       <item name="Usage" href="usage.html"/>
     </menu>
 
-    ${reports}
+    <menu ref="reports"/>
+
   </body>
+
 </project>

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml?rev=709892&r1=709891&r2=709892&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/src/site/site.xml Sun Nov  2 08:10:50 2008
@@ -22,36 +22,17 @@
  -->
 
 <project>
-  <bannerLeft>
-    <name>Doxia :: LinkCheck</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/doxia/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-  <publishDate format="dd MMM yyyy" />
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-  </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>
+
+    <menu ref="parent"/>
 
     <menu name="Doxia :: LinkCheck">
       <item name="Overview" href="index.html"/>
       <item name="Usage" href="usage.html"/>
     </menu>
 
-    ${reports}
+    <menu ref="reports"/>
 
   </body>
 </project>

Added: maven/doxia/doxia-tools/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/src/site/site.xml?rev=709892&view=auto
==============================================================================
--- maven/doxia/doxia-tools/trunk/src/site/site.xml (added)
+++ maven/doxia/doxia-tools/trunk/src/site/site.xml Sun Nov  2 08:10:50 2008
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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>
+  <bannerLeft>
+    <name>Doxia</name>
+    <src>images/apache-maven-project-2.png</src>
+  </bannerLeft>
+  <bannerRight>
+    <src>images/maven-logo-2.gif</src>
+  </bannerRight>
+  <publishDate format="d MMM yyyy" position="right" />
+  <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>
+
+    <menu ref="modules"/>
+
+    <menu ref="reports"/>
+  </body>
+</project>

Propchange: maven/doxia/doxia-tools/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native