From commits-return-26220-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Mon Feb 12 18:35:58 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 84B79180652 for ; Mon, 12 Feb 2018 18:35:58 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 74ABE160C3F; Mon, 12 Feb 2018 17:35:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BB6B9160C30 for ; Mon, 12 Feb 2018 18:35:57 +0100 (CET) Received: (qmail 53751 invoked by uid 500); 12 Feb 2018 17:35:55 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 53672 invoked by uid 99); 12 Feb 2018 17:35:54 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Feb 2018 17:35:54 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id EBD833A0162 for ; Mon, 12 Feb 2018 17:35:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1824041 - /tinkerpop/site/index.html Date: Mon, 12 Feb 2018 17:35:51 -0000 To: commits@tinkerpop.apache.org From: spmallette@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180212173553.EBD833A0162@svn01-us-west.apache.org> Author: spmallette Date: Mon Feb 12 17:35:51 2018 New Revision: 1824041 URL: http://svn.apache.org/viewvc?rev=1824041&view=rev Log: Deploy TinkerPop homepage Modified: tinkerpop/site/index.html Modified: tinkerpop/site/index.html URL: http://svn.apache.org/viewvc/tinkerpop/site/index.html?rev=1824041&r1=1824040&r2=1824041&view=diff ============================================================================== --- tinkerpop/site/index.html (original) +++ tinkerpop/site/index.html Mon Feb 12 17:35:51 2018 @@ -385,6 +385,7 @@ limitations under the License.
  • Ferma (java/dsl) - An ORM / OGM for Apache TinkerPop.
  • Goblin (python/dsl) - Goblin OGM for the TinkerPop 3 Gremlin Server.
  • +
  • Gremlin.Net (.NET - C#/variant) - Gremlin hosted in C# for use with any .NET-based VM.
  • gremlin-orm (javascript) Gremlin ORM for Node.js.
  • gremlin-python (python/variant) - Gremlin hosted in Python for use with any Python-based VM.
  • gremlin-py (python/variant) - Write pure Python Gremlin that can be sent to Gremlin Server.
  • @@ -405,8 +406,9 @@ limitations under the License.
  • gremlin-driver (java) - A Gremlin Server driver for Java.
  • gremlin-javascript (js) - A Gremlin Server driver for JavaScript.
  • gremgo (go) - A Gremlin Server driver for Go.
  • -
  • Gremlin.Net (.NET - C#) - A Gremlin Server driver for .NET.
  • +
  • Gremlin.Net (.NET - C#) - Gremlin Server driver for .NET.
  • gremlin-php (php) - A Gremlin Server driver for PHP.
  • +
  • gremlin-python (python) - Gremlin Server driver for Python.
  • gremlinrestclient (python) - Python 2/3 library that uses HTTP to communicate with the Gremlin Server over REST.
  • python-gremlin-rest (python) - A REST-based client for Gremlin Server.
  • reactive-gremlin (scala) - An Akka HTTP Websocket Connector.