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/08/28 21:33:13 UTC

svn commit: r689943 - in /james/mailet/maven-mailetdocs-plugin/trunk/src/site: ./ resources/ resources/images/ resources/images/asf-logo-reduced.gif site.xml xdoc/ xdoc/index.xml

Author: rdonkin
Date: Thu Aug 28 12:33:13 2008
New Revision: 689943

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

Added:
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/resources/
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/resources/images/
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/resources/images/asf-logo-reduced.gif   (with props)
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/site.xml
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/xdoc/
    james/mailet/maven-mailetdocs-plugin/trunk/src/site/xdoc/index.xml

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

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

Added: james/mailet/maven-mailetdocs-plugin/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/src/site/site.xml?rev=689943&view=auto
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/src/site/site.xml (added)
+++ james/mailet/maven-mailetdocs-plugin/trunk/src/site/site.xml Thu Aug 28 12:33:13 2008
@@ -0,0 +1,53 @@
+<?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 MailetDocs Maven Plugin">
+  <bannerLeft>
+    <name>JAMES MailetDocs Maven Plugin</name>
+    <src>http://james.apache.org/mailet/images/james-mailets-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="MailetDocs Maven Plugin">
+      <item name="Overview" href="index.html"/>
+      <item 
+      	name="DOAP" 
+      	href="doap_crypto-mailets.rdf" 
+      	img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
+    </menu>
+
+    <menu name="Mailets">
+      <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 ref="reports" />
+
+  </body>
+</project>

Added: james/mailet/maven-mailetdocs-plugin/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/src/site/xdoc/index.xml?rev=689943&view=auto
==============================================================================
--- james/mailet/maven-mailetdocs-plugin/trunk/src/site/xdoc/index.xml (added)
+++ james/mailet/maven-mailetdocs-plugin/trunk/src/site/xdoc/index.xml Thu Aug 28 12:33:13 2008
@@ -0,0 +1,32 @@
+<?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">Apache JAMES Project Team</author>
+  </properties>
+  <body>
+    <section name="MailetDocs Maven Plugin">
+      	<p>MailetDocs is a <a href='http://maven.apache.org'>Maven</a> plugin which
+      	generates documentation for mailets. For example, this 
+      	<a href='http://james.apache.org/mailet/standard/mailet-report.html'>report</a>.</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