Author: norman Date: Fri May 14 08:11:52 2010 New Revision: 944151 URL: http://svn.apache.org/viewvc?rev=944151&view=rev Log: update website to reflect release of mailet-standard
Modified: james/site/trunk/www/mailet/standard/index.html Modified: james/site/trunk/www/mailet/standard/index.html URL: http://svn.apache.org/viewvc/james/site/trunk/www/mailet/standard/index.html?rev=944151&r1=944150&r2=944151&view=diff ============================================================================== --- james/site/trunk/www/mailet/standard/index.html (original) +++ james/site/trunk/www/mailet/standard/index.html Fri May 14 08:11:52 2010 @@ -1,265 +1,386 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> - - - - - - - - - - -<html> - <head> - <title>Apache JAMES Standard Mailets - - Overview</title> - <style type="text/css" media="all"> - @import url("./css/maven-base.css"); - @import url("./css/maven-theme.css"); - @import url("./css/site.css"); - </style> - <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="author" content=" - JAMES Project Team" /> - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> - </head> - <body class="composite"> - <div id="banner"> - <a href="index.html" id="bannerLeft"> - - <img src="images/james-standard-mailets-logo.gif" alt="" /> - - </a> - <a href="http://www.apache.org/index.html" id="bannerRight"> - - <img src="images/asf-logo-reduced.gif" alt="" /> - - </a> - <div class="clear"> - <hr/> - </div> - </div> - <div id="breadcrumbs"> - - - - - - - - <div class="xleft"> - Last Published: 09/06/2009 - </div> - <div class="xright"> <a href="../../index.html">JAMES Project</a> - | - <a href="../../server/index.html">Server</a> - | - <a href="../../mailet/index.html">Mailets</a> - | - <a href="../../jspf/index.html">jSPF</a> - | - <a href="../../mime4j/index.html">Mime4J</a> - | - <a href="../../jsieve/index.html">JSieve</a> - | - <a href="../../postage/index.html">Postage</a> - - - - - - - - </div> - <div class="clear"> - <hr/> - </div> - </div> - <div id="leftColumn"> - <div id="navcolumn"> - - - - - - - - <h5>Standard Mailets</h5> - <ul> - - <li class="none"> - <strong>Overview</strong> - </li> - - <li class="none"> - <a href="conf.html">Configuration</a> - </li> - - <li class="none"> - <a href="mailet-report.html">Catalog</a> - </li> - - <li class="none"> - <a href="release-notes.html">Release Notes</a> - </li> - - <li class="none"> - <a href="doap_apache-standard-mailets.rdf">DOAP</a> - </li> - </ul> - <h5>Mailet</h5> - <ul> - - <li class="none"> - <a href="http://james.apache.org/mailet/api">API</a> - </li> - - <li class="none"> - <a href="http://james.apache.org/mailet/base">Basic Toolkit</a> - </li> - - <li class="none"> - <a href="http://james.apache.org/mailet/crypto">Crypto</a> - </li> - - <li class="none"> - <a href="http://james.apache.org/jsieve/mailet/index.html">Sieve</a> - </li> - - <li class="none"> - <a href="http://james.apache.org/mailet/maven-mailetdocs-plugin">MailetDocs</a> - </li> - - <li class="none"> - <a href="">Standard</a> - </li> - </ul> - <h5>Project Documentation</h5> - <ul> - - - - - - - - - - - - - - - - - - - - - - - - - - <li class="collapsed"> - <a href="project-info.html">Project Information</a> - </li> - - - - - - - - - - - - - - - - - - - - <li class="collapsed"> - <a href="project-reports.html">Project Reports</a> - </li> - </ul> - <h5>Downloads</h5> - <ul> - - <li class="none"> - <a href="../../download.cgi">Stable releases</a> - </li> - - <li class="none"> - <a href="../../downloadunstable.cgi">Unstable releases</a> - </li> - - <li class="none"> - <a href="http://people.apache.org/builds/james/nightly/">Nightly builds</a> - </li> - </ul> - <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"> - <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img> - </a> - - - - - - - - </div> - </div> - <div id="bodyColumn"> - <div id="contentBox"> - - - - <a name="Standard Mailets"></a><div class="section"><h2>Standard Mailets</h2> - <p>A collection of generally useful reusable mailets and matchers with minimal dependencies.</p> - <p>These mailets form the mail processing backbone of the - <a href="http://james.apache.org/server">Apache James Server</a>. +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> + + + + + + + + + + +<html> + <head> + <title>Apache JAMES Standard Mailets - Overview</title> + <style type="text/css" media="all"> + @import url("./css/maven-base.css"); + @import url("./css/maven-theme.css"); + @import url("./css/site.css"); + </style> + <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> + <meta name="author" content="JAMES Project Team" /> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> + </head> + <body class="composite"> + <div id="banner"> + <a href="index.html" id="bannerLeft"> + + <img src="images/james-standard-mailets-logo.gif" alt="" /> + + </a> + <a href="http://www.apache.org/index.html" id="bannerRight"> + + <img src="images/asf-logo-reduced.gif" alt="" /> + + </a> + <div class="clear"> + <hr/> + </div> + </div> + <div id="breadcrumbs"> + + + + + + + + <div class="xleft"> + Last Published: 05/14/2010 + </div> + <div class="xright"> <a href="../../index.html">JAMES Project</a> + | + <a href="../../hupa/index.html">Hupa</a> + | + <a href="../../imap/index.html">IMAP</a> + | + <a href="../../jsieve/index.html">JSieve</a> + | + <a href="../../jspf/index.html">jSPF</a> + | + <a href="../../mime4j/index.html">Mime4J</a> + | + <a href="../index.html">Mailets</a> + | + <a href="../../mpt/index.html">MPT</a> + | + <a href="../../server/index.html">Server</a> + | + <a href="../../postage/index.html">Postage</a> + | + <a href="../../jdkim/index.html">jDKIM</a> + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + <div id="leftColumn"> + <div id="navcolumn"> + + + + + + + + <h5>Standard Mailets</h5> + <ul> + + <li class="none"> + <strong>Overview</strong> + </li> + + <li class="none"> + <a href="conf.html">Configuration</a> + </li> + + <li class="none"> + <a href="mailet-report.html">Catalog</a> + </li> + + <li class="none"> + <a href="release-notes.html">Release Notes</a> + </li> + + <li class="none"> + <a href="doap_apache-standard-mailets.rdf">DOAP</a> + </li> + </ul> + <h5>Mailet</h5> + <ul> + + <li class="none"> + <a href="../api">API</a> + </li> + + <li class="none"> + <a href="../base">Basic Toolkit</a> + </li> + + <li class="none"> + <a href="../crypto">Crypto</a> + </li> + + <li class="none"> + <a href="../../jsieve/mailet/index.html">Sieve</a> + </li> + + <li class="none"> + <a href="../maven-mailetdocs-plugin">MailetDocs</a> + </li> + + <li class="none"> + <a href="http://james.apache.org/mailet/standard">Standard</a> + </li> + </ul> + <h5>Project Documentation</h5> + <ul> + + + + + + + + + + + + + + + + + + + + + + + + + + <li class="expanded"> + <a href="project-info.html">Project Information</a> + <ul> + + <li class="none"> + <strong>About</strong> + </li> + + <li class="none"> + <a href="integration.html">Continuous Integration</a> + </li> + + <li class="none"> + <a href="dependencies.html">Dependencies</a> + </li> + + <li class="none"> + <a href="issue-tracking.html">Issue Tracking</a> + </li> + + <li class="none"> + <a href="mail-lists.html">Mailing Lists</a> + </li> + + <li class="none"> + <a href="plugin-management.html">Plugin Management</a> + </li> + + <li class="none"> + <a href="license.html">Project License</a> + </li> + + <li class="none"> + <a href="plugins.html">Project Plugins</a> + </li> + + <li class="none"> + <a href="project-summary.html">Project Summary</a> + </li> + + <li class="none"> + <a href="team-list.html">Project Team</a> + </li> + + <li class="none"> + <a href="source-repository.html">Source Repository</a> + </li> + </ul> + </li> + + + + + + + + + + + + + + + + + + + + <li class="collapsed"> + <a href="project-reports.html">Project Reports</a> + </li> + </ul> + <h5>Download</h5> + <ul> + + <li class="none"> + <a href="http://www.apache.org/licenses/LICENSE-2.0.txt">License</a> + </li> + + <li class="none"> + <a href="../../download.cgi">Releases</a> + </li> + + <li class="none"> + <a href="http://people.apache.org/builds/james/nightly/">Nightly builds</a> + </li> + + <li class="none"> + <a href="http://hudson.zones.apache.org/hudson/view/James/">Latest (Continuous)</a> + </li> + </ul> + <h5>About James</h5> + <ul> + + <li class="none"> + <a href="../../index.html">Overview</a> + </li> + + <li class="none"> + <a href="../../newsarchive.html">News</a> + </li> + + <li class="none"> + <a href="../../mail.html">Mailing Lists</a> + </li> + + <li class="none"> + <a href="../../contribute.html">Contributing</a> + </li> + + <li class="none"> + <a href="../../guidelines.html">Project Guidelines</a> + </li> + + <li class="none"> + <a href="http://wiki.apache.org/james">Wiki</a> + </li> + + <li class="none"> + <a href="../../weare.html">Who We Are</a> + </li> + + <li class="none"> + <a href="../../license.html">License</a> + </li> + </ul> + <h5>Apache Software Foundation</h5> + <ul> + + <li class="none"> + <a href="http://jakarta.apache.org/site/getinvolved.html">Get Involved</a> + </li> + + <li class="none"> + <a href="http://apache.org/foundation/faq.html">FAQ</a> + </li> + + <li class="none"> + <a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a> + </li> + + <li class="none"> + <a href="http://apache.org/foundation/contributing.html">Donations</a> + </li> + + <li class="none"> + <a href="http://apache.org/foundation/thanks.html">Thanks</a> + </li> + </ul> + <a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"> + <img alt="Built by Maven" src="./images/logos/maven-feather.png"></img> + </a> + + + + + + + + </div> + </div> + <div id="bodyColumn"> + <div id="contentBox"> + <div class="section"><h2><a name="Standard_Mailets"></a>Standard Mailets</h2> +<p>A collection of generally useful reusable mailets and matchers with minimal dependencies.</p> +<p>These mailets form the mail processing backbone of the + <a href="http://james.apache.org/server" class="externalLink">Apache James Server</a>. They are coupled only to the - <a href="http://james.apache.org/mailet/">Mailet API</a> + <a href="http://james.apache.org/mailet/" class="externalLink">Mailet API</a> and so are independent of the server. - </p> - <a name="Catalog"></a><div class="section"><h3>Catalog</h3> - <p>A full category is available <a href="mailet-report.html">here</a>.</p> - </div> - </div> - - - </div> - </div> - <div class="clear"> - <hr/> - </div> - <div id="footer"> - <div class="xright">© - 2008-2009 - - The Apache Software Foundation - - - - - - - - </div> - <div class="clear"> - <hr/> - </div> - </div> - <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> - </script> - <script type="text/javascript"> - _uacct = "UA-1384591-1"; - urchinTracker(); - </script> - </body> -</html> + </p> +<div class="section"><h3><a name="Releases"></a>Releases</h3> +<p><strong>Apache Mailet Standard 1.0</strong> + is the current release and can be downloaded + <a href="http://james.apache.org/download.cgi" class="externalLink">here</a>. + </p> +<p><strong>1.0</strong> + is the first independent release of the API. + Earlier versions were released as part of the + <a href="http://james.apache.org/server/index.html" class="externalLink">Apache James Server</a> and are versioned accordingly. + </p> +</div> +<div class="section"><h3><a name="Catalog"></a>Catalog</h3> +<p>A full category is available <a href="mailet-report.html">here</a>.</p> +</div> +</div> + + </div> + </div> + <div class="clear"> + <hr/> + </div> + <div id="footer"> + <div class="xright">© + 2008-2010 + + The Apache Software Foundation + + + + + + + + </div> + <div class="clear"> + <hr/> + </div> + </div> + <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + </script> + <script type="text/javascript"> + _uacct = "UA-1384591-1"; + urchinTracker(); + </script> + </body> +</html>