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:16 UTC

[52/53] [abbrv] incubator-quarks-website git commit: Updated to follow community template

Updated to follow community template

removed getinvolved section



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/124e4320
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/tree/124e4320
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/diff/124e4320

Branch: refs/heads/master
Commit: 124e4320906501026fb7a56e75ab926837a45dd6
Parents: 67074e4
Author: Alex-Cook4 <co...@us.ibm.com>
Authored: Fri Mar 18 13:14:57 2016 -0400
Committer: Alex-Cook4 <co...@us.ibm.com>
Committed: Fri Mar 18 13:14:57 2016 -0400

----------------------------------------------------------------------
 site/_includes/header.html |  2 +-
 site/docs/community.md     | 81 +++++++++++++++++++++++++++++++++++++++++
 site/docs/getinvolved.md   | 55 ----------------------------
 3 files changed, 82 insertions(+), 56 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/124e4320/site/_includes/header.html
----------------------------------------------------------------------
diff --git a/site/_includes/header.html b/site/_includes/header.html
index f491c57..b0aa5c2 100755
--- a/site/_includes/header.html
+++ b/site/_includes/header.html
@@ -78,7 +78,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">Community</a>
                       <ul class="dropdown-menu">
-                        <li><a href="docs/getinvolved">Get Involved</a></li>
+                        <li><a href="docs/community">Get Involved</a></li>
                         <li><a href="{{ site.sourceurl }}/issues">Issue Tracker</a></li>
                         <li><a href="{{ site.sourceurl }}/">Source Code</a></li>
                         <li><a href="docs/committers">Committers</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/124e4320/site/docs/community.md
----------------------------------------------------------------------
diff --git a/site/docs/community.md b/site/docs/community.md
new file mode 100644
index 0000000..901b90e
--- /dev/null
+++ b/site/docs/community.md
@@ -0,0 +1,81 @@
+---
+layout: page
+title: Apache Quarks Community
+description: Project Community Page
+group: nav-right
+---
+<!--
+{% comment %}
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to you under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+-->
+
+<br/>
+
+Every volunteer project obtains its strength from the people involved in it. We invite you to participate as much or as little as you choose.
+
+You can:
+
+* Use our project and provide a feedback.
+* Provide us with the use-cases.
+* Report bugs and submit patches.
+* Contribute code, javadocs, documentation.
+
+Visit the [Contributing](http://www.apache.org/foundation/getinvolved.html) page for more information.
+
+### Mailing list
+
+Get help using {{ site.data.project.short_name }} or contribute to the project on our mailing lists:
+
+{% if site.data.project.user_list %}
+* [site.data.project.user_list](mailto:{{ site.data.project.user_list }}) is for usage questions, help, and announcements. [subscribe](mailto:{{ site.data.project.user_list_subscribe }}?subject=send this email to subscribe),     [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.user_list_archive_mailarchive }})
+{% endif %}
+* [{{ site.data.project.dev_list }}](mailto:{{ site.data.project.dev_list }}) is for people who want to contribute code to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.dev_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.dev_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.dev_list_archive_mailarchive }})
+* [{{ site.data.project.commits_list }}](mailto:{{ site.data.project.commits_list }}) is for commit messages and patches to {{ site.data.project.short_name }}. [subscribe](mailto:{{ site.data.project.commits_list_subscribe }}?subject=send this email to subscribe), [unsubscribe](mailto:{{ site.data.project.commits_list_unsubscribe }}?subject=send this email to unsubscribe), [archives]({{ site.data.project.commits_list_archive_mailarchive }})
+
+
+### Issue tracker
+
+We use Jira here: [https://issues.apache.org/jira/browse/QUARKS](https://issues.apache.org/jira/browse/QUARKS)
+
+#### Bug Reports
+
+Found bug? Enter an issue in the [Issue Tracker](https://issues.apache.org/jira/browse/{{ site.data.project.jira }}).
+
+Before submitting an issue, please:
+
+* Verify that the bug does in fact exist.
+* Search the issue tracker to verify there is no existing issue reporting the bug you've found.
+* Consider tracking down the bug yourself in the Wink's source and submitting a patch along with your bug report. This is a great time saver for the Wink developers and helps ensure the bug will be fixed quickly.
+
+
+
+#### Feature Requests
+
+Enhancement requests for new features are also welcome. The more concrete and rationale the request is, the greater the chance it will incorporated into future releases.
+
+
+  [https://issues.apache.org/jira/browse/{{ site.data.project.jira }}](https://issues.apache.org/jira/browse/{{ site.data.project.jira }})
+
+
+### Source Code
+
+The project sources are accessible via the [source code repository]({{ site.data.project.source_repository }}) which is also mirrored in [GitHub]({{ site.data.project.source_repository_mirror }})
+
+
+### Website Source Code
+
+The project website sources are accessible via the [website source code repository]({{ site.data.project.website_repository }}) which is also mirrored in [GitHub]({{ site.data.project.website_repository_mirror }})
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-quarks-website/blob/124e4320/site/docs/getinvolved.md
----------------------------------------------------------------------
diff --git a/site/docs/getinvolved.md b/site/docs/getinvolved.md
deleted file mode 100644
index 5ad754f..0000000
--- a/site/docs/getinvolved.md
+++ /dev/null
@@ -1,55 +0,0 @@
----
-title: 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.
-
-When you are considering a code contribution, make sure there is an [Issue](https://github.com/quarks-edge/quarks/issues) that describes your work or the bug you are fixing.  For significant contributions, please discuss your proposed changes in the Issue so that others can comment on your plans.  Someone else may be working on the same functionality, so it's good to communicate early and often.  A committer is more likely to accept your change if there is clear information in the Issue.  
-
-The best way to start on the code is to [fork](https://help.github.com/articles/fork-a-repo/) Quarks and make changes in your fork.  When you're happy with the changes in your fork, issue a [pull request](https://github.com/quarks-edge/quarks/pulls).  Make sure you document your code and contribute tests along with the code.
-
-We welcome new committers.  Get information on committers [here](committers).
-
-## Contribute Documentation for the Web Site
-
-Contributing documentation is similar to contributing code.  Follow the instructions in the Contribute Code Section above.  If you are submitting documentation for the web site, you will need to use Markdown and Jekyll to develop your web pages.
-
-* [Markdown Cheat Sheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
-* [Using Jekyll with Pages](https://help.github.com/articles/using-jekyll-with-pages/)
-
-## Use Quarks and Participate in the Community
-
-Please [download](https://github.com/quarks-edge/quarks/releases/latest) the latest release of Quarks and use it.  We would love to get your feedback.  Create an [Issue](https://github.com/quarks-edge/quarks/issues) for any bugs you encounter, requests for enhancements or questions you may have. Feel free to comment on existing issues as well.  You are welcome to update the [wiki](https://github.com/quarks-edge/quarks/wiki) with any information you want to provide to help others.  Just link in any new pages, to be sure they are not lost.  If you have any significant comments on existing wiki pages, open an Issue to have a discussion.