You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/08/24 23:07:41 UTC

svn commit: r1377116 - in /gora/site: author/src/documentation/content/xdocs/index.xml author/src/documentation/content/xdocs/releases.xml publish/index.html publish/releases.html

Author: lewismc
Date: Fri Aug 24 21:07:40 2012
New Revision: 1377116

URL: http://svn.apache.org/viewvc?rev=1377116&view=rev
Log:
rearrange news to index.xml plus add GSoC announcement

Modified:
    gora/site/author/src/documentation/content/xdocs/index.xml
    gora/site/author/src/documentation/content/xdocs/releases.xml
    gora/site/publish/index.html
    gora/site/publish/releases.html

Modified: gora/site/author/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/gora/site/author/src/documentation/content/xdocs/index.xml?rev=1377116&r1=1377115&r2=1377116&view=diff
==============================================================================
--- gora/site/author/src/documentation/content/xdocs/index.xml (original)
+++ gora/site/author/src/documentation/content/xdocs/index.xml Fri Aug 24 21:07:40 2012
@@ -60,6 +60,100 @@
       </ul></p>
     </section>
     
+     <section>
+      <title>News</title>
+      
+      <section>
+        <title>24 August, 2012: Apache Gora successfully participates in Google Summer of Code 2012</title>
+        <p>The jury has been out, the results are in and we are extremely proud to announce that the <a href="https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2012/renato2099/1"><b>Gora - Amazon DynamoDB datastore for Gora</b></a> project has come out on top in this years <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>. We can now bear the fruits of success in this years program as it marks a first for Gora and will surely reap long term benefits for the community as a whole. A huge congratulations to this years student Renato Javier Marroquín Mogrovejo for his work over the summer, as a community we look forward to your continued presence within the project and beyond.   
+        </p>
+      </section>
+      
+      <section>
+        <title>07 August, 2012: Apache Gora 0.2.1 released</title>
+        <p>The Apache Gora team are proud to announce the release of Gora 0.2.1. This point-oh! release offers users large improvements within the gora-cassandra module including a number of bug fixes, significant upgrades to Apache Cassandra and Hector Client API usage and a number of improvements to the gora-core API. The Maven artifacts for the project are published  
+        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
+        See the <a href="http://www.apache.org/dist/gora/0.2.1/CHANGES.txt">0.2-CHANGES.txt</a> 
+        file for a full list of changes in this release or alternatively the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311172&#38;version=12322496">Jira release report</a>.
+        </p>
+      </section>
+      
+      <section>
+        <title>24 April, 2012: Apache Gora 0.2 released</title>
+        <p>The Apache Gora team are proud to announce the release of Gora 0.2, our first since graduating from the Apache
+        Incubator. This release boasts an assortment of over 50 improvements over our previous incubating release with artifacts 
+        available both within Maven Central and from official Apache mirrors. The Maven artifacts for the project are published  
+        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
+        See the <a href="http://www.apache.org/dist/gora/0.2-CHANGES.txt">0.2-CHANGES.txt</a> 
+        file for a full list of changes in this release. 
+        </p>
+      </section>
+      
+      <section>
+        <title>23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project</title>
+        <p>The Apache Gora team are very happy to announce conformation that the green light has been given for a Gora 
+         <a href="http://aws.amazon.com/dynamodb/">Amazon Dynamo DB</a> project within the remit of this years 
+         <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>.
+        See the official project proposal <a href="http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/renato2099/1">here</a>. 
+        </p>
+      </section>
+      
+      <section>
+        <title>24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation</title>
+        <p>The biggest event within Apache Gora's history was revealed on 24/01/2012 when it was announced that Apache Gora 
+        was to be established as a Top Level Project entity within the Apache Software Foundation. This is excellent news for 
+        the Gora community and we are looking forward to tackling the benefits and challenges brought by our new Top Level status. 
+        </p>
+      </section>
+
+      <section>
+        <title>15 January, 2012: Apache Gora announces full support for <a href="ext:hector"><b>Hector Client</b>:</a></title>
+        <p>Some time ago, the Apache Gora development team made the decision to support Hector as the 
+        primary Apache Cassandra client. This decision enables Gora to build on the expressiveness offered by the 
+        Hector API, some features include:
+        <li>high level, simple object oriented interface to cassandra. </li>
+        <li>failover behavior on the client side.</li>
+        <li>connection pooling for improved performance and scalability.</li>
+        <li>JMX counters for monitoring and management.</li>
+        <li>configurable and extensible load balancing (round robin (the default), least active, and a phi-accrural style response time detector).</li>
+        <li>complete encapsulation of the underlying Thrift API and structs.</li>
+        <li>automatic retry of downed hosts.</li>
+        <li>automatic discovery of additional hosts in the cluster.</li>
+        <li>suspension of hosts for a short period of time after several timeouts.</li>
+        <li>simple ORM layer that works.</li>
+        <li>a type-safe approach to dealing with Apache Cassandra’s data model.</li>
+        As an Apache community we value community over code, this move is definately a step in the right direction towards
+        bringing together two diverse communities, whilst during process undoubtably making both Apache Gora and Hector better 
+        technologies. Here at Gora we look forward to working with the Hector community.
+        </p>
+      </section>
+      
+      <section>
+        <title>24 September, 2011: Apache Gora 0.1.1-incubating release</title>
+        <p>The Apache Gora project made its second incubating release. This 
+        release improves the Maven artifacts for the project and publishes them 
+        in useable form to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
+        See the <a href="http://www.apache.org/dist/incubator/gora/CHANGES-0.1.1-incubating.txt">CHANGES.txt</a> 
+        file for a full list of changes in this release.
+        </p>
+      </section>
+
+      <section>
+        <title>06 April, 2011: Apache Gora 0.1-incubating release</title>
+        <p>The Apache Gora project made its first incubating release. See the
+        <a href="http://archive.apache.org/dist/incubator/gora/0.1-incubating/CHANGES-0.1-incubating.txt">CHANGES.txt</a>
+        file for a full list of changes in this release.
+        </p>
+      </section>
+
+      <section>
+        <title>26 September, 2010: Gora in Apache Incubator </title>
+    <p>Gora has been accepted to the Apache Incubator and started it's life
+        as a candidate Apache project. </p>
+      </section>
+     
+    </section>
+    
     <section>
       <title>Apache Gora Trademark Attribution</title>
       <p>Apache Gora, Gora, Apache, the Apache feather logo, and the Apache Gora project logo are trademarks of The Apache Software Foundation.</p>

Modified: gora/site/author/src/documentation/content/xdocs/releases.xml
URL: http://svn.apache.org/viewvc/gora/site/author/src/documentation/content/xdocs/releases.xml?rev=1377116&r1=1377115&r2=1377116&view=diff
==============================================================================
--- gora/site/author/src/documentation/content/xdocs/releases.xml (original)
+++ gora/site/author/src/documentation/content/xdocs/releases.xml Fri Aug 24 21:07:40 2012
@@ -97,94 +97,6 @@
       </p>
     </section>
 
-    <section>
-      <title>News</title>
-      
-      <section>
-        <title>07 August, 2012: Apache Gora 0.2.1 released</title>
-        <p>The Apache Gora team are proud to announce the release of Gora 0.2.1. This point-oh! release offers users large improvements within the gora-cassandra module including a number of bug fixes, significant upgrades to Apache Cassandra and Hector Client API usage and a number of improvements to the gora-core API. The Maven artifacts for the project are published  
-        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
-        See the <a href="http://www.apache.org/dist/gora/0.2.1/CHANGES.txt">0.2-CHANGES.txt</a> 
-        file for a full list of changes in this release or alternatively the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311172&#38;version=12322496">Jira release report</a>.
-        </p>
-      </section>
-      
-      <section>
-        <title>24 April, 2012: Apache Gora 0.2 released</title>
-        <p>The Apache Gora team are proud to announce the release of Gora 0.2, our first since graduating from the Apache
-        Incubator. This release boasts an assortment of over 50 improvements over our previous incubating release with artifacts 
-        available both within Maven Central and from official Apache mirrors. The Maven artifacts for the project are published  
-        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
-        See the <a href="http://www.apache.org/dist/gora/0.2-CHANGES.txt">0.2-CHANGES.txt</a> 
-        file for a full list of changes in this release. 
-        </p>
-      </section>
-      
-      <section>
-        <title>23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project</title>
-        <p>The Apache Gora team are very happy to announce conformation that the green light has been given for a Gora 
-         <a href="http://aws.amazon.com/dynamodb/">Amazon Dynamo DB</a> project within the remit of this years 
-         <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>.
-        See the official project proposal <a href="http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/renato2099/1">here</a>. 
-        </p>
-      </section>
-      
-      <section>
-        <title>24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation</title>
-        <p>The biggest event within Apache Gora's history was revealed on 24/01/2012 when it was announced that Apache Gora 
-        was to be established as a Top Level Project entity within the Apache Software Foundation. This is excellent news for 
-        the Gora community and we are looking forward to tackling the benefits and challenges brought by our new Top Level status. 
-        </p>
-      </section>
-
-      <section>
-        <title>15 January, 2012: Apache Gora announces full support for <a href="ext:hector"><b>Hector Client</b>:</a></title>
-        <p>Some time ago, the Apache Gora development team made the decision to support Hector as the 
-        primary Apache Cassandra client. This decision enables Gora to build on the expressiveness offered by the 
-        Hector API, some features include:
-        <li>high level, simple object oriented interface to cassandra. </li>
-        <li>failover behavior on the client side.</li>
-        <li>connection pooling for improved performance and scalability.</li>
-        <li>JMX counters for monitoring and management.</li>
-        <li>configurable and extensible load balancing (round robin (the default), least active, and a phi-accrural style response time detector).</li>
-        <li>complete encapsulation of the underlying Thrift API and structs.</li>
-        <li>automatic retry of downed hosts.</li>
-        <li>automatic discovery of additional hosts in the cluster.</li>
-        <li>suspension of hosts for a short period of time after several timeouts.</li>
-        <li>simple ORM layer that works.</li>
-        <li>a type-safe approach to dealing with Apache Cassandra’s data model.</li>
-        As an Apache community we value community over code, this move is definately a step in the right direction towards
-        bringing together two diverse communities, whilst during process undoubtably making both Apache Gora and Hector better 
-        technologies. Here at Gora we look forward to working with the Hector community.
-        </p>
-      </section>
-      
-      <section>
-        <title>24 September, 2011: Apache Gora 0.1.1-incubating release</title>
-        <p>The Apache Gora project made its second incubating release. This 
-        release improves the Maven artifacts for the project and publishes them 
-        in useable form to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
-        See the <a href="http://www.apache.org/dist/incubator/gora/CHANGES-0.1.1-incubating.txt">CHANGES.txt</a> 
-        file for a full list of changes in this release.
-        </p>
-      </section>
-
-      <section>
-        <title>06 April, 2011: Apache Gora 0.1-incubating release</title>
-        <p>The Apache Gora project made its first incubating release. See the
-        <a href="http://archive.apache.org/dist/incubator/gora/0.1-incubating/CHANGES-0.1-incubating.txt">CHANGES.txt</a>
-        file for a full list of changes in this release.
-        </p>
-      </section>
-
-      <section>
-        <title>26 September, 2010: Gora in Apache Incubator </title>
-    <p>Gora has been accepted to the Apache Incubator and started it's life
-        as a candidate Apache project. </p>
-      </section>
-     
-    </section>
-
   </body>
 
 </document>

Modified: gora/site/publish/index.html
URL: http://svn.apache.org/viewvc/gora/site/publish/index.html?rev=1377116&r1=1377115&r2=1377116&view=diff
==============================================================================
--- gora/site/publish/index.html (original)
+++ gora/site/publish/index.html Fri Aug 24 21:07:40 2012
@@ -212,6 +212,38 @@ document.write("Last Published: " + docu
 <a href="#Background">Background</a>
 </li>
 <li>
+<a href="#News">News</a>
+<ul class="minitoc">
+<li>
+<a href="#24+August%2C+2012%3A+Apache+Gora+successfully+participates+in+Google+Summer+of+Code+2012">24 August, 2012: Apache Gora successfully participates in Google Summer of Code 2012</a>
+</li>
+<li>
+<a href="#07+August%2C+2012%3A+Apache+Gora+0.2.1+released">07 August, 2012: Apache Gora 0.2.1 released</a>
+</li>
+<li>
+<a href="#24+April%2C+2012%3A+Apache+Gora+0.2+released">24 April, 2012: Apache Gora 0.2 released</a>
+</li>
+<li>
+<a href="#23+April%2C+2012%3A+Apache+Gora+Amazon+DynamoDB+project+accepted+as+Google+Summer+of+Code+project">23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project</a>
+</li>
+<li>
+<a href="#24+January%2C+2012%3A+Apache+Gora+Graduates+to+Top+Level+Project+at+the+Apache+Software+Foundation">24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation</a>
+</li>
+<li>
+<a href="#15+January%2C+2012%3A+Apache+Gora+announces+full+support+for">15 January, 2012: Apache Gora announces full support for Hector Client:</a>
+</li>
+<li>
+<a href="#24+September%2C+2011%3A+Apache+Gora+0.1.1-incubating+release">24 September, 2011: Apache Gora 0.1.1-incubating release</a>
+</li>
+<li>
+<a href="#06+April%2C+2011%3A+Apache+Gora+0.1-incubating+release">06 April, 2011: Apache Gora 0.1-incubating release</a>
+</li>
+<li>
+<a href="#26+September%2C+2010%3A+Gora+in+Apache+Incubator">26 September, 2010: Gora in Apache Incubator </a>
+</li>
+</ul>
+</li>
+<li>
 <a href="#Apache+Gora+Trademark+Attribution">Apache Gora Trademark Attribution</a>
 </li>
 </ul>
@@ -280,6 +312,93 @@ document.write("Last Published: " + docu
 </p>
 </div>
     
+     
+<a name="News"></a>
+<h2 class="underlined_10">News</h2>
+<div class="section">
+<a name="24+August%2C+2012%3A+Apache+Gora+successfully+participates+in+Google+Summer+of+Code+2012"></a>
+<h3 class="underlined_5">24 August, 2012: Apache Gora successfully participates in Google Summer of Code 2012</h3>
+<p>The jury has been out, the results are in and we are extremely proud to announce that the <a href="https://google-melange.appspot.com/gsoc/proposal/review/google/gsoc2012/renato2099/1"><b>Gora - Amazon DynamoDB datastore for Gora</b></a> project has come out on top in this years <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>. We can now bear the fruits of success in this years program as it marks a first for Gora and will surely reap long term benefits for the community as a whole. A huge congratulations to this years student Renato Javier Marroqu&Atilde;&shy;n Mogrovejo for his work over the summer, as a community we look forward to your continued presence within the project and beyond.   
+        </p>
+<a name="07+August%2C+2012%3A+Apache+Gora+0.2.1+released"></a>
+<h3 class="underlined_5">07 August, 2012: Apache Gora 0.2.1 released</h3>
+<p>The Apache Gora team are proud to announce the release of Gora 0.2.1. This point-oh! release offers users large improvements within the gora-cassandra module including a number of bug fixes, significant upgrades to Apache Cassandra and Hector Client API usage and a number of improvements to the gora-core API. The Maven artifacts for the project are published  
+        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
+        See the <a href="http://www.apache.org/dist/gora/0.2.1/CHANGES.txt">0.2-CHANGES.txt</a> 
+        file for a full list of changes in this release or alternatively the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311172&amp;version=12322496">Jira release report</a>.
+        </p>
+<a name="24+April%2C+2012%3A+Apache+Gora+0.2+released"></a>
+<h3 class="underlined_5">24 April, 2012: Apache Gora 0.2 released</h3>
+<p>The Apache Gora team are proud to announce the release of Gora 0.2, our first since graduating from the Apache
+        Incubator. This release boasts an assortment of over 50 improvements over our previous incubating release with artifacts 
+        available both within Maven Central and from official Apache mirrors. The Maven artifacts for the project are published  
+        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
+        See the <a href="http://www.apache.org/dist/gora/0.2-CHANGES.txt">0.2-CHANGES.txt</a> 
+        file for a full list of changes in this release. 
+        </p>
+<a name="23+April%2C+2012%3A+Apache+Gora+Amazon+DynamoDB+project+accepted+as+Google+Summer+of+Code+project"></a>
+<h3 class="underlined_5">23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project</h3>
+<p>The Apache Gora team are very happy to announce conformation that the green light has been given for a Gora 
+         <a href="http://aws.amazon.com/dynamodb/">Amazon Dynamo DB</a> project within the remit of this years 
+         <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>.
+        See the official project proposal <a href="http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/renato2099/1">here</a>. 
+        </p>
+<a name="24+January%2C+2012%3A+Apache+Gora+Graduates+to+Top+Level+Project+at+the+Apache+Software+Foundation"></a>
+<h3 class="underlined_5">24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation</h3>
+<p>The biggest event within Apache Gora's history was revealed on 24/01/2012 when it was announced that Apache Gora 
+        was to be established as a Top Level Project entity within the Apache Software Foundation. This is excellent news for 
+        the Gora community and we are looking forward to tackling the benefits and challenges brought by our new Top Level status. 
+        </p>
+<a name="15+January%2C+2012%3A+Apache+Gora+announces+full+support+for"></a>
+<h3 class="underlined_5">15 January, 2012: Apache Gora announces full support for Hector Client:</h3>
+<p>Some time ago, the Apache Gora development team made the decision to support Hector as the 
+        primary Apache Cassandra client. This decision enables Gora to build on the expressiveness offered by the 
+        Hector API, some features include:
+        <li>high level, simple object oriented interface to cassandra. </li>
+        
+<li>failover behavior on the client side.</li>
+        
+<li>connection pooling for improved performance and scalability.</li>
+        
+<li>JMX counters for monitoring and management.</li>
+        
+<li>configurable and extensible load balancing (round robin (the default), least active, and a phi-accrural style response time detector).</li>
+        
+<li>complete encapsulation of the underlying Thrift API and structs.</li>
+        
+<li>automatic retry of downed hosts.</li>
+        
+<li>automatic discovery of additional hosts in the cluster.</li>
+        
+<li>suspension of hosts for a short period of time after several timeouts.</li>
+        
+<li>simple ORM layer that works.</li>
+        
+<li>a type-safe approach to dealing with Apache Cassandra&rsquo;s data model.</li>
+        As an Apache community we value community over code, this move is definately a step in the right direction towards
+        bringing together two diverse communities, whilst during process undoubtably making both Apache Gora and Hector better 
+        technologies. Here at Gora we look forward to working with the Hector community.
+        </p>
+<a name="24+September%2C+2011%3A+Apache+Gora+0.1.1-incubating+release"></a>
+<h3 class="underlined_5">24 September, 2011: Apache Gora 0.1.1-incubating release</h3>
+<p>The Apache Gora project made its second incubating release. This 
+        release improves the Maven artifacts for the project and publishes them 
+        in useable form to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
+        See the <a href="http://www.apache.org/dist/incubator/gora/CHANGES-0.1.1-incubating.txt">CHANGES.txt</a> 
+        file for a full list of changes in this release.
+        </p>
+<a name="06+April%2C+2011%3A+Apache+Gora+0.1-incubating+release"></a>
+<h3 class="underlined_5">06 April, 2011: Apache Gora 0.1-incubating release</h3>
+<p>The Apache Gora project made its first incubating release. See the
+        <a href="http://archive.apache.org/dist/incubator/gora/0.1-incubating/CHANGES-0.1-incubating.txt">CHANGES.txt</a>
+        file for a full list of changes in this release.
+        </p>
+<a name="26+September%2C+2010%3A+Gora+in+Apache+Incubator"></a>
+<h3 class="underlined_5">26 September, 2010: Gora in Apache Incubator </h3>
+<p>Gora has been accepted to the Apache Incubator and started it's life
+        as a candidate Apache project. </p>
+</div>
+    
     
 <a name="Apache+Gora+Trademark+Attribution"></a>
 <h2 class="underlined_10">Apache Gora Trademark Attribution</h2>

Modified: gora/site/publish/releases.html
URL: http://svn.apache.org/viewvc/gora/site/publish/releases.html?rev=1377116&r1=1377115&r2=1377116&view=diff
==============================================================================
--- gora/site/publish/releases.html (original)
+++ gora/site/publish/releases.html Fri Aug 24 21:07:40 2012
@@ -216,35 +216,6 @@ document.write("Last Published: " + docu
 <li>
 <a href="#Previous+Releases">Previous Releases</a>
 </li>
-<li>
-<a href="#News">News</a>
-<ul class="minitoc">
-<li>
-<a href="#07+August%2C+2012%3A+Apache+Gora+0.2.1+released">07 August, 2012: Apache Gora 0.2.1 released</a>
-</li>
-<li>
-<a href="#24+April%2C+2012%3A+Apache+Gora+0.2+released">24 April, 2012: Apache Gora 0.2 released</a>
-</li>
-<li>
-<a href="#23+April%2C+2012%3A+Apache+Gora+Amazon+DynamoDB+project+accepted+as+Google+Summer+of+Code+project">23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project</a>
-</li>
-<li>
-<a href="#24+January%2C+2012%3A+Apache+Gora+Graduates+to+Top+Level+Project+at+the+Apache+Software+Foundation">24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation</a>
-</li>
-<li>
-<a href="#15+January%2C+2012%3A+Apache+Gora+announces+full+support+for">15 January, 2012: Apache Gora announces full support for Hector Client:</a>
-</li>
-<li>
-<a href="#24+September%2C+2011%3A+Apache+Gora+0.1.1-incubating+release">24 September, 2011: Apache Gora 0.1.1-incubating release</a>
-</li>
-<li>
-<a href="#06+April%2C+2011%3A+Apache+Gora+0.1-incubating+release">06 April, 2011: Apache Gora 0.1-incubating release</a>
-</li>
-<li>
-<a href="#26+September%2C+2010%3A+Gora+in+Apache+Incubator">26 September, 2010: Gora in Apache Incubator </a>
-</li>
-</ul>
-</li>
 </ul>
 </div>
 </div> 
@@ -330,89 +301,6 @@ document.write("Last Published: " + docu
       </p>
 </div>
 
-    
-<a name="News"></a>
-<h2 class="underlined_10">News</h2>
-<div class="section">
-<a name="07+August%2C+2012%3A+Apache+Gora+0.2.1+released"></a>
-<h3 class="underlined_5">07 August, 2012: Apache Gora 0.2.1 released</h3>
-<p>The Apache Gora team are proud to announce the release of Gora 0.2.1. This point-oh! release offers users large improvements within the gora-cassandra module including a number of bug fixes, significant upgrades to Apache Cassandra and Hector Client API usage and a number of improvements to the gora-core API. The Maven artifacts for the project are published  
-        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
-        See the <a href="http://www.apache.org/dist/gora/0.2.1/CHANGES.txt">0.2-CHANGES.txt</a> 
-        file for a full list of changes in this release or alternatively the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311172&amp;version=12322496">Jira release report</a>.
-        </p>
-<a name="24+April%2C+2012%3A+Apache+Gora+0.2+released"></a>
-<h3 class="underlined_5">24 April, 2012: Apache Gora 0.2 released</h3>
-<p>The Apache Gora team are proud to announce the release of Gora 0.2, our first since graduating from the Apache
-        Incubator. This release boasts an assortment of over 50 improvements over our previous incubating release with artifacts 
-        available both within Maven Central and from official Apache mirrors. The Maven artifacts for the project are published  
-        to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
-        See the <a href="http://www.apache.org/dist/gora/0.2-CHANGES.txt">0.2-CHANGES.txt</a> 
-        file for a full list of changes in this release. 
-        </p>
-<a name="23+April%2C+2012%3A+Apache+Gora+Amazon+DynamoDB+project+accepted+as+Google+Summer+of+Code+project"></a>
-<h3 class="underlined_5">23 April, 2012: Apache Gora Amazon DynamoDB project accepted as Google Summer of Code project</h3>
-<p>The Apache Gora team are very happy to announce conformation that the green light has been given for a Gora 
-         <a href="http://aws.amazon.com/dynamodb/">Amazon Dynamo DB</a> project within the remit of this years 
-         <a href="http://www.google-melange.com/gsoc/homepage/google/gsoc2012">Google Summer of Code</a>.
-        See the official project proposal <a href="http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/renato2099/1">here</a>. 
-        </p>
-<a name="24+January%2C+2012%3A+Apache+Gora+Graduates+to+Top+Level+Project+at+the+Apache+Software+Foundation"></a>
-<h3 class="underlined_5">24 January, 2012: Apache Gora Graduates to Top Level Project at the Apache Software Foundation</h3>
-<p>The biggest event within Apache Gora's history was revealed on 24/01/2012 when it was announced that Apache Gora 
-        was to be established as a Top Level Project entity within the Apache Software Foundation. This is excellent news for 
-        the Gora community and we are looking forward to tackling the benefits and challenges brought by our new Top Level status. 
-        </p>
-<a name="15+January%2C+2012%3A+Apache+Gora+announces+full+support+for"></a>
-<h3 class="underlined_5">15 January, 2012: Apache Gora announces full support for Hector Client:</h3>
-<p>Some time ago, the Apache Gora development team made the decision to support Hector as the 
-        primary Apache Cassandra client. This decision enables Gora to build on the expressiveness offered by the 
-        Hector API, some features include:
-        <li>high level, simple object oriented interface to cassandra. </li>
-        
-<li>failover behavior on the client side.</li>
-        
-<li>connection pooling for improved performance and scalability.</li>
-        
-<li>JMX counters for monitoring and management.</li>
-        
-<li>configurable and extensible load balancing (round robin (the default), least active, and a phi-accrural style response time detector).</li>
-        
-<li>complete encapsulation of the underlying Thrift API and structs.</li>
-        
-<li>automatic retry of downed hosts.</li>
-        
-<li>automatic discovery of additional hosts in the cluster.</li>
-        
-<li>suspension of hosts for a short period of time after several timeouts.</li>
-        
-<li>simple ORM layer that works.</li>
-        
-<li>a type-safe approach to dealing with Apache Cassandra&rsquo;s data model.</li>
-        As an Apache community we value community over code, this move is definately a step in the right direction towards
-        bringing together two diverse communities, whilst during process undoubtably making both Apache Gora and Hector better 
-        technologies. Here at Gora we look forward to working with the Hector community.
-        </p>
-<a name="24+September%2C+2011%3A+Apache+Gora+0.1.1-incubating+release"></a>
-<h3 class="underlined_5">24 September, 2011: Apache Gora 0.1.1-incubating release</h3>
-<p>The Apache Gora project made its second incubating release. This 
-        release improves the Maven artifacts for the project and publishes them 
-        in useable form to <a href="http://repo1.maven.org/maven2/org/apache/gora/">Maven Central</a>.
-        See the <a href="http://www.apache.org/dist/incubator/gora/CHANGES-0.1.1-incubating.txt">CHANGES.txt</a> 
-        file for a full list of changes in this release.
-        </p>
-<a name="06+April%2C+2011%3A+Apache+Gora+0.1-incubating+release"></a>
-<h3 class="underlined_5">06 April, 2011: Apache Gora 0.1-incubating release</h3>
-<p>The Apache Gora project made its first incubating release. See the
-        <a href="http://archive.apache.org/dist/incubator/gora/0.1-incubating/CHANGES-0.1-incubating.txt">CHANGES.txt</a>
-        file for a full list of changes in this release.
-        </p>
-<a name="26+September%2C+2010%3A+Gora+in+Apache+Incubator"></a>
-<h3 class="underlined_5">26 September, 2010: Gora in Apache Incubator </h3>
-<p>Gora has been accepted to the Apache Incubator and started it's life
-        as a candidate Apache project. </p>
-</div>
-
   
 </div>
 <!--+