You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/09/14 15:01:11 UTC

svn commit: r1760718 - in /tinkerpop/site: images/logos/ogre-logo.png providers.html

Author: okram
Date: Wed Sep 14 15:01:11 2016
New Revision: 1760718

URL: http://svn.apache.org/viewvc?rev=1760718&view=rev
Log:
added Ogre to the language providers section of the homepage.

Added:
    tinkerpop/site/images/logos/ogre-logo.png   (with props)
Modified:
    tinkerpop/site/providers.html

Added: tinkerpop/site/images/logos/ogre-logo.png
URL: http://svn.apache.org/viewvc/tinkerpop/site/images/logos/ogre-logo.png?rev=1760718&view=auto
==============================================================================
Binary file - no diff available.

Propchange: tinkerpop/site/images/logos/ogre-logo.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: tinkerpop/site/providers.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/providers.html?rev=1760718&r1=1760717&r2=1760718&view=diff
==============================================================================
--- tinkerpop/site/providers.html (original)
+++ tinkerpop/site/providers.html Wed Sep 14 15:01:11 2016
@@ -393,6 +393,10 @@
             </div>
             <div class="row">
                <div class="col-sm-6 col-md-6">
+                  <a href="https://github.com/clojurewerkz/ogre"><img src="images/logos/ogre-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
+                  <a href="https://github.com/clojurewerkz/ogre">Ogre</a> is a Gremlin language variant for Clojure. It provides an API that enhances the expressivity of Gremlin within Clojure, it doesn't introduce any significant amount of performance overhead, and it can work with any TinkerPop-enabled graph database or analytic system.
+               </div>
+               <div class="col-sm-6 col-md-6">
                   <a href="https://github.com/dkuppitz/sparql-gremlin"><img src="images/logos/sparql-gremlin-logo.png" style="padding-right:20px;float:left;width:35%;"></a>
                   <a href="https://github.com/dkuppitz/sparql-gremlin">SPARQL-Gremlin</a> is a compiler used to transform SPARQL queries into Gremlin bytecode. It is based on the Apache Jena SPARQL processor ARQ, which provides access to a syntax tree of a SPARQL query.
                </div>