[jira] [Commented] (STORM-567) Move Storm Documentation/Website from SVN to git

2014-12-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14235576#comment-14235576
 ] 

ASF GitHub Bot commented on STORM-567:
--

Github user revans2 commented on the pull request:

https://github.com/apache/storm/pull/330#issuecomment-65801181
  
@ptgoetz any update on this?


 Move Storm Documentation/Website from SVN to git
 

 Key: STORM-567
 URL: https://issues.apache.org/jira/browse/STORM-567
 Project: Apache Storm
  Issue Type: Improvement
Reporter: P. Taylor Goetz
Assignee: P. Taylor Goetz

 Currently the Storm documentation and website are hosted in subversion. It 
 would be easier for the community to contribute documentation updates if the 
 documentation were in the same scm as the Storm source code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STORM-567) Move Storm Documentation/Website from SVN to git

2014-11-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14228015#comment-14228015
 ] 

ASF GitHub Bot commented on STORM-567:
--

Github user HeartSaVioR commented on the pull request:

https://github.com/apache/storm/pull/330#issuecomment-64840972
  
Looks great to me!
I'm interested on documentation, but not having front-end skill.
Just 2 cents, actually content is most important part of documentation, and 
I filed an issue because of outdated contents from current website, I'd like to 
see this go sooner, too.
When it merged to some branches, I'll request some fixs for pull.


 Move Storm Documentation/Website from SVN to git
 

 Key: STORM-567
 URL: https://issues.apache.org/jira/browse/STORM-567
 Project: Apache Storm
  Issue Type: Improvement
Reporter: P. Taylor Goetz
Assignee: P. Taylor Goetz

 Currently the Storm documentation and website are hosted in subversion. It 
 would be easier for the community to contribute documentation updates if the 
 documentation were in the same scm as the Storm source code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STORM-567) Move Storm Documentation/Website from SVN to git

2014-11-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226715#comment-14226715
 ] 

ASF GitHub Bot commented on STORM-567:
--

GitHub user ptgoetz opened a pull request:

https://github.com/apache/storm/pull/330

STORM-567: Move Storm Documentation/Website from SVN to git

This is a work in progress on migrating the storm website/documentation to 
git in order to make it easier for the community to contribute updates. If 
there is enough interest in contributing, we can create a feature branch to 
better enable collaboration.

This is more or less a straight copy of the current website content, with 
the following enhancements:

* Use bootstrap for layout to make docs mobile/tablet friendly
* Restore syntax highlighting for code snippets
* add a documentation index page listing all doc links.

I haven't worked on branding (e.g. integrating the official logo, color 
themes, etc.).

I'd love collaborate if anyone is interested, especially anyone with better 
front-end skills than I. ;)

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

$ git pull https://github.com/ptgoetz/storm documentation

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

https://github.com/apache/storm/pull/330.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 #330


commit ebb48e393485d38fe906e81c0d0162e32d3b5d6a
Author: P. Taylor Goetz ptgo...@gmail.com
Date:   2014-11-26T19:16:30Z

add docs directory and WIP on website/documentation migration to git

commit 1ef421ff59563ab5e3341c5e5bd1c9b1a685ec1e
Author: P. Taylor Goetz ptgo...@gmail.com
Date:   2014-11-26T19:18:11Z

add jekyll _site directory to .gitignore

commit ce25aa5710d2692cac64a7820d5cf10279e10a09
Author: P. Taylor Goetz ptgo...@gmail.com
Date:   2014-11-26T19:20:38Z

add link to documentation index




 Move Storm Documentation/Website from SVN to git
 

 Key: STORM-567
 URL: https://issues.apache.org/jira/browse/STORM-567
 Project: Apache Storm
  Issue Type: Improvement
Reporter: P. Taylor Goetz
Assignee: P. Taylor Goetz

 Currently the Storm documentation and website are hosted in subversion. It 
 would be easier for the community to contribute documentation updates if the 
 documentation were in the same scm as the Storm source code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STORM-567) Move Storm Documentation/Website from SVN to git

2014-11-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226732#comment-14226732
 ] 

ASF GitHub Bot commented on STORM-567:
--

Github user ptgoetz commented on the pull request:

https://github.com/apache/storm/pull/330#issuecomment-64701658
  
I should also mention the site is statically generated using 
[jekyll](http://jekyllrb.com).

First install jekyll (assuming you have ruby installed):

```
gem install jekyll
```

Generate the site, and start a server locally:
```
cd docs
jekyll serve -w
```

Point your browser to http://localhost:4000



 Move Storm Documentation/Website from SVN to git
 

 Key: STORM-567
 URL: https://issues.apache.org/jira/browse/STORM-567
 Project: Apache Storm
  Issue Type: Improvement
Reporter: P. Taylor Goetz
Assignee: P. Taylor Goetz

 Currently the Storm documentation and website are hosted in subversion. It 
 would be easier for the community to contribute documentation updates if the 
 documentation were in the same scm as the Storm source code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STORM-567) Move Storm Documentation/Website from SVN to git

2014-11-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14226792#comment-14226792
 ] 

ASF GitHub Bot commented on STORM-567:
--

Github user revans2 commented on the pull request:

https://github.com/apache/storm/pull/330#issuecomment-64707784
  
For the most part it looks great.

It looks like we could use some license headers in some of the files.

My only other comment would be to add in a README.md or update the 
DEVELOPER.md to indicate how to build the documentation, just like you did in 
the previous comment, but you might want to put something like after building 
the generated site will show up in a directory named _site

I would like to see this go in sooner rather than later.  I don't see a 
reason for a feature branch, unless there is something preventing us from doing 
so.


 Move Storm Documentation/Website from SVN to git
 

 Key: STORM-567
 URL: https://issues.apache.org/jira/browse/STORM-567
 Project: Apache Storm
  Issue Type: Improvement
Reporter: P. Taylor Goetz
Assignee: P. Taylor Goetz

 Currently the Storm documentation and website are hosted in subversion. It 
 would be easier for the community to contribute documentation updates if the 
 documentation were in the same scm as the Storm source code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (STORM-567) Move Storm Documentation/Website from SVN to git

2014-11-20 Thread Jungtaek Lim (JIRA)

[ 
https://issues.apache.org/jira/browse/STORM-567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14220128#comment-14220128
 ] 

Jungtaek Lim commented on STORM-567:


Awesome!
Btw, which place do you move doc to?
Maybe doc repository should treat trivial patchs (typos), adding it to Storm 
source code could be somewhat not beautiful.
But it has pros., we can document unreleased modifications at a moment.

 Move Storm Documentation/Website from SVN to git
 

 Key: STORM-567
 URL: https://issues.apache.org/jira/browse/STORM-567
 Project: Apache Storm
  Issue Type: Improvement
Reporter: P. Taylor Goetz
Assignee: P. Taylor Goetz

 Currently the Storm documentation and website are hosted in subversion. It 
 would be easier for the community to contribute documentation updates if the 
 documentation were in the same scm as the Storm source code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)