Author: norman
Date: Wed Apr  9 00:57:43 2008
New Revision: 646213

URL: http://svn.apache.org/viewvc?rev=646213&view=rev
Log:
Commit missing index.html page.. 

Added:
    james/site/trunk/www/jspf/index.html   (with props)

Added: james/site/trunk/www/jspf/index.html
URL: 
http://svn.apache.org/viewvc/james/site/trunk/www/jspf/index.html?rev=646213&view=auto
==============================================================================
--- james/site/trunk/www/jspf/index.html (added)
+++ james/site/trunk/www/jspf/index.html Wed Apr  9 00:57:43 2008
@@ -0,0 +1,285 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
+
+
+
+
+
+
+
+
+
+
+<html>
+  <head>
+    <title>jSPF - 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 jSPF 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-jspf-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: 04/08/2008
+                      </div>
+            <div class="xright">      <a href="../index.html">JAMES Project</a>
+          |
+          <a href="../server/index.html">Server</a>
+          |
+          <a href="../mailet/index.html">Mailet API</a>
+          |
+          <a href="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>jSPF</h5>
+        <ul>
+              
+    <li class="none">
+              <strong>Overview</strong>
+        </li>
+              
+    <li class="none">
+              <a href="FAQ.html">jSPF FAQ</a>
+        </li>
+              
+    <li class="none">
+              <a href="mail-lists.html">Mailing Lists</a>
+        </li>
+          </ul>
+          <h5>Documentation</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="apidocs/index.html">jSPF Javadocs</a>
+        </li>
+              
+    <li class="none">
+              <a href="rfclist.html">Useful RFCs</a>
+        </li>
+          </ul>
+          <h5>Project</h5>
+        <ul>
+              
+    <li class="none">
+              <a href="issue-tracking.html">Bug Database</a>
+        </li>
+              
+    <li class="none">
+              <a href="source-repository.html">Source Code</a>
+        </li>
+              
+    <li class="none">
+              <a href="team-list.html">Who We Are</a>
+        </li>
+              
+    <li class="none">
+              <a href="license.html">License</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">
+        <div class="section"><h2><a name="What_is_it"></a>
+What is it?</h2>
+<p>
+        The jSPF library is pure Java SPF implementation. It was designed to 
match the current
+        SPF-Specs of 2006-2008 (See RFC section). SPF is also knows as Sender 
Policy Framework.     
+        It was designed to detect email spoofing.This is the solution if you 
ever was tired
+        of getting spam from yourself. For more informations see 
+        <a class="externalLink" href="http://www.openspf.org";> openspf 
website</a>
+.
+      </p>
+</div>
+<div class="section"><h2><a name="News"></a>
+News</h2>
+<div class="section"><h3><a name="a2008"></a>
+2008</h3>
+<h4>Apr/2008 - jSPF-0.9.6 released</h4>
+<p>We are proud to announce the <a href="../download.cgi">availability</a>
+ release of APACHE jSPF-0.9.6. This release fix two possible 
NullPointerExceptions and handle the &quot;exp=&quot; modifier correctly.</p>
+</div>
+<div class="section"><h3><a name="a2007"></a>
+2007</h3>
+<h4>Sept/2007 - jSPF-0.9.5 released</h4>
+<p>We are proud to announce the <a 
href="../downloadunstable.cgi">availability</a>
+ release of APACHE jSPF-0.9.5. This release spots an initial support for 
asynchronous processing and is fully <a class="externalLink" 
href="http://www.openspf.org";>RFC4408</a>
+ compliant.</p>
+<h4>Feb/2007 - jSPF-0.9b4 released</h4>
+<p>After some more work was done, we proud to announce the <a 
href="../downloadunstable.cgi">release</a>
+ 
+      of jSPF-0.9b4. 0.9b4 correctly supports SPF DNS record type (previously 
we only supported TXT record type) and 
+      introduce support for spf extension policies like fallback, override, 
trusted forwarder.</p>
+</div>
+<div class="section"><h3><a name="a2006"></a>
+2006</h3>
+<h4>Sep/2006 - jSPF-0.9b3 released</h4>
+<p>0.9b3 introduces YAML based unit tests to check RFC compliance and a couple 
of minor fixes.</p>
+<h4>Jul/2006 - First public release of jSPF</h4>
+<p>After a fully rewrite of spf-java we finally release jSPF.</p>
+</div>
+</div>
+<div class="section"><h2><a name="releases"></a>
+releases</h2>
+<p><b>Latest: jSPF v0.9.5</b>
+<br />
+
+jSPF v0.9.5 is the current release.
+Both <a href="../downloadunstable.cgi">binary and source</a>
+ distributions are available.</p>
+<p>This release passes all YAML tests published by openspf.org (still under 
development). So it should be fully RFC4408 compliant.</p>
+</div>
+
+      </div>
+    </div>
+    <div class="clear">
+      <hr/>
+    </div>
+    <div id="footer">
+      <div class="xright">&#169;  
+          2006-2008
+    
+          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>

Propchange: james/site/trunk/www/jspf/index.html
------------------------------------------------------------------------------
    svn:mime-type = text/html


Reply via email to