You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by rb...@apache.org on 2012/10/10 18:44:03 UTC

svn commit: r1396681 - /incubator/allura/site/get-involved.html

Author: rbowen
Date: Wed Oct 10 16:44:03 2012
New Revision: 1396681

URL: http://svn.apache.org/viewvc?rev=1396681&view=rev
Log:
How to get involved

Added:
    incubator/allura/site/get-involved.html

Added: incubator/allura/site/get-involved.html
URL: http://svn.apache.org/viewvc/incubator/allura/site/get-involved.html?rev=1396681&view=auto
==============================================================================
--- incubator/allura/site/get-involved.html (added)
+++ incubator/allura/site/get-involved.html Wed Oct 10 16:44:03 2012
@@ -0,0 +1,116 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+               "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+  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. 
+-->
+<html>
+<head>
+  <title></title>
+  
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+
+  <link rel="icon" type="image/png" href="/allura/images/allura-favicon.png"/>
+  
+  <link rel="stylesheet" type="text/css" media="screen" href="/allura/css/style.css">
+  <link rel="stylesheet" type="text/css" media="screen" href="/allura/css/code.css">
+</head>
+
+<body>
+
+<div id="page" class="container_16">
+  <div id="header" class="grid_8">
+    <a href="/allura/"><img alt="Apache Allura, Incubating" src="/allura/images/allura-logo.png"/></a>
+    <h1>Apache Allura, Incubating</h1>
+  </div>
+  <div style="text-align: right; padding: 10px 20px 0px 0px ;">
+    <a href="http://incubator.apache.org"><img alt="Apache Incubator" src="/allura/images/apache-incubator-logo.png"/></a>
+  </div>
+  <div class="clear"></div>
+  <div id="nav" class="grid_3"> 
+  <h1 id="general">General</h1>
+<ul>
+<li><a href="index.html">Home</a></li>
+<li><a href="downloads.html">Downloads</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+</ul>
+<h1 id="community">Community</h1>
+<ul>
+<li><a href="get-involved.html">Get Involved</a></li>
+<li><a href="contributors.html">Who we are</a></li>
+<li><a href="mailinglists.html">Mailing Lists</a></li>
+<li><a href="issue-tracking.html">Bug Tracker</a></li>
+</ul>
+<h1 id="development">Development</h1>
+<ul>
+<li><a href="sources.html">Source Code</a></li>
+<li><a href="getting-started.html">Getting Started</a></li>
+<li><a href="roadmap.html">Project Roadmap</a></li>
+<li><a href="buildserver.html">Buildserver</a></li>
+<li><a href="tools.html">Tools</a></li>
+</ul>
+<h1 id="documentation">Documentation</h1>
+<ul>
+<li><a href="documentation.html">Overview</a></li>
+<li><a href="presentations.html">Presentations</a></li>
+</ul>
+<h1 id="foundation">Foundation</h1>
+<ul>
+<li><a href="http://www.apache.org">ASF</a></li>
+<li><a href="http://incubator.apache.org/">Incubator</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://blogs.apache.org/">Blogs</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>  
+  <div id="content">
+    <h1 id="get_involved">Get Involved</h1>
+<p>If you are new to Apache and open source and would like to learn more about how to work in open source, check this <a href="http://apache.org/foundation/getinvolved.html">page</a>.</p>
+<p>Allura is very welcoming of contributions in all areas -
+documentation, source code, bug fixes, UI enhancements, or general
+feedback. Some of the ways you can get involved are:</p>
+<ul>
+<li>Subscribe to the <a href="mailinglists.html">mailing lists</a>. If you are interested in getting involved at the user level, subscribe to the user mailing list. If you are interested in the development of Allura, then subscribe to the developer list.</li>
+<li>Help answer questions posted to the user mailing list for areas that you are familiar with. Your user experience can be very valuable to other users as well as developers on the project.</li>
+<li>Contribute to feature development. Just let the community know what you would like to work on. It is as easy as that.</li>
+<li>Identify <a href="">tickets</a> in the area that you are interested and provide patches.</li>
+<li>The source is maintained in Apache's Git repo. Information to the project source code is available <a href="sources.html">here</a>.</li>
+<li>Provide Feedback: What is working well? What is not? Any help is good. Be part of the community.</li>
+</ul>
+<!-
+TODO:
+- How and where to submit tickets
+--->
+  </div>
+  <div class="clear"></div>
+
+  
+</div>
+
+<div id="copyright" class="container_16">
+  <p>
+    Copyright &copy; 2011 The Apache Software Foundation, Licensed under 
+    the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+    <br />
+    Apache and the Apache feather logo are trademarks of The Apache Software Foundation.
+  </p>
+</div> 
+  
+</body>
+</html>
+