Author: vsiveton
Date: Thu Jul 12 16:09:57 2007
New Revision: 555810

URL: http://svn.apache.org/viewvc?view=rev&rev=555810
Log:
o bumped to maven-parent:6-SNAPSHOT
o renamed the artifact to doxia-site to be more conventional with other Maven 
projects
o removed non necessary images and style
o added the same site.css of Maven site
o updated the site.xml to take care of images

Added:
    maven/doxia/site/src/site/resources/css/site.css   (with props)
Removed:
    maven/doxia/site/src/site/resources/css/maven-theme.css
    maven/doxia/site/src/site/resources/images/
Modified:
    maven/doxia/site/pom.xml
    maven/doxia/site/src/site/site.xml

Modified: maven/doxia/site/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?view=diff&rev=555810&r1=555809&r2=555810
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Thu Jul 12 16:09:57 2007
@@ -21,25 +21,42 @@
  */
  -->
 
-<project
-    xmlns="http://maven.apache.org/POM/4.0.0";
+<project xmlns="http://maven.apache.org/POM/4.0.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     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>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>4</version>
+    <version>6-SNAPSHOT</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
+
+  <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.doxia</groupId>
-  <artifactId>site</artifactId>
-  <version>1-SNAPSHOT</version>
+  <artifactId>doxia-site</artifactId>
+  <packaging>pom</packaging>
   <name>Doxia Site</name>
+  <url>http://maven.apache.org/doxia</url>
+
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/DOXIA</url>
   </issueManagement>
+
+  <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/viewvc/maven/doxia/site/</url>
+  </scm>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://people.apache.org/www/maven.apache.org/doxia/</url>
+    </site>
+  </distributionManagement>
+
   <mailingLists>
     <mailingList>
       <name>Doxia Developer List</name>
@@ -82,17 +99,7 @@
       
<archive>http://mail-archives.apache.org/mod_mbox/maven-notifications/</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/viewvc/maven/doxia/site/</url>
-  </scm>
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <url>scp://people.apache.org/www/maven.apache.org/doxia/</url>
-    </site>
-  </distributionManagement>
+
   <build>
     <plugins>
       <plugin>

Added: maven/doxia/site/src/site/resources/css/site.css
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/resources/css/site.css?view=auto&rev=555810
==============================================================================
--- maven/doxia/site/src/site/resources/css/site.css (added)
+++ maven/doxia/site/src/site/resources/css/site.css Thu Jul 12 16:09:57 2007
@@ -0,0 +1,38 @@
+a.externalLink, a.externalLink:link, a.externalLink:visited, 
a.externalLink:active, a.externalLink:hover {
+  background: none;
+  padding-right: 0;
+}
+
+body ul {
+  list-style-type: square;
+}
+
+#downloadbox {
+  float: right;
+  margin-left: 2em;
+  padding-left: 1em;
+  padding-right: 1em;
+  padding-bottom: 1em;
+  border: 1px solid #999;
+  background-color: #eee;
+  width: 17.5em;
+}
+
+#downloadbox h5 {
+  color: #000;
+  margin: 0;
+  border-bottom: 1px solid #aaaaaa;
+  font-size: smaller;
+  padding: 0;
+  margin-top: 1em;
+}
+
+#downloadbox p {
+  margin-top: 1em;
+  margin-bottom: 0;
+}
+
+#downloadbox li {
+  text-indent: inherit;
+}
+

Propchange: maven/doxia/site/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: maven/doxia/site/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:keywords = "Author Date Id Revision"

Modified: maven/doxia/site/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?view=diff&rev=555810&r1=555809&r2=555810
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Thu Jul 12 16:09:57 2007
@@ -24,13 +24,12 @@
 <project name="Doxia">
   <bannerLeft>
     <name>Doxia</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/doxia/</href>
+    <src>images/apache-maven-project-2.png</src>
   </bannerLeft>
   <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
+    <src>images/maven-logo-2.gif</src>
   </bannerRight>
-  <publishDate format="dd MMM yyyy" />
+  <publishDate format="dd MMM yyyy" position="right" />
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-stylus-skin</artifactId>


Reply via email to