You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by dkuppitz <gi...@git.apache.org> on 2016/10/20 20:49:07 UTC

[GitHub] tinkerpop pull request #459: TINKERPOP-1485 Move source for TinkerPop site t...

GitHub user dkuppitz opened a pull request:

    https://github.com/apache/tinkerpop/pull/459

    TINKERPOP-1485 Move source for TinkerPop site to source code repo

    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`:
    
    ```
    $ site/bin/publish-home.sh <username>
    ```
    
    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

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/tinkerpop TINKERPOP-1485

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tinkerpop/pull/459.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #459
    
----
commit dc1b6c0fc80ebe2847480de3bb7ed7b1cd8c5d00
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-10-20T15:05:46Z

    Moved site html files to main repo.
    
    Started basic scripts to template the HTML and publish the site.

commit 8a8ce43757f8437a67655cfc49fe230a41763fb0
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-10-20T15:48:31Z

    Added LICENSE for the various MIT licensed JS/css files that came with the home page

commit b0f3f398dc838f20a62d089ff089200d22ea05db
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-10-20T16:11:07Z

    Added license header where applicable.

commit 72002fd3eea6ca5237c519d0b4a87efd190fe212
Author: Daniel Kuppitz <da...@hotmail.com>
Date:   2016-10-20T20:40:52Z

    completed homepage publish script

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/459
  
    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 `site/target` directory. I was using the root `/target` for stuff in my scripts. Is there any reason not to make that consistent? i'm fine with your directory local to `site/` btw - that's fine as long as it's all in one place.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop pull request #459: TINKERPOP-1485 Move source for TinkerPop site t...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/tinkerpop/pull/459


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/459
  
    forget that last post - that was dumb...................i didn't merge your latest changes (i thought i'd done it last night)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

Posted by okram <gi...@git.apache.org>.
Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/459
  
    I added @robertdale and the "Gremlin implementation of the Gremlin Traversal Machine" blog post and used both `generate-home.sh` and `publish-home.sh` and everything working as expected.
    
      http://tinkerpop.apache.org/
    
    One nick nack -- if others agree -- I think the homepage should be in the docs directory. `docs/site`. and then `site/bin` scripts should just be in `bin/`. 
    
    Regardless -- VOTE +1.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/459
  
    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 :)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

Posted by spmallette <gi...@git.apache.org>.
Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/459
  
    i had thought about putting it under `/docs` but it didn't seem to fit there as the "site" really included "docs" and not the other way around. i didn't want to up-end everything and move `/docs` to `/site` so i just put it at the root, thinking we might move `/docs` under `/site` at some point in the future. But perhaps that's too gnarly a change for too little logic. I've moved `/site` under `/docs`.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tinkerpop issue #459: TINKERPOP-1485 Move source for TinkerPop site to sourc...

Posted by twilmes <gi...@git.apache.org>.
Github user twilmes commented on the issue:

    https://github.com/apache/tinkerpop/pull/459
  
    This is awesome, thanks @dkuppitz  VOTE: +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---