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/12/01 23:08:20 UTC

svn commit: r722259 - in /james/jsieve/trunk/mailet: pom.xml src/site/site.xml src/site/xdoc/ src/site/xdoc/index.xml

Author: rdonkin
Date: Mon Dec  1 14:08:20 2008
New Revision: 722259

URL: http://svn.apache.org/viewvc?rev=722259&view=rev
Log:
Added subsite for Sieve Mailet

Added:
    james/jsieve/trunk/mailet/src/site/site.xml   (contents, props changed)
      - copied, changed from r722245, james/jsieve/trunk/main/src/site/site.xml
    james/jsieve/trunk/mailet/src/site/xdoc/
    james/jsieve/trunk/mailet/src/site/xdoc/index.xml   (contents, props changed)
      - copied, changed from r722245, james/jsieve/trunk/main/src/site/xdoc/index.xml
Modified:
    james/jsieve/trunk/mailet/pom.xml

Modified: james/jsieve/trunk/mailet/pom.xml
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/pom.xml?rev=722259&r1=722258&r2=722259&view=diff
==============================================================================
--- james/jsieve/trunk/mailet/pom.xml (original)
+++ james/jsieve/trunk/mailet/pom.xml Mon Dec  1 14:08:20 2008
@@ -312,6 +312,11 @@
   <reporting>
     <plugins>
       <plugin>
+        <groupId>org.apache.james</groupId>
+        <artifactId>maven-mailetdocs-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+      </plugin>
+      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.4.3</version>
       </plugin>

Copied: james/jsieve/trunk/mailet/src/site/site.xml (from r722245, james/jsieve/trunk/main/src/site/site.xml)
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/src/site/site.xml?p2=james/jsieve/trunk/mailet/src/site/site.xml&p1=james/jsieve/trunk/main/src/site/site.xml&r1=722245&r2=722259&rev=722259&view=diff
==============================================================================
--- james/jsieve/trunk/main/src/site/site.xml (original)
+++ james/jsieve/trunk/mailet/src/site/site.xml Mon Dec  1 14:08:20 2008
@@ -33,16 +33,15 @@
   <body>
 
     <menu name="jSieve">
-      <item name="Overview" href="index.html"/>
-      <item name="Sieve Features" href="features.html"/>
-      <item name="Getting Started" href="start.html"/>
+      <item name="Overview" href="index.html"/>
+      <item name='Catelog' href='mailet-report.html'/>
       <item name="RFC 2234 (ABNF)" href="http://www.ietf.org/rfc/rfc2234.txt"/>
       <item name="RFC 2244 (ACAP)" href="http://www.ietf.org/rfc/rfc2244.txt"/>
       <item name="RFC 2298 (MDN)" href="http://www.ietf.org/rfc/rfc2298.txt"/>
       <item name="RFC 3028 (Sieve)" href="http://www.ietf.org/rfc/rfc3028.txt"/>
       <item 
         name="DOAP" 
-        href="doap_apache-jsieve.rdf" 
+        href="doap_apache-jsieve-mailet.rdf" 
         img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
     </menu>
     

Propchange: james/jsieve/trunk/mailet/src/site/site.xml
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: james/jsieve/trunk/mailet/src/site/xdoc/index.xml (from r722245, james/jsieve/trunk/main/src/site/xdoc/index.xml)
URL: http://svn.apache.org/viewvc/james/jsieve/trunk/mailet/src/site/xdoc/index.xml?p2=james/jsieve/trunk/mailet/src/site/xdoc/index.xml&p1=james/jsieve/trunk/main/src/site/xdoc/index.xml&r1=722245&r2=722259&rev=722259&view=diff
==============================================================================
--- james/jsieve/trunk/main/src/site/xdoc/index.xml (original)
+++ james/jsieve/trunk/mailet/src/site/xdoc/index.xml Mon Dec  1 14:08:20 2008
@@ -32,32 +32,15 @@
 as a language processor that can be plugged into any internet mail application to add 
 Sieve support.
 </p>
+<subsection name='Sieve Mailets'>
 <p>
-jSieve is a subproject of <a href='http://james.apache.org'>Apache JAMES</a>.
-All who are interested in developing jSieve and JAMES will be warmly
-welcomed on the <a href='mail-lists.html'>mailing lists</a>.
+This library contains mailets which allow Sieve filters to be easily fitting
+into any enterprise mail server supporting the 
+<a href='http://james.apache.org/mailet' rel='tag'>Mailet API</a>. This library
+supplies Sieve mail filtering support for James.
+</p><p>
+For more details, see the <a href='mailet-report.html'>Catelog</a>.
 </p>
-<subsection name='What is Sieve?'>
-<p>
-Sieve is an extensible mail filtering language. It's limited expressiveness (no loops
-or variables, no tests with side effects) allows user created scripts to be run 
-safely on email servers. Sieve is targeted at the final delivery phase 
-(where an incoming email is transferred to a user's mailbox).
-</p>
-<p>
-Sieve scripts are composed of commands. Control commands manage the execution of the script.
-Test commands define side-effect free criteria. 
-Action commands are mail operations to be performed.
-</p>
-
-</subsection>
-</section>
-<section name="News">
-<subsection name="2008">
-  <h4>Aug/2008 - jSieve-0.2 released</h4>
-  <p>The Apache JAMES team is happy to announce the availability of 
-  <a href='http://james.apache.org/download.cgi#jsieve'>Apache jSieve 0.2</a>. 
-  This first public release is a major milestone for JSieve.</p>
 </subsection>
 </section>
 </body>

Propchange: james/jsieve/trunk/mailet/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:mergeinfo = 



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