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 2018/06/22 14:51:53 UTC

[1/4] tinkerpop git commit: Fixed a problem where index.asciidoc wasn't processing to html right CTR

Repository: tinkerpop
Updated Branches:
  refs/heads/master c18582d2a -> 9b3ffe9f0


Fixed a problem where index.asciidoc wasn't processing to html right  CTR


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

Branch: refs/heads/master
Commit: 8363ad560a4a9e679d401b051952a1856ce570c0
Parents: aef2f6c
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jun 22 10:49:50 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jun 22 10:49:50 2018 -0400

----------------------------------------------------------------------
 pom.xml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8363ad56/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 155db82..d13f60e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -866,11 +866,18 @@ limitations under the License.
                                 <configuration>
                                     <resources>
                                         <resource>
-                                            <directory>${asciidoc.input.dir}/</directory>
-                                            <targetPath>${htmlsingle.output.dir}/</targetPath>
-                                            <excludes>${asciidoc.input.dir}/static/*.*</excludes>
+                                            <directory>${asciidoc.input.dir}</directory>
+                                            <targetPath>${htmlsingle.output.dir}</targetPath>
+                                            <includes>
+                                                <include>index.asciidoc</include>
+                                            </includes>
+                                            <excludes>
+                                                <exclude>${asciidoc.input.dir}/static/*.*</exclude>
+                                            </excludes>
                                         </resource>
                                     </resources>
+                                    <sourceDirectory>${asciidoc.input.dir}</sourceDirectory>
+                                    <outputDirectory>${htmlsingle.output.dir}</outputDirectory>
                                     <sourceDocumentName>index.asciidoc</sourceDocumentName>
                                     <backend>html5</backend>
                                     <doctype>article</doctype>


[3/4] tinkerpop git commit: Merge branch 'tp32' into tp33

Posted by sp...@apache.org.
Merge branch 'tp32' into tp33


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

Branch: refs/heads/master
Commit: 49730704e3c840f089b674faece506d9a6ab3a69
Parents: 1309777 32aebb8
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jun 22 10:51:33 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jun 22 10:51:33 2018 -0400

----------------------------------------------------------------------
 docs/src/index.asciidoc                  |   2 +-
 docs/static/images/practical-gremlin.png | Bin 0 -> 392179 bytes
 pom.xml                                  |  13 ++++++++++---
 3 files changed, 11 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/49730704/pom.xml
----------------------------------------------------------------------


[2/4] tinkerpop git commit: Added practical gremlin logo to doc listing CTR

Posted by sp...@apache.org.
Added practical gremlin logo to doc listing CTR


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

Branch: refs/heads/master
Commit: 32aebb8f021673c2a58778ecced05ff6370302cc
Parents: 8363ad5
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jun 22 10:49:59 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jun 22 10:49:59 2018 -0400

----------------------------------------------------------------------
 docs/src/index.asciidoc                  |   2 +-
 docs/static/images/practical-gremlin.png | Bin 0 -> 392179 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/32aebb8f/docs/src/index.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/index.asciidoc b/docs/src/index.asciidoc
index f07bd99..90852e6 100644
--- a/docs/src/index.asciidoc
+++ b/docs/src/index.asciidoc
@@ -70,7 +70,7 @@ A brief overview of RDBMS architecture in comparison to graph, basic graph termi
 and an overview of Gremlin. (*external*)
 ^|image:gremlin-compendium.png[width=200] |link:http://www.doanduyhai.com/blog/?p=13460[The Gremlin Compendium, minimum survival kit for any Gremlin user] +
 A series of blog posts that examine the Gremlin language in the context of various graph traversal patterns. (*external*)
-^|image:gremlin-running.png[width=125] |link:http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html[Graph Databases, Gremlin and TinkerPop: A Tutorial] +
+^|image:practical-gremlin.png[width=200] |link:http://kelvinlawrence.net/book/Gremlin-Graph-Guide.html[Practical Gremlin: An Apache TinkerPop Tutorial] +
 A getting started guide for users of graph databases and the Gremlin query language featuring hints, tips and sample queries. (*external*)
 |=========================================================
 

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/32aebb8f/docs/static/images/practical-gremlin.png
----------------------------------------------------------------------
diff --git a/docs/static/images/practical-gremlin.png b/docs/static/images/practical-gremlin.png
new file mode 100755
index 0000000..f080e65
Binary files /dev/null and b/docs/static/images/practical-gremlin.png differ


[4/4] tinkerpop git commit: Merge branch 'tp33'

Posted by sp...@apache.org.
Merge branch 'tp33'


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

Branch: refs/heads/master
Commit: 9b3ffe9f0ab4f37ca823e78974f817c5a2e200ff
Parents: c18582d 4973070
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Jun 22 10:51:44 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Jun 22 10:51:44 2018 -0400

----------------------------------------------------------------------
 docs/src/index.asciidoc                  |   2 +-
 docs/static/images/practical-gremlin.png | Bin 0 -> 392179 bytes
 pom.xml                                  |  13 ++++++++++---
 3 files changed, 11 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9b3ffe9f/pom.xml
----------------------------------------------------------------------