]> source.dussan.org Git - archiva.git/commitdiff
adjust site structure in accordance with modules, and make the header consistent...
authorBrett Porter <brett@apache.org>
Sat, 10 May 2008 21:14:19 +0000 (21:14 +0000)
committerBrett Porter <brett@apache.org>
Sat, 10 May 2008 21:14:19 +0000 (21:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655189 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/pom.xml
archiva-docs/src/site/resources/css/site.css
archiva-modules/pom.xml
archiva-modules/src/site/site.xml [new file with mode: 0644]
pom.xml
src/site/site.xml [deleted file]

index 1d67b1695d3a9918f7333eba5b5b6fb612e0c381..084d462f0f84b192fab9adac22f8b90c159ef0ad 100644 (file)
@@ -28,7 +28,7 @@
   <version>1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Archiva Documentation</name>
-  <url>http://maven.apache.org/archiva/docs/${project.version}/</url>
+  <url>http://archiva.apache.org/docs/${project.version}/</url>
 
   <build>
     <plugins>
index 3ca75378142f14f50be34a2862638156a47ce2a0..3a03fe931c4ad7db5bbe2d2c77ad4b344797cc97 100755 (executable)
@@ -60,4 +60,12 @@ pre.commandline .command {
   font-weight: bold;
 }
 
+#banner {
+  background: none;
+}
+
+#banner img {
+  margin: 10px;
+}
+
 
index 1ee18968130b1f3833ec31edadc791afe1f16ad6..2a68fd69eaacd5afa629ed0c38a653bce2b0e160 100644 (file)
@@ -29,6 +29,7 @@
   <artifactId>archiva-modules</artifactId>
   <packaging>pom</packaging>
   <name>Archiva :: Modules</name>
+  <url>http://archiva.apache.org/ref/${project.version}</url>
   <modules>
     <module>archiva-base</module>
     <module>archiva-database</module>
diff --git a/archiva-modules/src/site/site.xml b/archiva-modules/src/site/site.xml
new file mode 100644 (file)
index 0000000..8f7ecf0
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ 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>
+  <body>
+    <breadcrumbs>
+<!-- TODO: need to stop them inheriting 
+      <item name="Reports" href="/reports" />
+-->
+    </breadcrumbs>
+
+    <menu ref="modules" />
+  </body>
+</project>
diff --git a/pom.xml b/pom.xml
index af97ca1f1320c95e024b03b491c6ab34a733c665..ed172ea2f7c939b0493972de2113627f7581636b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
   <artifactId>archiva</artifactId>
   <packaging>pom</packaging>
   <version>1.1-SNAPSHOT</version>
+  <url>http://archiva.apache.org</url>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/trunk</developerConnection>
diff --git a/src/site/site.xml b/src/site/site.xml
deleted file mode 100644 (file)
index 8f7ecf0..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-  ~ 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>
-  <body>
-    <breadcrumbs>
-<!-- TODO: need to stop them inheriting 
-      <item name="Reports" href="/reports" />
--->
-    </breadcrumbs>
-
-    <menu ref="modules" />
-  </body>
-</project>