Author: buildbot
Date: Tue Dec 26 14:50:26 2017
New Revision: 1022737
Log:
Staging update by buildbot for gora
Modified:
websites/staging/gora/trunk/content/ (props changed)
websites/staging/gora/trunk/content/current/index.html
Propchange: websites/staging/gora/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 26 14:50:26 2017
@@ -1 +1 @@
-1818970
+1819286
Modified: websites/staging/gora/trunk/content/current/index.html
==============================================================================
--- websites/staging/gora/trunk/content/current/index.html (original)
+++ websites/staging/gora/trunk/content/current/index.html Tue Dec 26 14:50:26
2017
@@ -211,10 +211,6 @@ following modules are currently implemen
<ul>
<li><a href="./compiler.html">gora-compiler</a>: A page dedicated to the
GoraCompiler; a critical part of the Gora workflow;</li>
<li><a href="./compiler-cli.html">gora-compiler-cli</a>: A page dedicated to
the GoraCompiler Command Line Interface; a utility module for working with the
Gora Compiler;</li>
-<li><a href="./gora-shims.html">gora-shims-hadoop</a>: Base module enabling us
to use Gora with multiple versions of Hadoop in a flexible manner;</li>
-<li><a href="./gora-shims.html">gora-shims-hadoop-1.x</a>: Module enabling us
to use Gora with Hadoop 1.X;</li>
-<li><a href="./gora-shims.html">gora-shims-hadoop-2.x</a>: Module enabling us
to use Gora with Hadoop 2.X;</li>
-<li><a href="./gora-shims.html">gora-shims-hadoop-distribution</a>: Packaging
container module enabling easier dependency management whilst working with Gora
Shims;</li>
<li><a href="./gora-core.html">gora-core</a>: Module containing core
functionality, AvroStore and DataFileAvroStore stores, GoraSparkEngine;</li>
<li><a href="./gora-accumulo.html">gora-accumulo</a>: Module for <a
href="http://accumulo.apache.org">Apache Accumulo</a> backend and AccumuloStore
implementation;</li>
<li><a href="./gora-camel.html">camel-gora</a>: An <a
href="http://camel.apache.org/">Apache Camel</a> component that allows you to
work with NoSQL databases using Gora;</li>
@@ -230,7 +226,10 @@ following modules are currently implemen
<li><a href="./tutorial.html">gora-tutorial</a>: The Gora LogManager
tutorial;</li>
<li>gora-sources-dist: Packaging module used to build and distribute Gora
sources during project releases;</li>
</ul>
-<p>We currently have modules under development for <a
href="http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html">Oracle
NoSQL</a> and <a href="http://lucene.apache.org">Apache Lucene</a>.</p>
+<p>We currently have modules under development for several other storage
mediums such
+as <a
href="http://www.oracle.com/technetwork/database/database-technologies/nosqldb/overview/index.html">Oracle
NoSQL</a>
+and <a href="http://lucene.apache.org">Apache Lucene</a>. Consult the Gora
source, located on <a href="https://github.com/apache/gora/">Github</a>
+for a complete list of modules.</p>
<h2 id="gora-testing">Gora Testing<a class="headerlink" href="#gora-testing"
title="Permanent link">¶</a></h2>
<p>Gora currently has two testing mechanisms
* JUnit Tests: These are included for every module which provides a DataStore
within Gora.