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/21 19:23:11 UTC

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

Author: bago
Date: Fri Jul 21 10:23:09 2006
New Revision: 424391

URL: http://svn.apache.org/viewvc?rev=424391&view=rev
Log:
First import of the maven2 generated site for James project (JAMES-571, JAMES-572)
This also includes the new skin proposal for the next james site.
"mvn site" from the root and you'll get the site under target.

Added:
    james/site/trunk/pom.xml   (with props)
    james/site/trunk/src/
    james/site/trunk/src/site/
    james/site/trunk/src/site/resources/
    james/site/trunk/src/site/resources/css/
    james/site/trunk/src/site/resources/css/site.css
    james/site/trunk/src/site/resources/download.cgi   (with props)
    james/site/trunk/src/site/resources/images/
    james/site/trunk/src/site/resources/images/asf-logo-reduced.gif   (with props)
    james/site/trunk/src/site/resources/images/button-bottom.gif   (with props)
    james/site/trunk/src/site/resources/images/button-top.gif   (with props)
    james/site/trunk/src/site/resources/images/collapsed.gif   (with props)
    james/site/trunk/src/site/resources/images/expanded.gif   (with props)
    james/site/trunk/src/site/resources/images/external.png   (with props)
    james/site/trunk/src/site/resources/images/h2feather.gif   (with props)
    james/site/trunk/src/site/resources/images/h4.jpg   (with props)
    james/site/trunk/src/site/resources/images/icon_error_sml.gif   (with props)
    james/site/trunk/src/site/resources/images/icon_info_sml.gif   (with props)
    james/site/trunk/src/site/resources/images/icon_success_sml.gif   (with props)
    james/site/trunk/src/site/resources/images/icon_warning_sml.gif   (with props)
    james/site/trunk/src/site/resources/images/james-project-logo.gif   (with props)
    james/site/trunk/src/site/resources/images/newwindow.png   (with props)
    james/site/trunk/src/site/resources/images/void.gif   (with props)
    james/site/trunk/src/site/resources/robots.txt   (with props)
    james/site/trunk/src/site/site.xml
    james/site/trunk/src/site/xdoc/
    james/site/trunk/src/site/xdoc/code-standards.xml   (with props)
    james/site/trunk/src/site/xdoc/contribute.xml   (with props)
    james/site/trunk/src/site/xdoc/download.xml   (with props)
    james/site/trunk/src/site/xdoc/index.xml
    james/site/trunk/src/site/xdoc/license.xml   (with props)
    james/site/trunk/src/site/xdoc/mail.xml   (with props)
    james/site/trunk/src/site/xdoc/weare.xml   (with props)

Added: james/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/pom.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/pom.xml (added)
+++ james/site/trunk/pom.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-site</artifactId>
+  <name>Apache James Project</name>
+  <version>1</version>
+  <description>
+    james website
+  </description>
+  <url>http://james.apache.org</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>
+  </scm>
+
+  <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>
+    </mailingList>
+  </mailingLists>
+
+</project>
\ No newline at end of file

Propchange: james/site/trunk/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: 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=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/resources/css/site.css (added)
+++ james/site/trunk/src/site/resources/css/site.css Fri Jul 21 10:23:09 2006
@@ -0,0 +1,238 @@
+#apacheconbox {
+  margin: 20px 0px 0px 20px;
+  padding: 10px;
+  border: 1px solid #ccc;
+  background-color: white;
+  background-image: url(../images/button-top.gif);
+  background-repeat: repeat-x;
+}
+#apacheconspacer {
+  float: right;
+  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);
+}

Added: james/site/trunk/src/site/resources/download.cgi
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/download.cgi?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/resources/download.cgi (added)
+++ james/site/trunk/src/site/resources/download.cgi Fri Jul 21 10:23:09 2006
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*

Propchange: james/site/trunk/src/site/resources/download.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/resources/images/asf-logo-reduced.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/asf-logo-reduced.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/asf-logo-reduced.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/button-bottom.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/button-bottom.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/button-bottom.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/button-top.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/button-top.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/button-top.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/collapsed.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/collapsed.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/collapsed.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/expanded.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/expanded.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/expanded.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/external.png
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/external.png?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/external.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/site/trunk/src/site/resources/images/h2feather.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/h2feather.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/h2feather.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/h4.jpg
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/h4.jpg?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/h4.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Added: james/site/trunk/src/site/resources/images/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/icon_error_sml.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/icon_info_sml.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/icon_success_sml.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/icon_warning_sml.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/james-project-logo.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/james-project-logo.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/james-project-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/images/newwindow.png
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/newwindow.png?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: james/site/trunk/src/site/resources/images/void.gif
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/images/void.gif?rev=424391&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/site/trunk/src/site/resources/images/void.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/site/trunk/src/site/resources/robots.txt
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/resources/robots.txt?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/resources/robots.txt (added)
+++ james/site/trunk/src/site/resources/robots.txt Fri Jul 21 10:23:09 2006
@@ -0,0 +1,5 @@
+# /robots.txt file for http://james.apache.org
+
+User-agent: *
+Disallow: /CVS
+Disallow: /images

Propchange: james/site/trunk/src/site/resources/robots.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/site.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/site.xml (added)
+++ james/site/trunk/src/site/site.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="James Project">
+
+  <bannerLeft>
+    <name>James Project</name>
+    <src>images/james-project-logo.gif</src>
+    <href>http://james.apache.org/</href>
+  </bannerLeft>
+
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <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>
+    
+    <menu name="Projects">
+      <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" />
+    </menu>
+
+    <menu name="About">
+      <item name="Overview" href="/index.html"/>
+      <item name="Mailing Lists" href="/mail.html"/>
+      <item name="Wiki" href="http://wiki.apache.org/james"/>
+      <item name="Who We Are" href="/weare.html"/>
+      <item name="Contributing" href="/contribute.html"/>
+      <item name="Standards" href="/code-standards.html"/>
+      <item name="License" href="/license.html"/>
+    </menu>
+
+    <menu name="Downloads">
+      <item name="Stable releases" href="/download.html"/>
+      <item name="Test builds" href="http://people.apache.org/dist/james"/>
+      <item name="Nightly builds" href="http://people.apache.org/builds/james/nightly/"/>
+    </menu>
+      
+    <menu name="Translated">
+      <item name="Japanese (web)" href="http://james.terra-intl.com/"/>
+    </menu>
+      
+    <menu name="Related Projects">
+      <item name="Jakarta" href="http://jakarta.apache.org/index.html"/>
+      <item name="Ant" href="http://ant.apache.org/index.html"/>
+      <item name="Avalon" href="http://avalon.apache.org/index.html"/>
+    </menu>
+      
+    <menu name="Useful Information">
+      <item name="Get Involved" href="http://jakarta.apache.org/site/getinvolved.html"/>
+      <item name="Reference Library" href="http://jakarta.apache.org/site/library.html"/>
+      <item name="Apache" href="http://apache.org/foundation/faq.html"/>
+    </menu>
+
+  </body>
+</project>

Added: james/site/trunk/src/site/xdoc/code-standards.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/code-standards.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/code-standards.xml (added)
+++ james/site/trunk/src/site/xdoc/code-standards.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+
+<document>
+
+ <properties>
+  <title>Coding Standards</title>
+  <author email="sergek@lokitech.com">Serge Knystautas</author>
+ </properties>
+
+<body>
+
+<section name="Coding Standards">
+
+<p>
+    Submissions to the James project must follow the coding conventions
+    outlined in this document. James developers
+    are asked to follow coding conventions already present in the code.
+    (For example, if the existing code has the bracket on
+    the same line as the if statement, then all subsequent code
+    should also follow that convention.) Anything not
+    explicitly mentioned in this document should adhere to the
+    official
+    <a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Sun
+    Java Coding Conventions</a>.
+</p>
+
+<p>
+    <strong>Developers who commit code that does not follow
+    the coding conventions outlined in this document will be
+    responsible for fixing their own code.</strong>
+</p>
+
+<p>
+1. Spaces between parentheses are optional. The preference is to exclude
+extra spaces. Both of these conventions are acceptable:
+</p>
+
+<p>
+<source><![CDATA[
+
+if (foo)
+
+or
+
+if ( foo )
+]]></source>
+</p>
+
+<p>
+2. Four spaces. <strong>NO tabs</strong>. Period. The James
+mailing list receives cvs commit messages that are almost impossible
+to read if tabs are used.
+</p>
+
+<p>
+In Emacs-speak, this translates to the following command:
+
+(setq-default tab-width 4 indent-tabs-mode nil)
+</p>
+
+<p>
+3. Use Unix linefeeds for all .java source code files. Only platform-specific
+files (e.g. .bat files for Windows) should contain non-Unix linefeeds.
+</p>
+
+<p>
+4. Javadoc <strong>must</strong> exist on all methods. Contributing
+a missing javadoc for any method, class, variable, etc., will be GREATLY
+appreciated as this will help to improve the James project.
+</p>
+
+<p>
+5. The Jakarta Apache/James License <strong>MUST</strong> be placed
+at the top of every file.
+</p>
+
+</section>
+
+</body>
+</document>

Propchange: james/site/trunk/src/site/xdoc/code-standards.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/xdoc/contribute.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/contribute.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/contribute.xml (added)
+++ james/site/trunk/src/site/xdoc/contribute.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,94 @@
+<?xml version="1.0"?>
+<document>
+   <properties>
+      <title>Contributors How To</title>
+      <author email="danny@thought.co.uk">Danny Angus</author>
+   </properties>
+   <body>
+       <section name="Introduction">
+       <p>
+           <b>Anyone can contribute</b><br/>
+           That's right, we always want to hear from people with contributions to the code, 
+           the documentation, the website, and bug reports.<br/> 
+           The rest of this document outlines the way to go about these to maximum effect.<br/>
+       </p>
+       <p>
+           If you are new to this you may be interested in some of these resources.<br/>
+           <a href="http://jakarta.apache.org/site/guides.html">A good, full, summary of links to guidelines</a><br/>
+           Subscribe to the relevant mailing lists (link on the left).<br/>
+           <a href="http://jakarta.apache.org/site/contributing.html">Craig R. McClanahan's advice how to get involved</a><br/>
+           <a href="http://jakarta.apache.org/site/guidelines.html">How Jakarta projects run</a><br/>
+       </p>
+       
+       </section>
+
+        <section name="Code Patches">
+        <p>
+            Patches should be submitted to the developers mailing list.<br/>
+            <b>Always</b> use diff -u to generate patches, so we can apply them using 'patch'.<br/>
+        Make sure you are patching the latest cvs (the HEAD).
+        (You might want to try 'cvs diff -u -w -b -rHEAD' against the checked out module where
+        you have implemented the patch.<br/>
+            <br/>Make sure the patch only contains what is intended, your checkout could be outdated.<br/>
+            Make your patch from the jakarta-james directory and make sure it conforms
+            to the code standards, otherwise it may be ignored. It is OK to make a single patch covering several
+            files, but please only one issue at a time.<br/>
+            Prefix the mail subject with [PATCH]<br/>
+            Briefly outline the reason for your patch,
+            the solution your patch implements, why a patch is
+            needed and why your code will solve the problem. Note any bug numbers your patch addresses.<br/>
+            Submit the patch as an attachment to the mail, this
+        mail should preferably be in either BASE64 or QuotedPrintable format, to prevent line wrapping.<br/>
+            </p>
+
+        <p>
+            The reason for these rules is so that commiters can easily see what you are trying to achieve,
+            it is their resonsibility to manage the code and review submissions, 
+            if you make it easy for them to see what you are doing your patch is more likely to 
+            be commited quickly (or at all).<br/>
+        </p>
+        </section>
+    
+        <section name="Adding New Code">
+        <p>
+            Like the principles for patch submission, mark your mail [PATCH] and ensure 
+            your submission conforms to the code standards. Provide a Brief outline of 
+            your intentions, as above, so that your code can be reviewed easily, and a 
+            note of any relevant bug numbers.<br/>
+            New files must contain a reference to the Apache licence, copy the header from an existing file.<br/>
+            It also helps if you send your files in an archive (tar, zip) which preserves directories, make it from the jakarta-james directory so we can un-tar your files into the right place.
+        </p>
+        </section>
+    
+        <section name="Reporting and Fixing Bugs">
+        <p>
+            Many improvements come as a direct result of bug 
+            reports, and contributed fixes, often by the same person. It is sometimes said that Apache 
+            projects evolve because users become so fed-up waiting for bugs to be addressed that they 
+            fix them themselves. :)<br/>
+            If you report a bug, <a href="http://issues.apache.org/jira">here</a> we'd appreciate it if you could send a mail to the users or developers 
+            mailing lists, so that we can discuss it with you, bugzilla isn't a great way for mediating 
+            communication.<br/>
+            If you want to fix a bug, please contribute your changes according to the guidelines above, 
+            in the Code Patches section. It is much simpler to deal with submissions if they all come 
+            through the same channel. If you still really want to attach patches to bug submissions, please do send us a mail tagged [PATCH] too, so that we notice your patch.
+        </p>
+        </section>
+    
+        <section name="Documentation">
+        <p>
+            While we are glad to accept contributions to documentation 
+            from anyone, in almost any format, because its much better than none, please consider these 
+            guidelines to help us to assimilate your contribution.<br/>
+            To edit an existing document try to edit the xml version in src/xdocs (check it out from cvs) 
+            and if you can, submit a patch as for Code Patches.<br/>
+            If you want to contribute new files please try to use the simple xml format we use.<br/>
+            If this means nothing to you please try to contribute HTML or plain text documents without 
+            any styling, so that we can get at the words and easily convert them into our xml format.<br/>
+            If all this seems like unnecessary nonsense, send us whatever you like, we'd still be
+             happy to receive good documentation.
+         </p>
+         </section>
+    
+        </body>
+   </document>

Propchange: james/site/trunk/src/site/xdoc/contribute.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/download.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/download.xml (added)
+++ james/site/trunk/src/site/xdoc/download.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,141 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <author email="server-dev@james.apache.org">Apache James Mail Server Project</author>
+    <title>Download</title>
+  </properties>
+<body>
+<section name="Downloading the Apache James Mail Server">
+
+<p>Use the links below to download the Apache James Mail Server from one of
+our mirrors.  You <strong>must</strong> <a href="#Verify the integrity of the files">verify the
+integrity</a> of the downloaded files using signatures downloaded from
+our main distribution directory.</p>
+
+<p>Only current recommended releases are available on the main
+distribution site and its mirrors.  Older releases are available from
+the <a href="http://archive.apache.org/dist/james/">archive download
+site.</a></p>
+
+<section name="Mirror">
+
+<p>[if-any logo]
+<a href="[link]"><img align="right" src="[logo]" border="0" /></a>[end]
+The currently selected mirror is <b>[preferred]</b>.  If you encounter a
+problem with this mirror, please select another mirror.  If all
+mirrors are failing, there are <i>backup</i> mirrors (at the end of
+the mirrors list) that should be available.</p>
+
+<form action="[location]" method="get" id="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+  [for http]<option value="[http]">[http]</option>[end]
+[end]  
+[if-any ftp]
+  [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+  [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+[end]
+</select>
+<input type="submit" value="Change" />     
+</form>
+
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete
+list of mirrors</a>.</p>
+
+</section>
+
+<section name="Apache James 2.2.0 is the best available version">
+
+<p>This release has many enhancements and bug fixes over the previous
+release.  See the <a
+href="http://james.apache.org/changelog.html">Change Log</a>
+for a detailed list of changes.  Some of the earlier defects could
+turn a James mail server into an Open Relay.  All users of James are urged to upgrade to James v2.2.0 as soon as
+possible.</p>
+
+<ul>
+
+<li>Binary (Unix TAR): <a
+href="[preferred]/james/james-2.2.0.tar.gz">james-2.2.0.tar.gz</a> [<a
+href="http://www.apache.org/dist/james/binaries/james-2.2.0.tar.gz.asc">PGP</a>]</li>
+
+<li>Binary (ZIP Format): <a
+href="[preferred]/james/james-2.2.0.zip">james-2.2.0.zip</a> [<a
+href="http://www.apache.org/dist/james/binaries/james-2.2.0.zip.asc">PGP</a>]</li>
+
+<li>Source (Unix TAR): <a
+href="[preferred]/james/james-2.2.0-src.tar.gz">james-2.2.0-src.tar.gz</a> [<a
+href="http://www.apache.org/dist/james/source/james-2.2.0-src.tar.gz.asc">PGP</a>]</li>
+
+<li>Source (ZIP Format): <a
+href="[preferred]/james/james-2.2.0-src.zip">james-2.2.0-src.zip</a> [<a
+href="http://www.apache.org/dist/james/source/james-2.2.0-src.zip.asc">PGP</a>]</li>
+
+<li>Source with Avalon Phoenix binaries (Unix TAR): <a
+href="[preferred]/james/james-with-phoenix-2.2.0-src.tar.gz">james-with-phoenix-2.2.0-src.tar.gz</a> [<a
+href="http://www.apache.org/dist/james/source/james-with-phoenix-2.2.0-src.tar.gz.asc">PGP</a>]</li>
+
+<li>Source with Avalon Phoenix binaries (ZIP Format): <a
+href="[preferred]/james/james-with-phoenix-2.2.0-src.zip">james-with-phoenix-2.2.0-src.zip</a> [<a
+href="http://www.apache.org/dist/james/source/james-with-phoenix-2.2.0-src.zip.asc">PGP</a>]</li>
+
+<li><a
+href="[preferred]/james/binaries/">Other
+Binaries</a></li>
+
+</ul>
+
+</section>
+
+<section name="Verify the integrity of the files">
+
+<p>It is essential that you verify the integrity of the downloaded
+files using the PGP or MD5 signatures.</p>
+
+<p>The PGP signatures can be verified using PGP or GPG.  First
+download the <a href="http://www.apache.org/dist/james/KEYS">KEYS</a>
+as well as the <code>asc</code> signature file for the particular
+distribution.  Make sure you get these files from the <a
+href="http://www.apache.org/dist/james/">main distribution
+directory</a>, rather than from a mirror. Then verify the signatures
+using</p>
+
+<p><code>
+% pgpk -a KEYS<br />
+% pgpv james-<i>version</i>.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% pgp -ka KEYS<br />
+% pgp james-<i>version</i>.tar.gz.asc<br />
+</code>
+<em>or</em><br />
+<code>
+% gpg --import KEYS<br />
+% gpg --verify james-<i>version</i>.tar.gz.asc
+</code></p>
+
+</section>
+
+<section name="Test Builds">
+
+<p>The software listed above represents the latest Release Build
+available from the Apache James Project.  From time to time, we also
+make available Test Builds.  These Test Builds are <u>periodic
+snapshots during development</u>.  Generally, these are considered
+stable snapshots, but they have not undergone as much testing as a
+Release Build, nor have they been voted upon for release by the
+developer community.  These are simply convenient test builds.
+Sometimes the purpose for a Test Build could be soliciting feedback on
+a specific change.  Test Builds are announced on the General mailing
+list (general&#64;james.apache.org).</p>
+
+<a href="http://cvs.apache.org/dist/james/">Latest Test Build</a>
+
+</section>
+
+</section>
+</body>
+</document>

Propchange: james/site/trunk/src/site/xdoc/download.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/index.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/index.xml (added)
+++ james/site/trunk/src/site/xdoc/index.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,69 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Overview</title>
+    <author email="site-dev@james.apache.org">James Project Web Team</author>
+  </properties>
+  <body>
+    <section name="What is it?">
+      <p>The James Project offers a diverse set of open source Java solutions related to internet email and is a part of The Apache Software Foundation (ASF) which encourages a collaborative, consensus-based development process under an open software license.</p>
+      <p>James is organized into subprojects, having James Server as the main of them. The ASF contains other Java projects, some of which were a part of Jakarta, that are detailed on the ASF Project page.</p>
+      <p>It is recommended that users of James products subscribe to the James announcements mailing list.</p>
+    </section>
+    <section name="news">
+    <div id="apacheconspacer">
+    <div id="apacheconbox">
+    <a href="http://www.asia.apachecon.com/" target="_top"><img src="http://www.apache.org/ads/ApacheCon/234x60-2006-asia.gif" alt="ApacheCon Asia 2006" style="margin: 3px;" border="0" height="60" width="236" /></a>
+    <br />
+    <a href="http://www.us.apachecon.com/" target="_top"><img src="http://www.apache.org/ads/ApacheCon/234x60-2006-us.gif" alt="ApacheCon US 2006" style="margin: 3px;" border="0" height="60" width="236" /></a>
+    </div></div>
+    <subsection name="2006">
+     <h4>James 2.3.0 on the way</h4>
+     <p>After a long time of development we released the first <a href="http://people.apache.org/dist/james/server/">betas</a> of James 2.3.0. If nothing goes wrong the final will be out soon</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.</p>
+    </subsection>
+    <subsection name="2005">
+     <h4>James PMC react to the closure of Apache Avalon.</h4>
+      <p>James PMC would like to reassure all of our users that James is alive and well. All of the James team have kept abreast of the Avalon developments culminating in the closure of the Avalon project and dispersal of its codebase. We are are keen to stress that this has little impact on our ability to support and develop James in both the short and long terms.<br/>Over the coming months we will be finalising and publishing a road map for James which will address all of the specific concerns raised by Avalon's closure, but rest assured James' future is safe, and we have enthusiasm and plans aplenty.<br/> In the meantime we would like to extend our best wishes to all our friends from Avalon, here's luck with your future projects guys!<br/> If you are at all concerned please subscribe to the server-user mailing list and raise your points there. - 05/Jan/2005</p>
+
+      <h4>James source has moved to "Subversion"</h4>
+      <p>Subversion is a version control system like CVS, but it has advantages over CVS for Apache Software Foundation (ASF) projects.<br/> In common with all other ASF projects we have reviewed our use of CVS and migrated our code to Subversion.<br/>
+Have a look at this <a href="FAQ.html#17">FAQ</a> for further details. - 05/Jan/2005</p>
+      <p/>
+      </subsection>
+      <subsection name="2004">
+
+      <h4>James v2.2.0</h4>
+      <p><a href="#releases">James v2.2.0</a> is released.</p>
+      <h4>James featured on IBM developerWorks</h4>
+      <p>
+Claude Duguay has written two excellent articles on <a href="http://james.apache.org/">James</a> for
+<a href="http://www.ibm.com/developerworks/">IBM Developer works</a>
+        <br/>
+[<a href="http://www-106.ibm.com/developerworks/java/library/j-james1.html">article1</a>]
+An introduction to Apache's James enterprise e-mail server.<br/>
+[<a href="http://www-106.ibm.com/developerworks/java/library/j-james2.html">article2</a>]
+Build e-mail based applications with Matchers and Mailets.
+</p>
+</subsection>
+    </section>
+    
+    <section name="releases">
+      <p>
+        <b>Latest and Stable: James v2.2.0</b>
+        <br/>
+James v2.2.0 is the current release, and the latest in the James v2 series.
+Both <a href="http://james.apache.org/download.cgi">binary and source</a> distributions are available.</p>
+      <p>James v2.2.0 is a major update to the James platform, with many new features, functional improvements, and bug fixes.
+See the <a href="changelog.html">Change Log</a> for a detailed list of changes.  <b>All
+users are urged to upgrade to v2.2.0 as soon as possible</b>.</p>
+      <p>Any bugs found in James are dealt with promptly.  Please provide feedback on the james-user and james-dev mailing lists.</p>
+      <p>
+        <b>Get your hands on the latest versions..</b>
+        <br/>We put significant milestones, and potential release candidates in the <a href="http://people.apache.org/dist/james/">download area.</a>
+        <br/>Whilst the quality of these versions cannot be guaranteed they may contain important bug fixes and cool new features.<br/>
+      </p>
+    </section>
+  </body>
+</document>

Added: james/site/trunk/src/site/xdoc/license.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/license.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/license.xml (added)
+++ james/site/trunk/src/site/xdoc/license.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,208 @@
+<?xml version="1.0"?>
+
+<document>
+
+ <properties>
+  <title>Apache Software License</title>
+  <author email="sergek@lokitech.com">Serge Knystautas</author>
+ </properties>
+
+<body>
+<section name="Apache Software License">
+<p>
+    James is released under the Apache Software License
+    listed below:
+</p>
+
+<source><![CDATA[
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+]]></source>
+
+</section>
+
+<section name="dnsjava">
+<p>
+    dnajava is distributed with James, a copy of the licence is contained in the distribution
+</p>
+</section>
+
+</body>
+</document>
+

Propchange: james/site/trunk/src/site/xdoc/license.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/xdoc/mail.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/mail.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/mail.xml (added)
+++ james/site/trunk/src/site/xdoc/mail.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <title>Mailing lists</title>
+    <author email="site-dev@james.apache.org">James Project Web Team</author>
+  </properties>
+  <body>
+    <section name="This Document">
+      <P>This is a living document that provides details of mailing lists and guidelines for their use for the Apache James project. <br/>
+Please read the whole document and find a list of available mailinglists at the bottom of the page.<br/>
+Last Updated Juni 2006.</P>
+    </section>
+    <section name="Mailing Lists - Guidelines">
+      <p>A mailing list is an electronic discussion forum that anyone can
+subscribe to. When someone sends an email message to the mailing list,
+a copy of that message is broadcast to everyone who is subscribed to
+that mailing list. Mailing lists provide a simple and effective
+communication mechanism for discussion and decision making. 
+</p>
+      <p>
+The Apache Software Foundation has well established reasons for using email and not other types of forum.
+<br/>
+We are not interested in hearing proposals to use NNTP (news groups) or web forums or any other medium.<br/> 
+You may use a mail-news gateway, gmail or anything else you like but email will remain the official medium.
+</p>
+      <p>
+With potentially thousands of subscribers,
+there is a common set of etiquette guidelines that you should observe.
+Please keep on reading.
+</p>
+      <p>
+        <strong>
+      Respect the mailing list type
+</strong>
+      </p>
+      <p>
+        <ul>
+          <li>
+    The "User" list is a list where you can send questions and comments about
+    configuration, setup, usage and other "user" types of questions.
+    </li>
+          <li>
+    The "Developer" list is a list where you can send questions and
+    comments about the actual software source code and general
+    "development" types of questions.
+    </li>
+        </ul>
+      </p>
+      <p>Some questions are appropriate for posting on both the "user" and
+the "developer" lists. In this case, pick one and only one. Do not
+cross post.</p>
+      <p>Asking a configuration question on the developers list is frowned
+upon because developers' time is as precious as yours. By contacting
+them directly instead of the user base you are abusing resources. 
+It is unlikely that you will get a quicker answer, developers who have time to 
+devote to providing support are also subscribed to the users list, and you may get no answer at
+all.</p>
+      <p>
+        <strong>
+      Join the lists that are appropriate for your discussion.
+</strong>
+        <br/>
+Please make sure that you are joining the list that is appropriate for the 
+topic that you would like to discuss. The general list is for discussions about the project
+not for "general support".
+</p>
+      <p>
+        <strong>
+    Ask smart questions.  </strong>
+        <br/> 
+
+Every volunteer project obtains its strength from the people involved
+in it. You are welcome to join any of our mailing lists.  You can
+choose to lurk, or actively participate; it's up to you.  The level of
+community responsiveness to specific questions is generally directly
+proportional to the amount of effort you spend formulating your
+question. Eric Raymond and Rick Moen have even written an essay entitled <a href="http://www.catb.org/~esr/faqs/smart-questions.html">"<b>Asking
+Smart Questions</b>"</a> precisely on this topic.  Although somewhat
+militant, it is definitely worth reading.<br/>
+        <b>Note</b>: Please do NOT send your Java problems to the two authors. They welcome feedback on the FAQ's contents, but are simply not a Java help resource. Follow the essay's advice and <a href="http://www.catb.org/~esr/faqs/smart-questions.html#forum">choose your forum</a> carefully.
+</p>
+      <p>
+        <strong>
+    Keep your email short and to the point.
+</strong>
+        <br/>
+If your email is more than about a page of text, chances are that it
+won't get read by very many people. It is much better to try to pack a
+lot of informative information (see above about asking smart questions)
+into as small of an email as possible. If you are replying to a previous
+email, it is a good idea to only quote the parts that you are replying
+to and to remove the unnecessary bits. This makes it easier for people
+to follow a thread as well as making the email archives easier to search
+and read.
+</p>
+      <p>
+        <strong>
+    Do your best to ensure that you are not sending HTML or
+    "Stylelized" email to the list.
+</strong>
+        <br/>
+If you are using Outlook or Outlook Express or Eudora, chances are that
+you are sending HTML email by default. There is usually a setting that
+will allow you to send "Plain Text" email. If you are using Microsoft
+products to send email, there are several bugs in the software that
+prevent you from turning off the sending of HTML email. Please read this
+<a href="./micromail.html">page</a> as well...
+</p>
+      <p>
+        <strong>
+    Watch where you are sending email.
+</strong>
+        <br/>
+The majority of our mailing lists have set the Reply-To to go back to the 
+list. That means that when you Reply to a message, it will go to the list
+and not to the original author directly. The reason is because it helps
+facilitate discussion on the list for everyone to benefit from. Be careful 
+of this as sometimes you may intend to reply to a message directly to someone 
+instead of the entire list.
+<em>
+The appropriate contents of the Reply-To header is an age-old debate that
+should not be brought up on the mailing lists.  You can
+examine opposing points of view
+<a href="http://www.unicom.com/pw/reply-to-harmful.html">condemning</a>
+our convention and 
+<a href="http://www.metasystema.org/essays/reply-to-useful.mhtml">
+condoning</a> 
+it.  Bringing this up for debate on a mailing list will add nothing
+new and is considered off-topic.
+</em>
+      </p>
+      <p>
+        <strong>
+    Do not cross post messages.
+</strong>
+        <br/>
+In other words, pick a mailing list and send your messages to that mailing 
+list only. Do not send your messages to multiple mailing lists. The reason is 
+that people may be subscribed to one list and not to the other. Therefore, 
+some people will only see part of the conversation.
+</p>
+    </section>
+    <section name="Archives">
+      <p>
+There are several sites on the net that archive and provide searching for 
+our mailing lists in HTML readable format. If a list is not there, then
+feel free to take initiative and submit it for us via <a href="./mail2.html#general">jakarta-general</a> mailing list.
+</p>
+      <p>
+        <ul>
+          <li>Archives with many Jakarta lists:
+            <ul>
+              <li>
+                <a href="http://mail-archives.apache.org/eyebrowse/ViewLists">List Index on mail-archives.apache.org</a>
+              </li>
+              <li>
+                <a href="/mail/">Full mbox archives of all lists.</a>
+              </li>
+              <li>
+                <a href="http://www.mail-archive.com/">Mail-Archive</a>
+              </li>
+              <li>
+                <a href="http://geocrawler.com/">Geocrawler</a>
+              </li>
+              <li>
+                <a href="http://marc.theaimsgroup.com/">Mailing list Archives</a>
+              </li>
+              <li>
+                <a href="http://www.servlets.com/archive/">Servlets.com servlet and JSP list archives</a>
+              </li>
+            </ul>
+          </li>
+        </ul>
+      </p>
+    </section>
+    <section name="James Mailing lists">
+      <p>
+        <i>Now that you have read the guidelines above</i> please subscribe to our lists and join our community.
+</p>
+      <subsection name="Server User List">
+        <p>
+          <b>Low Traffic</b>
+          <a href="mailto:server-user-subscribe@james.apache.org">Subscribe</a>
+          <a href="mailto:server-user-unsubscribe@james.apache.org">Unsubscribe</a>
+          <a href="mail.html">Guidelines</a>
+          <a href="http://www.mail-archive.com/server-user@james.apache.org/">
+Archive</a>
+        </p>
+        <p>
+This is the list where users of the Apache James (Server) meet and discuss
+issues. Developers are also expected to be lurking on this list to
+offer support to users of the Apache James (Server).
+</p>
+      </subsection>
+      <subsection name="Server Developer List">
+        <p>
+          <b>Low Traffic</b>
+          <a href="mailto:server-dev-subscribe@james.apache.org">Subscribe</a>
+          <a href="mailto:server-dev-unsubscribe@james.apache.org">Unsubscribe</a>
+          <a href="mail.html">Guidelines</a>
+          <a href="http://www.mail-archive.com/server-dev@james.apache.org/">
+Archive</a>
+        </p>
+        <p>
+This is the list where participating developers of the the Apache James
+Package meet and discuss issues, code changes/additions,
+etc. Subscribers to this list get notices of each and every code
+change, build results, testing notices, etc. <b>Do not send mail to
+this list with usage questions or configuration problems</b> -- 
+that's what server-user@james is for.
+</p>
+      </subsection>
+      <subsection name="James General List">
+        <p>
+          <b>Low Traffic</b>
+          <a href="mailto:general-subscribe@james.apache.org">Subscribe</a>
+          <a href="mailto:general-unsubscribe@james.apache.org">Unsubscribe</a>
+          <a href="mail.html">Guidelines</a>
+          <!-- <a href="http://www.mail-archive.com/general@james.apache.org/">
+Archive</a> -->
+        </p>
+        <p>
+This is the list for general discussions relating to the project 
+(not code or user issues).
+</p>
+      </subsection>
+    </section>
+  </body>
+</document>

Propchange: james/site/trunk/src/site/xdoc/mail.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/site/trunk/src/site/xdoc/weare.xml
URL: http://svn.apache.org/viewvc/james/site/trunk/src/site/xdoc/weare.xml?rev=424391&view=auto
==============================================================================
--- james/site/trunk/src/site/xdoc/weare.xml (added)
+++ james/site/trunk/src/site/xdoc/weare.xml Fri Jul 21 10:23:09 2006
@@ -0,0 +1,154 @@
+<?xml version="1.0"?>
+<document>
+  <properties>
+    <title>Who We Are</title>
+    <author email="site-dev@james.apache.org">James Project Web Team</author>
+  </properties>
+  <body>
+    <section name="This list">
+      <p>Special thanks go to the following people for their contributions to this project.  We also appreciate documentation, feedback, and bug reports.  This is a living document that describes the key contributors to James. Last Updated July 2006.</p>
+    </section>
+    <section name="Active Commiters">
+      <p>
+        <b>Serge Knystautas (sergek at lokitech.com) (SK)</b>
+        <br/> Serge was the original donator of the James code, which has since been massively improved by people smarter than him.  He tries to answer questions on the listserv and make code contributions when he does get a rare bit of free time.</p>
+      <p>
+        <b>Harmeet Bedi (harmeet at kodemuse.com) (HB)</b>
+      </p>
+      <p>
+        <b>Danny Angus (danny at apache.org) (DA)</b>
+        <br/> Danny is a member of the Apache Software Foundation and married father of two by night, and by day works as lead technical consultant for the <a href="http://www.slc.co.uk">Student Loans Company ltd</a>.
+      </p>
+      <p>
+        <b>Noel J. Bergman (noel at devtech.com) (NjB)</b>
+      </p>
+      <p>
+        <b>Vincenzo Gianferrari Pini (vincenzo.gianferraripini at praxis.it) [VGP]</b>
+      </p>
+      <p>
+        <b>Soeren Hilmer (sh at widetrail.dk) [SH]</b>
+      </p>
+      <p>
+        <b>Steve Brewin (sbrewin at synsys.com) [SB]</b>
+      </p>
+      <p>
+        <b>Jason Webb (jw at inovem.com) [JW]</b>
+      </p>
+      <p>
+        <b>Stefano Bagnara (apache at bago.org) [SB2]</b>
+      </p>
+      <p>
+        <b>Norman Maurer (nm at byteaction.de) [NM]</b>
+      </p>
+      <p>
+        <b>Bernd Fondermann (bf_jak at brainlounge.de) [BF]</b>
+      </p>
+
+    </section>
+    <section name="Alumni and Other Contributors">
+    <p>Many people have had a hand in James' success over the years, here we'd like to give credit to those who have made a difference and to those who have left.</p>
+      <p>
+        <b>Alan D. Cabrera (list at toolazydogs.com) [ADC]</b>
+      </p>
+      <p>
+        <b>Darrell DeBoer (DD)</b>
+      </p>
+      <p>
+        <b>Stephen J. McConnell (mcconnell at apache.org) (SJM)</b>
+      </p>
+      <p>
+        <b>Peter M. Goldstein (farsight at alum.mit.edu) (PG)</b>
+      </p>
+      <p>
+        <b>Pete Donald (PD)</b>
+      </p>
+      <p>
+        <b>Charles Benett (charles at benett1.demon.co.uk) (CB)</b>
+      </p>
+      <p>
+        <b>Federico Barbieri, (scoobie at systemy.it) (FB)</b>
+      </p>
+      <p>
+        <b>Stuart Roebuck, stuart.roebuck at adolos.co.uk (SR)</b>
+      </p>
+      <p>
+        <b>Ivan Seskar, iseskar at upsideweb.com (IS)</b>
+      </p>
+      <p>
+        <b>Prasanna Uppaladadium, prasanna at vayusphere.com (PU)</b>
+      </p>
+      <p>
+        <b>Gabriel Bucher, gabriel.bucher at razor.ch (GB)</b>
+      </p>
+      <p>
+        <b>Matthew Pangaro, mattp at lokitech.com (MP)</b>
+      </p>
+      <p>
+        <b>Jason Borden, jborden at javasense.com (JB)</b>
+      </p>
+      <p>
+        <b>Randy Stanard (rstanard at lokitech.com) (RS)</b>
+        <br/> Contributed the James logo.</p>
+      <p>
+        <b>Samuel Sadek (Samuel.Sadek at kpmg.co.uk) (SS)</b>
+      </p>
+      <p>
+        <b>Stephan Schiessling (s at rapi.com) (SS2)</b>
+      </p>
+      <p>
+        <b>Eung-ju Park (colus at apache.org) (EP)</b>
+      </p>
+      <p>
+        <b>Paul Hammant (Paul_Hammant at yahoo.com) (PH)</b>
+      </p>
+      <p>
+        <b>Jeff Keyser (JKeyser at telocity.com) (JK)</b>
+      </p>
+      <p>
+        <b>Andrei Ivanov (myfam at surfeu.fi) (AI)</b>
+      </p>
+      <p>
+        <b>Brad Walker (bwalker at studentadvantage.com) (BW)</b>
+      </p>
+      <p>
+        <b>Christian Buchegger (christian.buchegger at planet-interkom.de) (CB2)</b>
+      </p>
+      <p>
+        <b>Shilpa Dalmia (shilpa at postx.com) (SD)</b>
+      </p>
+      <p>
+        <b>Steve Short (sshort at postx.com) (SS3)</b>
+      </p>
+      <p>
+        <b>Aaron Knauf (aknauf at xtra.co.nz) (AK)</b>
+      </p>
+      <p>
+        <b>Serge "Sergei" Sozonoff (serge at globalbeach.com) (SS4)</b>
+      </p>
+      <p>
+        <b>Kai Londenberg (kai.londenberg at my-vwclub.de) [KL]</b>
+      </p>
+      <p>
+        <b>Mark Imel (james at imelshire.com) [MI]</b>
+      </p>
+      <p>
+        <b>Kevin Schmidt (ktschmidt at earthlink.net) [KS]</b>
+      </p>
+      <p>
+        <b>Hontvari Jozsef (hontvari2 at solware.com) [HJ]</b>
+      </p>
+      <p>
+        <b>Cesar Bonadio (bonadio at picture.com.br) [CB3]</b>
+      </p>
+      <p>
+        <b>Marco Tedone (mtedone at jemos.org) [MT]</b>
+      </p>
+      <p>
+        <b>Tim Stephenson (tim at thestephensons.me.uk) [TS]</b>
+      </p>
+      <p>
+        <b>Richard O. Hammer (rohammer at earthlink.net) [ROH]</b>
+      </p>
+    </section>
+  </body>
+</document>

Propchange: james/site/trunk/src/site/xdoc/weare.xml
------------------------------------------------------------------------------
    svn:eol-style = native