Author: spmallette
Date: Tue Mar  6 20:29:32 2018
New Revision: 1826039

URL: http://svn.apache.org/viewvc?rev=1826039&view=rev
Log:
Deploy TinkerPop homepage

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

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

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

Modified: tinkerpop/site/providers.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/providers.html?rev=1826039&r1=1826038&r2=1826039&view=diff
==============================================================================
--- tinkerpop/site/providers.html (original)
+++ tinkerpop/site/providers.html Tue Mar  6 20:29:32 2018
@@ -440,23 +440,27 @@ WHERE(Created.by(Friends.of("gremlin")))
             <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-python";>Gremlin-Python</a>
 represents Gremlin inside the Python language and can be used by any Python 
virtual machine such as CPython and Jython. Gremlin-Python traversals translate 
to Gremlin bytecode for RemoteConnection execution (e.g. Gremlin Server).
          </div>
          <div class="col-sm-6 col-md-6">
-            <a href="https://github.com/mpollmeier/gremlin-scala";><img 
src="images/logos/gremlin-scala-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
-            <a 
href="https://github.com/mpollmeier/gremlin-scala";>Gremlin-Scala</a> is a 
Gremlin language variant that uses standard Scala functions, provides a 
convenient DSL to create vertices and edges, ensures type safe traversals, and 
incurrs minimal runtime overhead by only allocating instances if absolutely 
necessary.
+            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";><img 
src="images/logos/gremlin-dotnet-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="http://tinkerpop.apache.org/docs/current/reference/#gremlin-DotNet";>Gremlin.Net</a>
 represents Gremlin inside the C# language and can be used by any .NET-based 
project. Gremlin.Net traversals translate to Gremlin bytecode for 
RemoteConnection execution (e.g. Gremlin Server).
          </div>
       </div>
       <br/>
       <div class="row">
          <div class="col-sm-6 col-md-6">
+            <a href="https://github.com/mpollmeier/gremlin-scala";><img 
src="images/logos/gremlin-scala-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
+            <a 
href="https://github.com/mpollmeier/gremlin-scala";>Gremlin-Scala</a> is a 
Gremlin language variant that uses standard Scala functions, provides a 
convenient DSL to create vertices and edges, ensures type safe traversals, and 
incurrs minimal runtime overhead by only allocating instances if absolutely 
necessary.
+         </div>
+         <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>         
+      </div>
+      <br/>
+      <div class="row">
          <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>
-      </div>
-      <br/>
-      <div class="row">
          <div class="col-sm-6 col-md-6">
             <a href="https://github.com/twilmes/sql-gremlin";><img 
src="images/logos/sql-gremlin-logo.png" 
style="padding-right:20px;float:left;width:35%;"></a>
             <a href="https://github.com/twilmes/sql-gremlin";>SQL-Gremlin</a> 
compiles ANSI SQL to Gremlin bytecode and is useful for connecting JDBC 
reporting/business


Reply via email to