Author: rdonkin
Date: Wed Nov 19 13:16:49 2008
New Revision: 719074

URL: http://svn.apache.org/viewvc?rev=719074&view=rev
Log:
Basic top level site

Added:
    james/jsieve/trunk/src/   (with props)
    james/jsieve/trunk/src/site/
    james/jsieve/trunk/src/site/resources/   (props changed)
      - copied from r719052, james/jsieve/trunk/main/src/site/resources/
    james/jsieve/trunk/src/site/site.xml   (contents, props changed)
      - copied, changed from r719052, james/jsieve/trunk/main/src/site/site.xml
    james/jsieve/trunk/src/site/xdoc/
    james/jsieve/trunk/src/site/xdoc/index.xml   (contents, props changed)
      - copied, changed from r719052, 
james/jsieve/trunk/main/src/site/xdoc/index.xml

Propchange: james/jsieve/trunk/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Nov 19 13:16:49 2008
@@ -0,0 +1 @@
+.*

Propchange: james/jsieve/trunk/src/site/resources/
------------------------------------------------------------------------------
    svn:mergeinfo = 

Copied: james/jsieve/trunk/src/site/site.xml (from r719052, 
james/jsieve/trunk/main/src/site/site.xml)
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/src/site/site.xml?p2=james/jsieve/trunk/src/site/site.xml&p1=james/jsieve/trunk/main/src/site/site.xml&r1=719052&r2=719074&rev=719074&view=diff
==============================================================================
--- james/jsieve/trunk/main/src/site/site.xml (original)
+++ james/jsieve/trunk/src/site/site.xml Wed Nov 19 13:16:49 2008
@@ -1,21 +1,21 @@
 <?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.    
+<!--
+  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="jSieve">
   <bannerLeft>
@@ -28,25 +28,44 @@
     <name>The Apache Software Foundation</name>
     <src>images/asf-logo-reduced.gif</src>
     <href>http://www.apache.org/index.html</href>
-  </bannerRight> 
+  </bannerRight>
+
+  <skin>
+    <groupId>org.apache.james</groupId>
+    <artifactId>maven-skin</artifactId>
+    <version>1.2-SNAPSHOT</version>
+  </skin>
 
   <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="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" 
-        img='http://www.w3.org/RDF/icons/rdf_metadata_button.32'/>
+      <item name="Main" href="main/index.html" />
+      <item name="Mailet" href="mailet/index.html" />
+      <item name="Util" href="util/index.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"; />
     </menu>
-    
-    <menu ref="reports" />
 
+    <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>

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

Copied: james/jsieve/trunk/src/site/xdoc/index.xml (from r719052, 
james/jsieve/trunk/main/src/site/xdoc/index.xml)
URL: 
http://svn.apache.org/viewvc/james/jsieve/trunk/src/site/xdoc/index.xml?p2=james/jsieve/trunk/src/site/xdoc/index.xml&p1=james/jsieve/trunk/main/src/site/xdoc/index.xml&r1=719052&r2=719074&rev=719074&view=diff
==============================================================================
--- james/jsieve/trunk/main/src/site/xdoc/index.xml (original)
+++ james/jsieve/trunk/src/site/xdoc/index.xml Wed Nov 19 13:16:49 2008
@@ -7,9 +7,9 @@
   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                 
-                                                               
+  
+  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       
@@ -19,46 +19,75 @@
 -->
 <document>
 
- <properties>
-  <title>Overview</title>
-  <author email="[EMAIL PROTECTED]">jSieve Project</author>
- </properties>
+  <properties>
+    <title>Overview</title>
+    <author email="[email protected]">jSieve Project</author>
+  </properties>
 
-<body>
-<section name="What is jSieve?">
-<p>
-jSieve is a Java implementation of the Sieve mail filtering language defined 
by 
-<a href='http://www.rfc-editor.org/rfc/rfc3028.txt'>RFC 3028</a>. jSieve is 
implemented 
-as a language processor that can be plugged into any internet mail application 
to add 
-Sieve support.
-</p>
-<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>.
-</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>
+  <body>
+    <section name="What is jSieve?">
+      <p>
+        jSieve is a Java implementation of the Sieve mail filtering
+        language defined by
+        <a href='http://www.rfc-editor.org/rfc/rfc3028.txt'>RFC 3028</a>
+        . jSieve is implemented as a language processor that can be
+        plugged into any internet mail application to add Sieve support.
+      </p>
+      <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>
+        .
+      </p>
+      <p>jSieve consists of three products:</p>
+      <ol>
+        <li>
+          <a href='main/index.html'>Apache JSieve</a>
+          is a Sieve library coded in Java.
+        </li>
+        <li>
+          <a href='mailet/index.html'>Apache JSieve Mailet</a>
+          is a
+          <a href='http://james.apache.org/mailet'>Mailet</a>
+          which builds on the JSieve library to create a comprehensive
+          server side Sieve filtering system.
+        </li>
+        <li>
+          <a href='util/index.html'>Apache JSieve Utilities</a>
+          contains utility classes helpful when using Sieve but not
+          considered sufficiently core to be included in the main
+          library.
+        </li>
+      </ol>
+      <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>
 </document>

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



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

Reply via email to