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 tr...@apache.org on 2006/07/20 13:01:51 UTC

svn commit: r423887 - in /maven/doxia: site/ site/pom.xml site/src/site/apt/book/index.apt site/src/site/site.xml trunk/doxia-site/ trunk/pom.xml

Author: trygvis
Date: Thu Jul 20 04:01:50 2006
New Revision: 423887

URL: http://svn.apache.org/viewvc?rev=423887&view=rev
Log:
o Moving site out of trunk/

Added:
    maven/doxia/site/
      - copied from r421834, maven/doxia/trunk/doxia-site/
Removed:
    maven/doxia/trunk/doxia-site/
Modified:
    maven/doxia/site/pom.xml
    maven/doxia/site/src/site/apt/book/index.apt
    maven/doxia/site/src/site/site.xml
    maven/doxia/trunk/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=423887&r1=421834&r2=423887&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Jul 20 04:01:50 2006
@@ -4,12 +4,49 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <artifactId>doxia</artifactId>
-    <groupId>org.apache.maven.doxia</groupId>
-    <version>1.0-alpha-9-SNAPSHOT</version>
+    <groupId>org.apache.maven</groupId>
+    <artifactId>maven-parent</artifactId>
+    <version>2</version>
   </parent>
-  <artifactId>doxia-site</artifactId>
+  <groupId>org.apache.maven.doxia</groupId>
+  <artifactId>site</artifactId>
+  <version>1-SNAPSHOT</version>
   <name>Doxia Site</name>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/DOXIA</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Doxia Developer List</name>
+      <subscribe>doxia-dev-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>doxia-dev-unsubscribe@maven.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Doxia User List</name>
+      <subscribe>doxia-users-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>doxia-users-unsubscribe@maven.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-users/</archive>
+    </mailingList>
+    <mailingList>
+      <name>Doxia Commits List</name>
+      <subscribe>doxia-commits-subscribe@maven.apache.org</subscribe>
+      <unsubscribe>doxia-commits-unsubscribe@maven.apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/maven-doxia-commits/</archive>
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/site</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/site</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/doxia/site</url>
+  </scm>
+  <distributionManagement>
+    <site>
+      <id>website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/doxia/</url>
+    </site>
+  </distributionManagement>
   <build>
     <plugins>
       <plugin>

Modified: maven/doxia/site/src/site/apt/book/index.apt
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/apt/book/index.apt?rev=423887&r1=421834&r2=423887&view=diff
==============================================================================
--- maven/doxia/site/src/site/apt/book/index.apt (original)
+++ maven/doxia/site/src/site/apt/book/index.apt Thu Jul 20 04:01:50 2006
@@ -10,7 +10,7 @@
  Doxia Book Maven you are able to include the manuals directly in your generated site with links to the off-line
  friendly formats like PDF and LaTeX.
 
- The Xdoc output which has been rendered into this site can be viewed {{{../doxia-example-book/}here}}}.
+ The Xdoc output which has been rendered into this site can be viewed {{{../doxia-example-book/}here}}.
 
 * How It Works
 

Modified: maven/doxia/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=423887&r1=421834&r2=423887&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Thu Jul 20 04:01:50 2006
@@ -19,6 +19,10 @@
       <item name="JXR" href="http://maven.apache.org/jxr"/>
       <item name="Doxia" href="http://maven.apache.org/doxia"/>
     </links>
-    ${reports}
+    <menu name="Doxia">
+      <item name="Overview" href="index.html"/>
+      <item name="APT Format" href="format.html"/>
+      <item name="Writing Books" href="book/index.html"/>
+    </menu>
   </body>
 </project>

Modified: maven/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/trunk/pom.xml?rev=423887&r1=423886&r2=423887&view=diff
==============================================================================
--- maven/doxia/trunk/pom.xml (original)
+++ maven/doxia/trunk/pom.xml Thu Jul 20 04:01:50 2006
@@ -66,10 +66,4 @@
     <module>doxia-sandbox</module>
     <module>doxia-site</module>
   </modules>
-  <distributionManagement>
-    <site>
-      <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/doxia/</url>
-    </site>
-  </distributionManagement>
 </project>