You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by wc...@apache.org on 2016/03/18 19:57:15 UTC

[51/53] [abbrv] incubator-quarks-website git commit: Updated Getting involved for Apache

Updated Getting involved for Apache

Changed download to download source

Project: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/commit/67074e4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/67074e4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/67074e4a

Branch: refs/heads/master
Commit: 67074e4a1a6393704c101bc8e05d943744f0ce69
Parents: ef82a2f
Author: Alex-Cook4 <co...@us.ibm.com>
Authored: Thu Mar 17 21:25:29 2016 -0400
Committer: Alex-Cook4 <co...@us.ibm.com>
Committed: Thu Mar 17 21:25:29 2016 -0400

----------------------------------------------------------------------
 README.md                  |  2 +-
 site/_includes/header.html |  8 +++++---
 site/docs/getinvolved.md   | 33 ++++++++++++++++++++++++++++++---
 3 files changed, 36 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/67074e4a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 02da671..b40de8c 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ Developing
 -----------
  1. Make your changes under site
  2. cd site
- 3. jekyll serve -d ../content_tmp
+ 3. jekyll serve .
  4. point your browser to http://localhost:4000/
 
 

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/67074e4a/site/_includes/header.html
----------------------------------------------------------------------
diff --git a/site/_includes/header.html b/site/_includes/header.html
index 5a1f9bb..f491c57 100755
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -42,7 +42,9 @@ limitations under the License.
 					</div>
                 </div>
 			</div>
-
+            <div class="row">
+                <em style="color:black" >Site under construction. Some links may still point to GitHub, rather than Apache pages.</em>
+            </div>
 		</div>
 		<!-- /.container -->
 
@@ -84,7 +86,7 @@ limitations under the License.
                     </li>
                     <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Getting Started</a>
                       <ul class="dropdown-menu">
-                        <li><a href="{{ site.sourceurl }}/releases/latest">Download</a></li>
+                        <li><a href="{{ site.sourceurl }}">Download Source</a></li>
                         <li><a href="docs/samples">Sample Programs</a></li>
                         <li><a href="docs/faq">FAQ</a></li>
 
@@ -110,7 +112,7 @@ limitations under the License.
                 </ul>
                 <ul class="nav navbar-nav navbar-right">
                     <li>
-                        <a href="{{ site.sourceurl }}/releases/latest">Download</a>
+                        <a href="{{ site.sourceurl }}">Download Source</a>
                     </li>
                    <!-- <li>
                         <a class="page-scroll" href="#services">Services</a>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/67074e4a/site/docs/getinvolved.md
----------------------------------------------------------------------
diff --git a/site/docs/getinvolved.md b/site/docs/getinvolved.md
index 8f9d891..5ad754f 100644
--- a/site/docs/getinvolved.md
+++ b/site/docs/getinvolved.md
@@ -1,11 +1,38 @@
 ---
-title: Get Involved
+title: Get Involved with Quarks
 ---
 
-# Get Involved with Quarks
-
 Welcome to the Quarks community!  We would love to have you participate as a user of Quarks, a contributor or both.
 
+You can: 
+
+*   Use our project and give us feedback.
+*   Report bugs and submit patches.
+*   Contribute code, documenation, javadocs, and use-case ideas.
+
+## Mailing Lists
+
+You can ask for help and get involved with Quarks through our mailing lists:
+
+*   dev@quarks.incubator.apache.org is for people who want to contribute code to Quarks
+*   commits@quarks.incubator.apache.org is for commit messages and patches to Quarks
+
+To subscribe, send e-mails to dev-subscribe@quarks.incubator.apache.org and commits-subscribe@quarks.incubator.apache.org. 
+
+## Issue Tracking
+
+We use Jira here: [https://issues.apache.org/jira/browse/QUARKS](https://issues.apache.org/jira/browse/QUARKS)
+
+## GitHub Mirrors
+
+ Quarks source code: [https://github.com/apache/incubator-quarks](https://github.com/apache/incubator-quarks)
+ 
+ Website source: [https://github.com/apache/incubator-quarks-website](https://github.com/apache/incubator-quarks-website)
+ 
+## Developer Guidelines
+
+Check out our developer guidelines here: https://github.com/apache/incubator-quarks/blob/master/DEVELOPMENT.md
+
 ## Contribute Code
 
 If you plan to make any significant contribution, you will need to have a Contributor License Agreement [(CLA)](https://github.com/quarks-edge/quarks/blob/master/licences/Quarks-cla-individual.pdf) on file.  Get a copy of the CLA, fill it out and follow the instructions in the CLA to file it.  Committers will require a CLA before they commit contributions.