You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by ba...@apache.org on 2006/07/26 19:06:01 UTC

svn commit: r425777 - in /james/site/trunk: ./ src/site/ src/site/resources/css/ src/site/resources/images/ src/site/xdoc/

Author: bago
Date: Wed Jul 26 10:06:00 2006
New Revision: 425777

URL: http://svn.apache.org/viewvc?rev=425777&view=rev
Log:
Fixed inheritance for main website
Changed betas to rc in home
Changed "Projects" to "Products"
Added dnsjava, jakarta-commons, maven links

Removed:
    james/site/trunk/src/site/resources/images/button-bottom.gif
    james/site/trunk/src/site/resources/images/button-top.gif
    james/site/trunk/src/site/resources/images/collapsed.gif
    james/site/trunk/src/site/resources/images/expanded.gif
    james/site/trunk/src/site/resources/images/external.png
    james/site/trunk/src/site/resources/images/h2feather.gif
    james/site/trunk/src/site/resources/images/h4.jpg
    james/site/trunk/src/site/resources/images/icon_error_sml.gif
    james/site/trunk/src/site/resources/images/icon_info_sml.gif
    james/site/trunk/src/site/resources/images/icon_success_sml.gif
    james/site/trunk/src/site/resources/images/icon_warning_sml.gif
    james/site/trunk/src/site/resources/images/newwindow.png
    james/site/trunk/src/site/resources/images/void.gif
Modified:
    james/site/trunk/pom.xml
    james/site/trunk/src/site/resources/css/site.css
    james/site/trunk/src/site/site.xml
    james/site/trunk/src/site/xdoc/index.xml

Modified: james/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/pom.xml?rev=425777&r1=425776&r2=425777&view=diff
==============================================================================
--- james/site/trunk/pom.xml (original)
+++ james/site/trunk/pom.xml Wed Jul 26 10:06:00 2006
@@ -1,60 +1,83 @@
 <?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>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>james-site</artifactId>
-  <name>Apache James Project</name>
-  <version>1</version>
+  <name>Apache JAMES Website</name>
+  <version>1.0-SNAPSHOT</version>
   <description>
-    james website
+    Apache JAMES Website
   </description>
-  <url>http://james.apache.org</url>
+  <parent>
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <url>http://james.apache.org/index.html</url>
   <inceptionYear>2006</inceptionYear>
 
-  <dependencies>
-  </dependencies>
-
-  <organization>
-    <name>Apache Software Foundation</name>
-    <url>http://www.apache.org</url>
-  </organization>
-
-  <licenses>
-    <license>
-      <name>Apache License, Version 2.0</name>
-      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
-      <distribution>repo</distribution>
-    </license>
-  </licenses>
-
-  <issueManagement>
-    <system>JIRA</system>
-    <url>http://issues.apache.org/jira/browse/JAMES</url>
-  </issueManagement>
-
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/james/site/trunk
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/james/site/trunk
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewcvs.cgi/james/site/trunk/?root=Apache-SVN
-    </url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/james/site</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/site</developerConnection>
+    <url>http://svn.apache.org/viewvc/james/site/</url>
   </scm>
 
+  <distributionManagement>
+    <repository>
+      <id>james-repo</id>
+      <name>James Central Repository</name>
+      <url>scp://minotaur.apache.org/www/james.apache.org/dist-m2</url>
+    </repository>
+    <snapshotRepository>
+      <id>james-snapshots</id>
+      <name>James Central Development Repository</name>
+      <url>scp://minotaur.apache.org/www/james.apache.org/dist-m2-snapshot</url>
+    </snapshotRepository>
+    <site>
+      <id>james-website</id>
+      <url>scp://minotaur.apache.org/www/james.apache.org/</url>
+    </site>
+  </distributionManagement>
+
+  <!-- temporary to support simpler deploy -->
+  <repositories>
+    <repository>
+      <id>bago-dist-m1</id>
+      <name>Temporary Repository</name>
+      <url>http://people.apache.org/~bago/maven/dist-m1</url>
+      <layout>legacy</layout>
+      <snapshots>
+        <enabled>true</enabled>
+        <checksumPolicy>ignore</checksumPolicy>
+      </snapshots>
+    </repository>
+  </repositories>
+  
   <mailingLists>
     <mailingList>
       <name>Apache James Website Developement</name>
       <subscribe>site-dev-subscribe@james.apache.org</subscribe>
-      <unsubscribe>
-        site-dev-unsubscribe@james.apache.org
-      </unsubscribe>
-      <post>server-dev@james.apache.org</post>
-      <archive>
-        http://mail-archives.apache.org/mod_mbox/james-site-dev/
-      </archive>
+      <unsubscribe>site-dev-unsubscribe@james.apache.org</unsubscribe>
+      <post>site-dev@james.apache.org</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/james-site-dev/</archive>
     </mailingList>
   </mailingLists>
 

Modified: james/site/trunk/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/css/site.css?rev=425777&r1=425776&r2=425777&view=diff
==============================================================================
--- james/site/trunk/src/site/resources/css/site.css (original)
+++ james/site/trunk/src/site/resources/css/site.css Wed Jul 26 10:06:00 2006
@@ -11,228 +11,3 @@
   margin: 0px 0px 10px 10px;
   background-color: white;
 }
-#poweredBy {
-  display: none;
-}
-.xleft {
-  float: right;
-}
-.xright {
-  float: left;
-}
-#bannerLeft img {
-  margin-left: 20px;
-}
-#bannerRight img {
-  padding: 0px;
-  border: 0px;
-  margin-top: 20px;
-  margin-right: 20px;
-  margin-bottom: 0px;
-}
-body {
-  padding: 0px 0px 10px 0px;
-}
-body, td, select, input, li{
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: 13px;
-}
-code{
-  font-family: Courier, monospace;
-  font-size: 13px;
-}
-a {
-  text-decoration: none;
-}
-a:link {
-  color:#36a;
-}
-a:visited  {
-  color:#47a;
-}
-a:active, a:hover {
-  color:#69c;
-}
-#legend li.externalLink {
-  background: url(../images/external.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
-  background: url(../images/external.png) right center no-repeat;
-  padding-right: 18px;
-}
-#legend li.newWindow {
-  background: url(../images/newwindow.png) left top no-repeat;
-  padding-left: 18px;
-}
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
-  background: url(../images/newwindow.png) right center no-repeat;
-  padding-right: 18px;
-}
-.section {
-margin-left: 10px;
-}
-.section p, .section table {
-margin-left: 10px;
-}
-h2 {
-  color: #904040;
-  background-color: white;
-  border: 0px;
-  border-bottom: 2px solid #525D76;
-  padding: 0px;
-  padding-left: 20px;
-  vertical-align: bottom;
-  font-weight:900;
-  font-size: large;
-  background: url(../images/h2feather.gif) left center no-repeat;
-  margin-bottom: 15px;
-}
-h3 {
-  border: thin solid #828DA6;
-  padding-bottom: 0px;
-  color: #525D76;
-  background-color: white;
-  padding: 2px 2px 2px 2px;
-  border: 0px; 
-  font-weight: bold;
-  font-size: 15px;
-  margin-top: 5px;
-  margin-bottom: 13px;
-  border-bottom: 1px dotted #525D76;
-}
-h4 {
-  padding: 2px 2px 2px 2px;
-  border: 0px;
-  background: url(../images/h4.jpg) 0% 70% no-repeat;
-  color: black;
-  margin-top: 5px;
-  padding-left: 12px;
-  background-color: #fff;
-  font-weight: bold;
-  font-size: small;
-  margin-left: 10px;
-}
-h5 {
-  padding: 2px px 2px 2px;
-  border: 0px;
-  border-bottom: 0px;
-  color: black;
-  background-color: #fff;
-  font-weight: bold;
-  font-size: small;
-}
-p {
-  line-height: 1.3em;
-  font-size: small;
-}
-#breadcrumbs {
-  background: url(../images/button-top.gif) left top repeat;
-  border-top: 0px solid #525D76;
-  border-bottom: 1px solid #ccc; /* #525D76;*/
-  border-top: 1px solid #ccc;
-  padding-top: 3px;
-  padding-bottom: 3px;
-  background-color: #eeeeee;
-  font-size: small;
-}
-#breadcrumbs a {
-  font-weight: bold;
-}
-#bodyColumn {
-}
-#leftColumn {
-  margin: 0px;
-  margin-top: -1px;
-  border: 0px;
-  padding: 0px;
-  padding-left: 20px;
-  background: none;
-}
-#leftColumn ul {
-  font-size: 15px;
-  padding-top: 4px;
-  padding-bottom: 10px;
-}
-#leftColumn li {
-  padding-left: 10px;
-  padding-bottom: 3px;
-}
-#navcolumn {
-  border: 1px solid #ccc; /* #525D76;i*/
-  background: url(../images/button-bottom.gif) left bottom no-repeat;
-  padding: 15px;
-  border-top: 0px solid white;
-  background-color: white;
-}
-#navcolumn h5 {
-  font-size: 12px;
-  border-bottom: 1px solid #eee;
-  padding-top: 3px;
-  padding-bottom: 2px;
-  margin-right: 10px;
-  color: #000;
-}
-table.bodyTable {
-  padding-right: 20px;
-}
-table.bodyTable th {
-  color: black;
-  background-color: #bbb;
-  text-align: left;
-  font-weight: bold;
-  border-top: 1px solid #ccc;
-  border-bottom: 1px solid #ccc; 
-  background-image: url(../images/button-top.gif);
-}
-#footer {
-  border-top: 1px solid #ccc;
-  margin-top: 30px;
-  padding: 10px;
-  background-image: url(../images/button-top.gif);
-}
-table.bodyTable th, table.bodyTable td {
-  padding: 2px;
-  font-size: 1em;
-}
-table.bodyTable tr.a {
-  background-color: #fff;
-}
-table.bodyTable tr.a td {
-  border-bottom: 1px solid #eee;
-}
-table.bodyTable tr.b {
-  background-color: #fff;
-}
-table.bodyTable tr.b td {
-  border-bottom: 1px solid #ddd;
-}
-.source {
-  border: 1px solid #525D76;
-}
-dl {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  background-color: #ffc;
-}
-dt {
-  color: #900;
-}
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
-}
-#banner img {
-  padding: 10px;
-}
-.errormark, .warningmark, .donemark, .infomark {
-  background: url(../images/icon_error_sml.gif) no-repeat;
-}
-.warningmark {
-  background-image: url(../images/icon_warning_sml.gif);
-}
-.donemark {
-  background-image: url(../images/icon_success_sml.gif);
-}
-.infomark {
-  background-image: url(../images/icon_info_sml.gif);
-}

Modified: james/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/site.xml?rev=425777&r1=425776&r2=425777&view=diff
==============================================================================
--- james/site/trunk/src/site/site.xml (original)
+++ james/site/trunk/src/site/site.xml Wed Jul 26 10:06:00 2006
@@ -1,4 +1,22 @@
 <?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 name="James Project">
 
   <bannerLeft>
@@ -12,19 +30,10 @@
     <src>images/asf-logo-reduced.gif</src>
     <href>http://www.apache.org/</href>
   </bannerRight>
-  
-  <body>
     
-    <links>
-      <item name="James" href="http://james.apache.org/index.html" />
-      <item name="Server" href="http://james.apache.org/server/index.html" />
-      <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
-      <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" />
-      <item name="JSieve" href="http://james.apache.org/jsieve/index.html" />
-      <item name="Postage" href="http://james.apache.org/postage/index.html" />
-    </links>
+  <body>
     
-    <menu name="Projects">
+    <menu name="Products">
       <item name="Server" href="http://james.apache.org/server/index.html" />
       <item name="jSPF" href="http://james.apache.org/jspf/index.html" />
       <item name="Mime4J" href="http://james.apache.org/mime4j/index.html" />
@@ -53,9 +62,11 @@
     </menu>
       
     <menu name="Related Projects">
-      <item name="Jakarta" href="http://jakarta.apache.org/index.html"/>
+      <item name="Jakarta Commons" href="http://jakarta.apache.org/commons/index.html"/>
       <item name="Ant" href="http://ant.apache.org/index.html"/>
+      <item name="Maven2" href="http://maven.apache.org/index.html"/>
       <item name="Avalon" href="http://avalon.apache.org/index.html"/>
+      <item name="DNSJava" href="http://www.dnsjava.org/index.html"/>
     </menu>
       
     <menu name="Useful Information">

Modified: james/site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/index.xml?rev=425777&r1=425776&r2=425777&view=diff
==============================================================================
--- james/site/trunk/src/site/xdoc/index.xml (original)
+++ james/site/trunk/src/site/xdoc/index.xml Wed Jul 26 10:06:00 2006
@@ -21,7 +21,7 @@
     </div></div>
     <subsection name="2006">
      <h4>James 2.3.0 on the way</h4>
-     <p>After a long time in development we have released the first <a href="http://people.apache.org/dist/james/server/">betas</a> of James 2.3.0. After a period of user testing version 2.3.0 will be released. - Jul/2006</p>
+     <p>After a long time of development we have released the first <a href="http://people.apache.org/dist/james/server/">release candidate</a> of James 2.3.0. After a period of user testing version 2.3.0 will be released. - Jul/2006</p>
      <h4>New project jSPF</h4>
      <p>James PMC is happy to announce that we are working on a Java implementation of the SPF specification. The first <a href="http://people.apache.org/dist/james/jspf/">betas</a> are already available for download. - Jul/2006</p>
     </subsection>