TINKERPOP-1485 Move source for TinkerPop site to source code repo#459
TINKERPOP-1485 Move source for TinkerPop site to source code repo#459
Conversation
|
I tried to use this to update the site for 3.2.3/3.1.5 and it didn't seem to work. It didn't error, but nothing seemed to go to svn. Also, I see you create a Output was: |
|
forget that last post - that was dumb...................i didn't merge your latest changes (i thought i'd done it last night) |
|
I have used this several times now in relation to 3.1.5/3.2.3 release and it works nicely: VOTE +1 hopefully it works as nicely for @okram :) |
|
This is awesome, thanks @dkuppitz VOTE: +1 |
|
I added @robertdale and the "Gremlin implementation of the Gremlin Traversal Machine" blog post and used both One nick nack -- if others agree -- I think the homepage should be in the docs directory. Regardless -- VOTE +1. |
Started basic scripts to template the HTML and publish the site.
98869bc to
7bfc868
Compare
|
i had thought about putting it under |
https://issues.apache.org/jira/browse/TINKERPOP-1485
This PR adds a publish script for the TinkerPop homepage. The script uses the same pattern as
publish-docs.sh:It first checks out the currently deployed version, then calculates the difference with the local version and finally pushes only changed files to SVN.
VOTE: +1