You must be subscribed to the [email protected] mailing list. To unsubscribe send an empty email to [email protected]
...ant On Sun, May 2, 2010 at 12:34 PM, 10Types Support <[email protected]> wrote: > Why are we getting these? Please stop. > > Technical Support & Customer Service > 10 Types Inc. > (888) 836-8973, option 5 > (215) 207-2349 (fax) > > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Sunday, May 02, 2010 4:26 AM > To: [email protected] > Subject: svn commit: r940172 - /abdera/site/trunk/index.html > > Author: antelder > Date: Sun May 2 08:26:22 2010 > New Revision: 940172 > > URL: http://svn.apache.org/viewvc?rev=940172&view=rev > Log: > No changes, set EOL native > > Modified: > abdera/site/trunk/index.html > > Modified: abdera/site/trunk/index.html > URL: > http://svn.apache.org/viewvc/abdera/site/trunk/index.html?rev=940172&r1=940171&r2=940172&view=diff > ============================================================================== > --- abdera/site/trunk/index.html (original) > +++ abdera/site/trunk/index.html Sun May 2 08:26:22 2010 > @@ -1,330 +1,363 @@ > -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" > "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> > -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> > -<head> > -<title>Apache Abdera</title> > -<link rel="stylesheet" href="style/main.css" type="text/css" /> > -<link rel="alternate feed" type="application/atom+xml" href="releases.xml" > title="Abdera Releases" /> > -</head> > - > -<body> > - <!-- Header --> > - <div id="banner"> > - <span id="projectLogo">Apache Abdera</span> > - </div> > - <div id="divider"></div> > - > - <div> > - <div id="navigation"> > - <h5>Abdera</h5> > - <ul id="navigation_menu"> > - <li>Home</li> > - <li><a href="http://cwiki.apache.org/ABDERA">Wiki</a></li> > - </ul> > - <h5>Documentation</h5> > - <ul id="navigation_menu"> > - <li><a > href="http://cwiki.apache.org/confluence/display/ABDERA/Getting+Started">Getting > Started</a></li> > - <li><a > href="http://cwiki.apache.org/confluence/display/ABDERA/Building+Abdera">Building > Abdera</a></li> > - <li><a href="docs/api/index.html">Javadocs</a></li> > - <li><a href="reference.html">Reference</a></li> > - </ul> > - <h5>Project</h5> > - <ul id="navigation_menu"> > - <li><a href="project.html#lists">Mailing Lists</a></li> > - <li><a href="project.html#team">Project Team</a></li> > - <li><a href="http://svn.apache.org/repos/asf/abdera/">Source > Repository</a></li> > - <li><a href="https://issues.apache.org/jira/browse/ABDERA">Issue > Tracking</a></li> > - </ul> > - </div> > - > - <div id="content"> > - > - <h1>An Open Source Atom Implementation</h1> > - > - <img class="rightimg" src="images/atom-logo75px.gif" border="0" > alt="Atom 1.0 Logo" /> > - > - <p>The goal of the Apache Abdera project is to build a > functionally-complete, > - high-performance implementation of the IETF Atom Syndication Format > - (<a href="http://www.ietf.org/rfc/rfc4287.txt">RFC 4287</a>) and > - Atom Publishing Protocol (<a > href="http://www.ietf.org/rfc/rfc5023.txt">RFC 5023</a>) > - specifications.</p> > - > - <p>Abdera is an effort undergoing incubation at the Apache Software > - Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is > - required of all newly accepted projects until a further review indicates > - that the infrastructure, communications, and decision making process have > - stabilized in a manner consistent with other successful ASF projects. > - While incubation status is not necessarily a reflection of the > completeness > - or stability of the code, it does indicate that the project has yet to be > - fully endorsed by the ASF.</p> > - > - <h2>News</h2> > - > - <dl> > - <dt>November 25, 2008: Abdera graduates from the Apache Incubator</dt> > - <dd>The ASF Board of Directors has voted to make Abdera a new top level > - Apache project. As a result we are now in the process of moving Abdera > - out of the incubator and into its new location at <a > href="http://abdera.apache.org/">abdera.apache.org</a>.</dd> > - <dt>April 11, 2008: Abdera 0.4.0 (Incubating) <a > href="#abdera.0.4.0-incubating">Released</a></dt> > - <dd>Features: > -<ul> > -<li>A simplified server side framework and API for implementing > services.</li> > -<li>Server side filter API for intercepting requests and implementing > concerns such as security.</li> > -<li>A collection of pre-bundled Atom Publishing Protocol adapters for JDBC, > JCR, filesystems, and CouchDB.</li> > -<li>An improved JSON serialization mechanism.</li> > -<li>New extensions such as OAuth support.</li> > -<li>New StreamWriter interface for fast Atom document serialization</li> > -<li>Improved Unicode performance for IRI implementation</li> > -<li>URI Template Support</li> > -<li>HTML Parser </li> > -<li>Many API improvements and bug fixes!</li> > -</ul> > - </dd> > - </dl> > - > - <dl> > - <dt>October 5, 2007: Abdera 0.3.0 (Incubating) <a > href="#abdera.0.3.0-incubating">Released</a></dt> > - <dd>Features: > -<ul> > -<li>Support for the Atompub final draft</li> > -<li>Refactored and simplified Server framework</li> > -<li>Refactored and simplified AbderaClient</li> > -<li>ExtensionFactory can now provide the mime type for extension > elements</li> > -<li>Improved extensibility</li> > -<li>Updated dependencies</li> > -<li>XPath support improvements</li> > -<li>Geotagging extensions</li> > -<li>Simple Sharing extensions</li> > -<li>WSSE Authentication</li> > -<li>Bidi extensions (experimental)</li> > -<li>Atompub features extensions (experimental)</li> > -<li>Feed paging extensions</li> > -<li>Feed license extensions</li> > -<li>XML Encryption with Diffie-Hellman key exchange</li> > -<li>Spring integration support</li> > -<li>Extensions now packaged in separate jars for modular distribution</li> > -<li>Improved error handling</li> > -<li>More examples</li> > -<li>Less bugs</li> > -<li>Lots of other improvements</li> > -</ul> > - </dd> > - </dl> > - > - <dl> > - <dt>February 19th, 2007: Abdera 0.2.2 (Incubating) <a > href="#abdera.0.2.2-incubating">Released</a></dt> > - <dd>Fixes: > -<ul> > -<li>Fix the XHTML/XML entry content bug</li> > -<li>Fix StAX API conformance bugs</li> > -<li>Update to Apache Axiom 1.2.1</li> > -<li>Various API Cleanups</li> > -</ul> > - </dd> > - </dl> > - > - <dl> > - <dt>December 5th, 2006: Abdera 0.2.0 (Incubating) <a > href="#abdera.0.2.0-incubating">Released</a></dt> > - <dd>Features and Fixes: > -<ul> > -<li>A reworked API that improves usability</li> > -<li>Decoupled extensions from the underlying parser implementation</li> > -<li>A Atom Publishing Protocol client implementation</li> > -<li>Updated support for the current Atom Publishing Protocol draft > specification</li> > -<li>Added support for Internationalized Resource Identifiers (IRIs)</li> > -<li>Improved Thread Safety</li> > -<li>Fixed a number of Classloader issues that kept Abdera from working > properly in application server environments.</li> > -<li>Improved Javadocs</li> > -<li>Added test cases and sample code</li> > -<li>Added experimental Bidirectional Text support</li> > -<li>Improved implementation of OpenSearch v1.0 and v1.1 extensions</li> > -<li>Implementation of MediaRSS extensions</li> > -<li>Implementation of Feed Paging and Archiving extensions</li> > -<li>GoogleLogin Authentication Support</li> > -</ul></dd> > - </dl> > - <dl> > - <dt>June 6th, 2006: Abdera Project proposal accepted for > incubation</dt> > - <dd>The Apache Incubator PMC approved the Abdera project proposal.</dd> > - </dl> > - > - <h2>Downloads</h2> > - > - <a id="abdera.0.4.0-incubating"></a> > - <table width="100%"> > - <caption><b>Abdera 0.4.0-incubating</b></caption> > - <tr> > - <th>Description</th> > - <th>Location</th> > - <th>MD5 Checksum</th> > - </tr> > - <tr> > - <td align="center" rowspan="2">Abdera 0.4.0-incubating</td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.tar.gz">apache-abdera-0.4.0-incubating.tar.gz</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.tar.gz.md5">3334ffb08f1f9f672948e5da5d09af19</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.tar.gz.asc">(Signature)</a></td> > - </tr> > - <tr> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.zip">apache-abdera-0.4.0-incubating.zip</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.zip.md5">382a1db0c96f09a6209b4056b2d726ee</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.zip.asc">(Signature)</a></td> > - </tr> > - > - <tr> > - <td align="center" rowspan="2">Abdera 0.4.0-incubating Source</td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.tar.gz">apache-abdera-0.4.0-incubating-src.tar.gz</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.tar.gz.md5">a30613b2e196cd59bad19a0d416b2971</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.tar.gz.asc">(Signature)</a></td> > - </tr> > - <tr> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.zip">apache-abdera-0.4.0-incubating-src.zip</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.zip.md5">ba268e664c50022cf014196ed8e89dfb</a></td> > - <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.zip.asc">(Signature)</a></td> > - </tr> > - > - <tr> > - <td colspan="4" style="text-align:right"><a > href="http://svn.apache.org/repos/asf/incubator/abdera/java/tags/abdera-0.4.0-incubating/KEYS">Release > signing key</a></td> > - </tr> > - > - </table> > - > - <br /> > - > - <a id="abdera.0.3.0-incubating"></a> > - <table width="100%"> > - <caption><b>Abdera 0.3.0-incubating</b></caption> > - <tr> > - <th>Description</th> > - <th>Location</th> > - <th>MD5 Checksum</th> > - </tr> > - <tr> > - <td align="center">Abdera 0.3.0-incubating (Java 1.5)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.zip">abdera.0.3.0-incubating.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.3-incubating.zip.md5">78cc9d9bba02a96e2a9a9d02a5e91843</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.3.0-incubating (Java 1.4.2)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.jdk142.zip">abdera.0.3.0-incubating.jdk142.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.jdk142.zip.md5">7661337e407f349ab4c814f82064db18</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.3.0-incubating (Source)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.src.zip">abdera.0.3.0-incubating.src.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.src.zip.md5">577f799019d61987f8879c0734dea94d</a></td> > - </tr> > - </table> > - > - <br /> > - > - <a id="abdera.0.2.2-incubating"></a> > - <table width="100%"> > - <caption><b>Abdera 0.2.2-incubating</b></caption> > - <tr> > - <th>Description</th> > - <th>Location</th> > - <th>MD5 Checksum</th> > - </tr> > - <tr> > - <td align="center">Abdera 0.2.2-incubating (Java 1.5)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.zip">abdera.0.2.2-incubating.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.zip.md5">08ac5ff8f64c4f3d7f1ea91c693d10ec</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.2.2-incubating (Java 1.4.2)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.jdk142.zip">abdera.0.2.2-incubating.jdk142.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.jdk142.zip.md5">677a4a0ba862bc870cf699271250141f</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.2.2-incubating (Source)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.src.zip">abdera.0.2.2-incubating.src.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.src.zip.md5">4fcb56be1c45fa7519fd4290e99da0c1</a></td> > - </tr> > - </table> > - > - <br /> > - > - <a id="abdera.0.2.0-incubating"></a> > - <table width="100%"> > - <caption><b>Abdera 0.2.0-incubating</b></caption> > - <tr> > - <th>Description</th> > - <th>Location</th> > - <th>MD5 Checksum</th> > - </tr> > - <tr> > - <td align="center">Abdera 0.2.0-incubating (Java 1.5)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.zip">abdera.0.2.0-incubating.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.zip.md5">64d21b03e9dfa9911df69452ba6c70dd</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.2.0-incubating (Java 1.4.2)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.jdk142.zip">abdera.0.2.0-incubating.jdk142.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.jdk142.zip.md5">5b376ec71ffea9c191475c9d2dd203a5</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.2.0-incubating (Source)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.src.zip">abdera.0.2.0-incubating.src.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.src.zip.md5">035474accea020ba5598194a16868d2fd</a></td> > - </tr> > - </table> > - > - <br /> > - > - <a id="abdera.0.1.0-incubating"></a> > - <table width="100%"> > - <caption><b>Abdera 0.1.0-incubating Developer Preview</b></caption> > - <tr> > - <th>Description</th> > - <th>Location</th> > - <th>MD5 Checksum</th> > - </tr> > - <tr> > - <td align="center">Abdera 0.1.0-incubating (Java 1.5)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.zip">abdera.0.1.0-incubating.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.zip.md5">052517d0b7a0726c68703b20e5b1b1fe</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.1.0-incubating (Java 1.4.2)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.jdk142.zip">abdera.0.1.0-incubating.jdk142.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.jdk142.zip.md5">10eaaa5f5ee4d8e942507e02929ef003</a></td> > - </tr> > - <tr> > - <td align="center">Abdera 0.1.0-incubating (Source)</td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.src.zip">abdera.0.1.0-incubating.src.zip</a></td> > - <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.src.zip.md5">d434012552e9d2af47a55756952b889f</a></td> > - </tr> > - </table> > - > - <h2>Getting Started</h2> > - > - <p>The latest source is available in the Subversion repository.</p> > - > - <p>To get started with Abdera you should first familiarize yourself with > - the Atom Syndication Format and Atom Publishing Protocol specifications > - and check out the "Getting Started" guide. Sample applications are also > - available for you to explore.</p> > - > - <p>Take a look at the Frequently Asked Questions or browse the mailing > list > - archives for answers to questions not covered by the documentation pages. > - If you need more help or want to discuss Abdera generally, don't hesitate > - to join the Abdera users <a href="project.html#lists">mailing list</a> > (you can subscribe by sending an empty message to > - <a > href="mailto:[email protected]">[email protected]</a> > ).</p> > - > - <p>Apache Abdera is an open source project and welcomes all > contributions. > - You can participate by answering questions on the mailing list, filing > bug > - reports for any problems or improvement ideas you come up with or writing > - documentation and code. See the How the ASF works page for background > - information on the Apache Software Foundation and the way we work.</p> > - > - </div> > - > - <div id="footer"> > - Copyright © 2006-2007, The Apache Software Foundation > - </div> > - > - </div> > - > - > -</body> > - > -</html> > +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" > "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> > +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> > +<head> > +<title>Apache Abdera</title> > +<link rel="stylesheet" href="style/main.css" type="text/css" /> > +<link rel="alternate feed" type="application/atom+xml" href="releases.xml" > title="Abdera Releases" /> > +</head> > + > +<body> > + <!-- Header --> > + <div id="banner"> > + <span id="projectLogo">Apache Abdera</span> > + </div> > + <div id="divider"></div> > + > + <div> > + <div id="navigation"> > + <h5>Abdera</h5> > + <ul id="navigation_menu"> > + <li>Home</li> > + <li><a href="http://cwiki.apache.org/ABDERA">Wiki</a></li> > + </ul> > + <h5>Documentation</h5> > + <ul id="navigation_menu"> > + <li><a > href="http://cwiki.apache.org/confluence/display/ABDERA/Getting+Started">Getting > Started</a></li> > + <li><a > href="http://cwiki.apache.org/confluence/display/ABDERA/Building+Abdera">Building > Abdera</a></li> > + <li><a href="docs/api/index.html">Javadocs</a></li> > + <li><a href="reference.html">Reference</a></li> > + </ul> > + <h5>Project</h5> > + <ul id="navigation_menu"> > + <li><a href="project.html#lists">Mailing Lists</a></li> > + <li><a href="project.html#team">Project Team</a></li> > + <li><a href="http://svn.apache.org/repos/asf/abdera/">Source > Repository</a></li> > + <li><a href="https://issues.apache.org/jira/browse/ABDERA">Issue > Tracking</a></li> > + </ul> > + </div> > + > + <div id="content"> > + > + <h1>An Open Source Atom Implementation</h1> > + > + <img class="rightimg" src="images/atom-logo75px.gif" border="0" > alt="Atom 1.0 Logo" /> > + > + <p>The goal of the Apache Abdera project is to build a > functionally-complete, > + high-performance implementation of the IETF Atom Syndication Format > + (<a href="http://www.ietf.org/rfc/rfc4287.txt">RFC 4287</a>) and > + Atom Publishing Protocol (<a > href="http://www.ietf.org/rfc/rfc5023.txt">RFC 5023</a>) > + specifications.</p> > + > + <h2>News</h2> > + > + <dl> > + <dt>May 2, 2010: Abdera 1.0 <a href="#abdera.1.0">Released</a></dt> > + <dd>The 1.0 release of Abdera created in January 2009 has now been > published.</dd> > + <dt>November 25, 2008: Abdera graduates from the Apache Incubator</dt> > + <dd>The ASF Board of Directors has voted to make Abdera a new top level > + Apache project. As a result we are now in the process of moving Abdera > + out of the incubator and into its new location at <a > href="http://abdera.apache.org/">abdera.apache.org</a>.</dd> > + <dt>April 11, 2008: Abdera 0.4.0 (Incubating) <a > href="#abdera.0.4.0-incubating">Released</a></dt> > + <dd>Features: > +<ul> > +<li>A simplified server side framework and API for implementing > services.</li> > +<li>Server side filter API for intercepting requests and implementing > concerns such as security.</li> > +<li>A collection of pre-bundled Atom Publishing Protocol adapters for JDBC, > JCR, filesystems, and CouchDB.</li> > +<li>An improved JSON serialization mechanism.</li> > +<li>New extensions such as OAuth support.</li> > +<li>New StreamWriter interface for fast Atom document serialization</li> > +<li>Improved Unicode performance for IRI implementation</li> > +<li>URI Template Support</li> > +<li>HTML Parser </li> > +<li>Many API improvements and bug fixes!</li> > +</ul> > + </dd> > + </dl> > + > + <dl> > + <dt>October 5, 2007: Abdera 0.3.0 (Incubating) <a > href="#abdera.0.3.0-incubating">Released</a></dt> > + <dd>Features: > +<ul> > +<li>Support for the Atompub final draft</li> > +<li>Refactored and simplified Server framework</li> > +<li>Refactored and simplified AbderaClient</li> > +<li>ExtensionFactory can now provide the mime type for extension > elements</li> > +<li>Improved extensibility</li> > +<li>Updated dependencies</li> > +<li>XPath support improvements</li> > +<li>Geotagging extensions</li> > +<li>Simple Sharing extensions</li> > +<li>WSSE Authentication</li> > +<li>Bidi extensions (experimental)</li> > +<li>Atompub features extensions (experimental)</li> > +<li>Feed paging extensions</li> > +<li>Feed license extensions</li> > +<li>XML Encryption with Diffie-Hellman key exchange</li> > +<li>Spring integration support</li> > +<li>Extensions now packaged in separate jars for modular distribution</li> > +<li>Improved error handling</li> > +<li>More examples</li> > +<li>Less bugs</li> > +<li>Lots of other improvements</li> > +</ul> > + </dd> > + </dl> > + > + <dl> > + <dt>February 19th, 2007: Abdera 0.2.2 (Incubating) <a > href="#abdera.0.2.2-incubating">Released</a></dt> > + <dd>Fixes: > +<ul> > +<li>Fix the XHTML/XML entry content bug</li> > +<li>Fix StAX API conformance bugs</li> > +<li>Update to Apache Axiom 1.2.1</li> > +<li>Various API Cleanups</li> > +</ul> > + </dd> > + </dl> > + > + <dl> > + <dt>December 5th, 2006: Abdera 0.2.0 (Incubating) <a > href="#abdera.0.2.0-incubating">Released</a></dt> > + <dd>Features and Fixes: > +<ul> > +<li>A reworked API that improves usability</li> > +<li>Decoupled extensions from the underlying parser implementation</li> > +<li>A Atom Publishing Protocol client implementation</li> > +<li>Updated support for the current Atom Publishing Protocol draft > specification</li> > +<li>Added support for Internationalized Resource Identifiers (IRIs)</li> > +<li>Improved Thread Safety</li> > +<li>Fixed a number of Classloader issues that kept Abdera from working > properly in application server environments.</li> > +<li>Improved Javadocs</li> > +<li>Added test cases and sample code</li> > +<li>Added experimental Bidirectional Text support</li> > +<li>Improved implementation of OpenSearch v1.0 and v1.1 extensions</li> > +<li>Implementation of MediaRSS extensions</li> > +<li>Implementation of Feed Paging and Archiving extensions</li> > +<li>GoogleLogin Authentication Support</li> > +</ul></dd> > + </dl> > + <dl> > + <dt>June 6th, 2006: Abdera Project proposal accepted for > incubation</dt> > + <dd>The Apache Incubator PMC approved the Abdera project proposal.</dd> > + </dl> > + > + <h2>Downloads</h2> > + > + <a id="abdera.1.0"></a> > + <table width="100%"> > + <caption><b>Abdera 1.0</b></caption> > + <tr> > + <th>Description</th> > + <th>Location</th> > + <th>MD5 Checksum</th> > + </tr> > + <tr> > + <td align="center" rowspan="2">Abdera 1.0</td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0.tar.gz">apache-abdera-1.0.tar.gz</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0.tar.gz.md5">120644406dbd3693590253b265f61988</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0.tar.gz.asc">(Signature)</a></td> > + </tr> > + <tr> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0.zip">apache-abdera-1.0.zip</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0.zip.md5">095aff705427d6a0c1dfcabecac16334</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0.zip.asc">(Signature)</a></td> > + </tr> > + > + <tr> > + <td align="center" rowspan="2">Abdera 1.0 Source</td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0-src.tar.gz">apache-abdera-1.0-src.tar.gz</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0-src.tar.gz.md5">259d061fe33219693a037c971c05aebe</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0-src.tar.gz.asc">(Signature)</a></td> > + </tr> > + <tr> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0-src.zip">apache-abdera-1.0-src.zip</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0-src.zip.md5">fdf0b8da53ac2701f234f4cde437535d</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/abdera/1.0/apache-abdera-1.0-src.zip.asc">(Signature)</a></td> > + </tr> > + > + <tr> > + <td colspan="4" style="text-align:right"><a > href="http://svn.apache.org/repos/asf/incubator/abdera/java/tags/abdera-1.0/KEYS">Release > signing key</a></td> > + </tr> > + > + </table> > + > + <br /> > + > + <a id="abdera.0.4.0-incubating"></a> > + <table width="100%"> > + <caption><b>Abdera 0.4.0-incubating</b></caption> > + <tr> > + <th>Description</th> > + <th>Location</th> > + <th>MD5 Checksum</th> > + </tr> > + <tr> > + <td align="center" rowspan="2">Abdera 0.4.0-incubating</td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.tar.gz">apache-abdera-0.4.0-incubating.tar.gz</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.tar.gz.md5">3334ffb08f1f9f672948e5da5d09af19</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.tar.gz.asc">(Signature)</a></td> > + </tr> > + <tr> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.zip">apache-abdera-0.4.0-incubating.zip</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.zip.md5">382a1db0c96f09a6209b4056b2d726ee</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating.zip.asc">(Signature)</a></td> > + </tr> > + > + <tr> > + <td align="center" rowspan="2">Abdera 0.4.0-incubating Source</td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.tar.gz">apache-abdera-0.4.0-incubating-src.tar.gz</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.tar.gz.md5">a30613b2e196cd59bad19a0d416b2971</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.tar.gz.asc">(Signature)</a></td> > + </tr> > + <tr> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.zip">apache-abdera-0.4.0-incubating-src.zip</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.zip.md5">ba268e664c50022cf014196ed8e89dfb</a></td> > + <td align="center"><a > href="http://www.apache.org/dist/incubator/abdera/0.4.0-incubating/apache-abdera-0.4.0-incubating-src.zip.asc">(Signature)</a></td> > + </tr> > + > + <tr> > + <td colspan="4" style="text-align:right"><a > href="http://svn.apache.org/repos/asf/incubator/abdera/java/tags/abdera-0.4.0-incubating/KEYS">Release > signing key</a></td> > + </tr> > + > + </table> > + > + <br /> > + > + <a id="abdera.0.3.0-incubating"></a> > + <table width="100%"> > + <caption><b>Abdera 0.3.0-incubating</b></caption> > + <tr> > + <th>Description</th> > + <th>Location</th> > + <th>MD5 Checksum</th> > + </tr> > + <tr> > + <td align="center">Abdera 0.3.0-incubating (Java 1.5)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.zip">abdera.0.3.0-incubating.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.3-incubating.zip.md5">78cc9d9bba02a96e2a9a9d02a5e91843</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.3.0-incubating (Java 1.4.2)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.jdk142.zip">abdera.0.3.0-incubating.jdk142.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.jdk142.zip.md5">7661337e407f349ab4c814f82064db18</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.3.0-incubating (Source)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.src.zip">abdera.0.3.0-incubating.src.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.3.0-incubating/abdera.0.3.0-incubating.src.zip.md5">577f799019d61987f8879c0734dea94d</a></td> > + </tr> > + </table> > + > + <br /> > + > + <a id="abdera.0.2.2-incubating"></a> > + <table width="100%"> > + <caption><b>Abdera 0.2.2-incubating</b></caption> > + <tr> > + <th>Description</th> > + <th>Location</th> > + <th>MD5 Checksum</th> > + </tr> > + <tr> > + <td align="center">Abdera 0.2.2-incubating (Java 1.5)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.zip">abdera.0.2.2-incubating.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.zip.md5">08ac5ff8f64c4f3d7f1ea91c693d10ec</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.2.2-incubating (Java 1.4.2)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.jdk142.zip">abdera.0.2.2-incubating.jdk142.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.jdk142.zip.md5">677a4a0ba862bc870cf699271250141f</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.2.2-incubating (Source)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.src.zip">abdera.0.2.2-incubating.src.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.2-incubating/abdera.0.2.2-incubating.src.zip.md5">4fcb56be1c45fa7519fd4290e99da0c1</a></td> > + </tr> > + </table> > + > + <br /> > + > + <a id="abdera.0.2.0-incubating"></a> > + <table width="100%"> > + <caption><b>Abdera 0.2.0-incubating</b></caption> > + <tr> > + <th>Description</th> > + <th>Location</th> > + <th>MD5 Checksum</th> > + </tr> > + <tr> > + <td align="center">Abdera 0.2.0-incubating (Java 1.5)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.zip">abdera.0.2.0-incubating.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.zip.md5">64d21b03e9dfa9911df69452ba6c70dd</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.2.0-incubating (Java 1.4.2)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.jdk142.zip">abdera.0.2.0-incubating.jdk142.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.jdk142.zip.md5">5b376ec71ffea9c191475c9d2dd203a5</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.2.0-incubating (Source)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.src.zip">abdera.0.2.0-incubating.src.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.2.0-incubating/abdera.0.2.0-incubating.src.zip.md5">035474accea020ba5598194a16868d2fd</a></td> > + </tr> > + </table> > + > + <br /> > + > + <a id="abdera.0.1.0-incubating"></a> > + <table width="100%"> > + <caption><b>Abdera 0.1.0-incubating Developer Preview</b></caption> > + <tr> > + <th>Description</th> > + <th>Location</th> > + <th>MD5 Checksum</th> > + </tr> > + <tr> > + <td align="center">Abdera 0.1.0-incubating (Java 1.5)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.zip">abdera.0.1.0-incubating.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.zip.md5">052517d0b7a0726c68703b20e5b1b1fe</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.1.0-incubating (Java 1.4.2)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.jdk142.zip">abdera.0.1.0-incubating.jdk142.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.jdk142.zip.md5">10eaaa5f5ee4d8e942507e02929ef003</a></td> > + </tr> > + <tr> > + <td align="center">Abdera 0.1.0-incubating (Source)</td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.src.zip">abdera.0.1.0-incubating.src.zip</a></td> > + <td align="center"><a > href="http://people.apache.org/dist/incubator/abdera/0.1.0-incubating/abdera.0.1.0-incubating.src.zip.md5">d434012552e9d2af47a55756952b889f</a></td> > + </tr> > + </table> > + > + <h2>Getting Started</h2> > + > + <p>The latest source is available in the Subversion repository.</p> > + > + <p>To get started with Abdera you should first familiarize yourself with > + the Atom Syndication Format and Atom Publishing Protocol specifications > + and check out the "Getting Started" guide. Sample applications are also > + available for you to explore.</p> > + > + <p>Take a look at the Frequently Asked Questions or browse the mailing > list > + archives for answers to questions not covered by the documentation pages. > + If you need more help or want to discuss Abdera generally, don't hesitate > + to join the Abdera users <a href="project.html#lists">mailing list</a> > (you can subscribe by sending an empty message to > + <a > href="mailto:[email protected]">[email protected]</a> > ).</p> > + > + <p>Apache Abdera is an open source project and welcomes all > contributions. > + You can participate by answering questions on the mailing list, filing > bug > + reports for any problems or improvement ideas you come up with or writing > + documentation and code. See the How the ASF works page for background > + information on the Apache Software Foundation and the way we work.</p> > + > + </div> > + > + <div id="footer"> > + Copyright © 2006-2007, The Apache Software Foundation > + </div> > + > + </div> > + > + > +</body> > + > +</html> > > > >
