You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/04/21 23:49:24 UTC

svn commit: r650285 - in /james/mailet/crypto/trunk/src/site: ./ site.xml xdoc/ xdoc/index.xml

Author: rdonkin
Date: Mon Apr 21 14:49:22 2008
New Revision: 650285

URL: http://svn.apache.org/viewvc?rev=650285&view=rev
Log:
Basic website

Added:
    james/mailet/crypto/trunk/src/site/
    james/mailet/crypto/trunk/src/site/site.xml
    james/mailet/crypto/trunk/src/site/xdoc/
    james/mailet/crypto/trunk/src/site/xdoc/index.xml

Added: james/mailet/crypto/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/site.xml?rev=650285&view=auto
==============================================================================
--- james/mailet/crypto/trunk/src/site/site.xml (added)
+++ james/mailet/crypto/trunk/src/site/site.xml Mon Apr 21 14:49:22 2008
@@ -0,0 +1,42 @@
+<?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.    
+-->
+<project name="Apache JAMES Crypto">
+  <bannerLeft>
+    <name>JAMES Cryptography Mailets</name>
+    <src>images/james-server-logo.gif</src>
+    <href>http://james.apache.org/mailets/crypto/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> 
+
+  <body>
+
+    <menu name="Cryptography Mailets">
+      <item name="Overview" href="index.html"/>
+    </menu>
+
+    ${reports}
+
+  </body>
+</project>

Added: james/mailet/crypto/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/src/site/xdoc/index.xml?rev=650285&view=auto
==============================================================================
--- james/mailet/crypto/trunk/src/site/xdoc/index.xml (added)
+++ james/mailet/crypto/trunk/src/site/xdoc/index.xml Mon Apr 21 14:49:22 2008
@@ -0,0 +1,30 @@
+<?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.    
+-->
+<document>
+  <properties>
+    <title>Overview</title>
+    <author email="server-dev@james.apache.org">JAMES Project Team</author>
+  </properties>
+  <body>
+    <section name="Crytography Mailets">
+      <p>Mailets which encode, decode, sign and verify mail.</p>
+    </section>
+  </body>
+</document>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org