You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/10/03 17:49:15 UTC

tinkerpop git commit: Added Ferma to the index listing

Repository: tinkerpop
Updated Branches:
  refs/heads/master 24bec1053 -> 434cb35dc


Added Ferma to the index listing

https://lists.apache.org/thread.html/ead4a156a9981e4bd17a8920bad60ea97e22620f60c2ba63eed4a7a5@%3Cdev.tinkerpop.apache.org%3E  CTR


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/434cb35d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/434cb35d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/434cb35d

Branch: refs/heads/master
Commit: 434cb35dc46bf166c7340a93b2132723fcf08882
Parents: 24bec10
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Oct 3 13:48:07 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Oct 3 13:48:07 2017 -0400

----------------------------------------------------------------------
 docs/site/home/index.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/434cb35d/docs/site/home/index.html
----------------------------------------------------------------------
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index 46cda0c..aa1c96e 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -242,11 +242,12 @@ limitations under the License.
          <h4 id="language-variants-compilers">Query Languages</h4>
          <small>[<a href="providers.html#query-language-providers">learn more</a>]</small>
          <ul>
-            <li><a href="https://github.com/davebshow/goblin">Goblin</a> (python) - Goblin OGM for the TinkerPop 3 Gremlin Server.</li>
+            <li><a href="http://syncleus.com/Ferma/">Ferma</a> (java/dsl) - An ORM / OGM for Apache TinkerPop.</li>
+            <li><a href="https://github.com/davebshow/goblin">Goblin</a> (python/dsl) - Goblin OGM for the TinkerPop 3 Gremlin Server.</li>
             <li><a href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python">gremlin-python</a> (python/variant) - Gremlin hosted in Python for use with any Python-based VM.</li>
             <li><a href="https://github.com/emehrkay/gremlinpy">gremlin-py</a> (python/variant) - Write pure Python Gremlin that can be sent to Gremlin Server.</li>
             <li><a href="https://github.com/mpollmeier/gremlin-scala">gremlin-scala</a> (scala/variant) - A Scala-based Gremlin language variant for TinkerPop3.</li>
-            <li><a href="https://github.com/karthicks/gremlin-ogm">gremlin-objects</a> (java) - An Object Graph Mapping Library For Gremlin.</li>
+            <li><a href="https://github.com/karthicks/gremlin-ogm">gremlin-objects</a> (java/dsl) - An Object Graph Mapping Library For Gremlin.</li>
             <li><a href="https://github.com/jbmusso/gremlin-template-string">gremlin-template-string</a> (js/variant) - A Gremlin language builder.</li>
             <li><a href="https://github.com/davebshow/ipython-gremlin">ipython-gremlin</a> (python/variant) - Gremlin in IPython and Jupyter.</li>
             <li><a href="http://ogre.clojurewerkz.org/">ogre</a> (clojure/variant) - A Clojure language wrapper for TinkerPop3.</li>