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/07/24 14:39:33 UTC

[1/2] tinkerpop git commit: Minor change to wording on listing policy.

Repository: tinkerpop
Updated Branches:
  refs/heads/master 374f83373 -> 36d3dee4c


Minor change to wording on listing policy.

Listing policy applies to any gremlin tools, not just "middleware", given the addition of the "powered by" section. https://lists.apache.org/thread.html/ae366b601fdbdfd7d49cb62b5c6a57bc74f29d6ab8d70d8df3e4e75f@%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/93794416
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/93794416
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/93794416

Branch: refs/heads/master
Commit: 93794416290d26cf94abe28771603d4d6ebb24c2
Parents: 374f833
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jul 24 10:37:55 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jul 24 10:37:55 2017 -0400

----------------------------------------------------------------------
 docs/site/home/policy.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/93794416/docs/site/home/policy.html
----------------------------------------------------------------------
diff --git a/docs/site/home/policy.html b/docs/site/home/policy.html
index d2999b7..ee77e7b 100644
--- a/docs/site/home/policy.html
+++ b/docs/site/home/policy.html
@@ -41,7 +41,7 @@ limitations under the License.
       </ul>
       <h4>Provider Listing Requirements</h4>
       <ul>
-         <li>The project must be either a TinkerPop-enabled graph system, a Gremlin language variant/compiler, or a TinkerPop-enabled middleware tool.</li>
+         <li>The project must be either a TinkerPop-enabled graph system, a Gremlin language variant/compiler, or a TinkerPop-enabled tool.</li>
          <li>The project must have a public URL that can be referenced by Apache TinkerPop.</li>
          <li>The project must have a homepage that is not simply a software repository page.</li>
          <li>The project must have a high-resolution logo that can be used by Apache TinkerPop.</li>


[2/2] tinkerpop git commit: Added Gremlin-Bin and Graphexp to "Powered By" listing

Posted by sp...@apache.org.
Added Gremlin-Bin and Graphexp to "Powered By" listing

https://lists.apache.org/thread.html/ae366b601fdbdfd7d49cb62b5c6a57bc74f29d6ab8d70d8df3e4e75f@%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/36d3dee4
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/36d3dee4
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/36d3dee4

Branch: refs/heads/master
Commit: 36d3dee4c5fe1f8a26bca49bcdadc35d15b9b29c
Parents: 9379441
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Mon Jul 24 10:39:01 2017 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Mon Jul 24 10:39:01 2017 -0400

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/36d3dee4/docs/site/home/index.html
----------------------------------------------------------------------
diff --git a/docs/site/home/index.html b/docs/site/home/index.html
index 0015937..614c057 100644
--- a/docs/site/home/index.html
+++ b/docs/site/home/index.html
@@ -271,6 +271,8 @@ limitations under the License.
          <a name="poweredby"></a>
          <h4 id="poweredby">Powered By</h4>
          <ul>
+            <li><a href="https://bricaud.github.io/graphexp/graphexp.html">Graphexp</a> - Interactive visualization of the Gremlin graph database with D3.js.</li>
+            <li><a href="http://gremlinbin.com/">Gremlin-Bin</a> - A code pasting platform for Gremlin queries.</li>
             <li><a href="http://www.pitneybowes.com/us/customer-information-management/data-integration-management/spectrum-data-hub-module.html">Pitney Bowes Spectrum Data Hub Module</a> - Uses Gremlin OLTP to query Neo4j-powered master data management based graph database.</li>
          </ul>
          <a name="tutorials"></a>