You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by no...@apache.org on 2007/09/29 08:38:14 UTC

svn commit: r580549 - /james/site/trunk/www/jspf/index.html

Author: norman
Date: Fri Sep 28 23:38:14 2007
New Revision: 580549

URL: http://svn.apache.org/viewvc?rev=580549&view=rev
Log:
Fix downloadunstable.cgi link

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=580549&view=auto
==============================================================================
--- james/site/trunk/www/jspf/index.html (added)
+++ james/site/trunk/www/jspf/index.html Fri Sep 28 23:38:14 2007
@@ -0,0 +1,284 @@
+<!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: 09/29/2007
+                      </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="../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>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">
+        
+  
+  
+    <a name="What is it?"></a><div class="section"><h2>What is it?</h2>
+      <p>
+        The jSPF library is pure Java SPF implementation. It was designed to match the current
+        SPF-Specs of 2006-2007 (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 href="http://www.openspf.org"> openspf website</a>.
+      </p>
+    </div>
+    <a name="News"></a><div class="section"><h2>News</h2>
+    
+    <a name="2007"></a><div class="section"><h3>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 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>
+    
+    <a name="2006"></a><div class="section"><h3>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>
+    
+    <a name="releases"></a><div class="section"><h2>releases</h2>
+      <p>
+        <b>Latest: jSPF v0.9.5</b>
+        <br></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-2007
+    
+          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