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/11/27 21:34:48 UTC

svn commit: r721267 - in /james/protocol-tester/trunk/main/src/site: ./ resources/ resources/images/ site.xml xdoc/ xdoc/index.xml

Author: rdonkin
Date: Thu Nov 27 12:34:48 2008
New Revision: 721267

URL: http://svn.apache.org/viewvc?rev=721267&view=rev
Log:
Added very basic site and documentation variable substitution

Added:
    james/protocol-tester/trunk/main/src/site/
    james/protocol-tester/trunk/main/src/site/resources/
    james/protocol-tester/trunk/main/src/site/resources/images/
    james/protocol-tester/trunk/main/src/site/site.xml
    james/protocol-tester/trunk/main/src/site/xdoc/
    james/protocol-tester/trunk/main/src/site/xdoc/index.xml

Added: james/protocol-tester/trunk/main/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/protocol-tester/trunk/main/src/site/site.xml?rev=721267&view=auto
==============================================================================
--- james/protocol-tester/trunk/main/src/site/site.xml (added)
+++ james/protocol-tester/trunk/main/src/site/site.xml Thu Nov 27 12:34:48 2008
@@ -0,0 +1,46 @@
+<?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 Mail Protocol Tester (MPT)">
+  <bannerLeft>
+    <name>JAMES MPT</name>
+    <src>/images/james-mpt-logo.gif</src>
+    <href>http://james.apache.org/mpt/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="Mail Protocol Tester">
+      <item name="Overview" href="index.html"/>
+      <item 
+      	name="DOAP" 
+      	href="doap_mailet.rdf" 
+      	img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
+    </menu>
+    
+    <menu ref="reports" />
+
+  </body>
+</project>

Added: james/protocol-tester/trunk/main/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/james/protocol-tester/trunk/main/src/site/xdoc/index.xml?rev=721267&view=auto
==============================================================================
--- james/protocol-tester/trunk/main/src/site/xdoc/index.xml (added)
+++ james/protocol-tester/trunk/main/src/site/xdoc/index.xml Thu Nov 27 12:34:48 2008
@@ -0,0 +1,43 @@
+<?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="server-dev@james.apache.org">Mail Protocol Tester</author>
+ </properties>
+
+<body>
+<section name="What is the Apache James MTP?">
+<p>
+Apache James Mail Protocol Tester (MTP) is a library providing a framework for the 
+scritable functional testing of ASCII based line protocols.</p>
+</section>
+<section name="Script Features">
+<subsection name='Variable Substitution'>
+<p>
+Variables of form <code>${<em>variable-name</em>}</code> may be substituted by values
+passed into the script builder before interpretation.
+</p>
+</subsection>
+</section>
+</body>
+</document>



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