Author: rdonkin
Date: Thu Aug 21 13:01:45 2008
New Revision: 687840

URL: http://svn.apache.org/viewvc?rev=687840&view=rev
Log:
Basic site for mailet products

Added:
    james/mailet/current/src/   (with props)
    james/mailet/current/src/site/
    james/mailet/current/src/site/resources/
    james/mailet/current/src/site/resources/images/
    james/mailet/current/src/site/resources/images/asf-logo-reduced.gif   (with 
props)
    james/mailet/current/src/site/resources/images/james-mailetapi-logo.gif   
(with props)
    james/mailet/current/src/site/resources/images/james-mailets-logo.gif   
(with props)
    james/mailet/current/src/site/resources/james-crypto-mailets-logo.gif
      - copied unchanged from r687836, 
james/mailet/crypto/trunk/src/site/resources/images/james-crypto-mailets-logo.gif
    james/mailet/current/src/site/resources/james-mailet-base-logo.gif
      - copied unchanged from r687836, 
james/mailet/base/trunk/src/site/resources/images/james-mailet-base-logo.gif
    james/mailet/current/src/site/resources/james-mailetapi-logo.gif
      - copied unchanged from r687836, 
james/mailet/api/trunk/src/site/resources/images/james-mailetapi-logo.gif
    james/mailet/current/src/site/resources/james-standard-mailets-logo.gif
      - copied unchanged from r687836, 
james/mailet/standard/trunk/src/site/resources/images/james-standard-mailets-logo.gif
    james/mailet/current/src/site/site.xml
    james/mailet/current/src/site/xdoc/
    james/mailet/current/src/site/xdoc/index.xml
Modified:
    james/mailet/current/   (props changed)
    james/mailet/current/pom.xml

Propchange: james/mailet/current/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Thu Aug 21 13:01:45 2008
@@ -5,5 +5,5 @@
 .project
 
 .classpath
-
+.metadata
 stage

Modified: james/mailet/current/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/current/pom.xml?rev=687840&r1=687839&r2=687840&view=diff
==============================================================================
--- james/mailet/current/pom.xml (original)
+++ james/mailet/current/pom.xml Thu Aug 21 13:01:45 2008
@@ -75,5 +75,13 @@
            
<archive>http://mail-archives.apache.org/mod_mbox/james-server-dev/</archive>
     </mailingList>
   </mailingLists>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-site-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
   
-</project>
\ No newline at end of file
+</project>

Propchange: james/mailet/current/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Aug 21 13:01:45 2008
@@ -0,0 +1 @@
+.*

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

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

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

Propchange: 
james/mailet/current/src/site/resources/images/james-mailetapi-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

Propchange: 
james/mailet/current/src/site/resources/images/james-mailets-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/mailet/current/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/current/src/site/site.xml?rev=687840&view=auto
==============================================================================
--- james/mailet/current/src/site/site.xml (added)
+++ james/mailet/current/src/site/site.xml Thu Aug 21 13:01:45 2008
@@ -0,0 +1,59 @@
+<?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='mailets'>
+  <bannerLeft>
+    <name>James Project</name>
+    <src>images/james-mailets-logo.gif</src>
+    <href>http://james.apache.org/index.html</href>
+  </bannerLeft>
+       
+  <bannerRight>
+    <name>The Apache Software Foundation</name>
+    <src>images/asf-logo-reduced.gif</src>
+    <href>http://www.apache.org/index.html</href>
+  </bannerRight>
+  
+  <skin>
+    <groupId>org.apache.james</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.2-SNAPSHOT</version>
+  </skin>
+  <body>
+             <menu name="Mailet">
+              <item name="API" href="http://james.apache.org/mailet/api"/>
+              <item name="Basic Toolkit" 
href="http://james.apache.org/mailet/base"/>
+              <item name="Standard" 
href="http://james.apache.org/mailet/standard"/>
+              <item name="Crypto" 
href="http://james.apache.org/mailet/crypto"/>
+             </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"/>
+                 </menu>
+               
+                 <menu name="The Apache Software Foundation">
+                     <item name="FAQ" 
href="http://apache.org/foundation/faq.html"/>
+                     <item name="Sponsorship" 
href="http://apache.org/foundation/sponsorship.html"/>
+                     <item name="Donations" 
href="http://apache.org/foundation/contributing.html"/>
+                     <item name="Thanks" 
href="http://apache.org/foundation/thanks.html"/>
+                 </menu>
+  </body>
+  
+</project>
\ No newline at end of file

Added: james/mailet/current/src/site/xdoc/index.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/current/src/site/xdoc/index.xml?rev=687840&view=auto
==============================================================================
--- james/mailet/current/src/site/xdoc/index.xml (added)
+++ james/mailet/current/src/site/xdoc/index.xml Thu Aug 21 13:01:45 2008
@@ -0,0 +1,66 @@
+<?xml version="1.0"?>
+<!--
+  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.    
+-->
+
+<document>
+
+ <properties>
+  <title>Overview</title>
+  <author email="[EMAIL PROTECTED]">Mailet API Project</author>
+ </properties>
+
+<body>
+<section name='Introduction'>
+<subsection name="What Is A Mailet?">
+<p>
+A mailet is an email processing agent described by the 
+<a href='http://james.apache.org/mailet/api'>Mailet API</a>.
+</p>
+</subsection>
+<subsection name="What Use Is A Mailet?">
+<p>
+Mailets are both flexible and powerful. So they can be used for a very wide 
range of purposes.
+The <a href='http://james.apache.org/server'>JAMES email server</a> factors 
most of it's 
+mail processing functionality into mailets. These mailets can be used 
independently
+in any compatible Mailet container.
+</p>
+</subsection>
+</section>
+<section name='Further Information'>
+<ul>
+<li><a href='http://james.apache.org/mailet/api'>
+       <img src='images/james-mailetapi-logo.gif' alt='Mailet API logo'/></a> 
describes the API
+       implemented by Mailets. 
+</li>
+<li><a href='http://james.apache.org/mailet/base'>
+       <img src='images/james-mailet-base-logo.gif' alt='Mailet Base 
logo'/></a> is a basic toolkit 
+       aimed at developers of mailet implementations.
+</li>
+<li><a href='http://james.apache.org/mailet/standard'>
+       <img src='images/james-standard-mailets-logo.gif' alt='Standard Mailets 
logo'/></a> is a collection
+       of basic mailets with minimal dependencies.
+</li>
+<li><a href='http://james.apache.org/mailet/crypto'>
+       <img src='images/james-crypto-mailets-logo.gif' alt='Crypto Mailets 
logo'/></a> contains cryptographic
+       mailets which can be used to sign and verify signatures.
+</li>
+</ul>
+</section>
+</body>
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to