Author: marrs
Date: Mon Jan 23 00:53:27 2012
New Revision: 1234660
URL: http://svn.apache.org/viewvc?rev=1234660&view=rev
Log:
Basic content for these pages.
Added:
ace/site/trunk/content/get-involved/issue-tracking.mdtext
ace/site/trunk/content/get-involved/mailing-lists.mdtext
ace/site/trunk/content/get-involved/project-team.mdtext
ace/site/trunk/content/get-involved/source-code.mdtext
Added: ace/site/trunk/content/get-involved/issue-tracking.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/get-involved/issue-tracking.mdtext?rev=1234660&view=auto
==============================================================================
--- ace/site/trunk/content/get-involved/issue-tracking.mdtext (added)
+++ ace/site/trunk/content/get-involved/issue-tracking.mdtext Mon Jan 23 00:53:27 2012
@@ -0,0 +1,5 @@
+Title: Issue Tracking
+
+# Issue Tracking
+
+* [JIRA](https://issues.apache.org/jira/browse/ace)
Added: ace/site/trunk/content/get-involved/mailing-lists.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/get-involved/mailing-lists.mdtext?rev=1234660&view=auto
==============================================================================
--- ace/site/trunk/content/get-involved/mailing-lists.mdtext (added)
+++ ace/site/trunk/content/get-involved/mailing-lists.mdtext Mon Jan 23 00:53:27 2012
@@ -0,0 +1,29 @@
+Title: Mailing Lists
+
+# Mailing Lists
+
+## users@ace.apache.org
+
+This list is for people using Apache ACE. Please note that during incubation, we only had
a developer list, which means that you might want to search the archives of the developer
list below as well, when searching for answers.
+
+* [subscribe](mailto:users-subscribe@ace.apache.org)
+* [unsubscribe](mailto:users-unsubscribe@ace.apache.org)
+* [archive](http://mail-archives.apache.org/mod_mbox/ace-users/)
+
+## dev@ace.apache.org
+
+This list is for people interested in participating in developing Apache ACE further.
+
+* [subscribe](mailto:dev-subscribe@ace.apache.org)
+* [unsubscribe](mailto:dev-unsubscribe@ace.apache.org)
+* [archive](http://mail-archives.apache.org/mod_mbox/ace-dev/)
+
+## commits@ace.apache.org
+
+This list contains all changes within the project. This includes code changes (svn commits),
documentation changes (site and wiki updates) and issues that have been reported or closed.
+
+* [subscribe](mailto:commits-subscribe@ace.apache.org)
+* [unsubscribe](mailto:commits-unsubscribe@ace.apache.org)
+* [archive](http://mail-archives.apache.org/mod_mbox/ace-commits/)
+
+
Added: ace/site/trunk/content/get-involved/project-team.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/get-involved/project-team.mdtext?rev=1234660&view=auto
==============================================================================
--- ace/site/trunk/content/get-involved/project-team.mdtext (added)
+++ ace/site/trunk/content/get-involved/project-team.mdtext Mon Jan 23 00:53:27 2012
@@ -0,0 +1,51 @@
+Title: Project Team
+
+# Project Team
+
+Here's the list of ACE committers and PMC members.
+
+See the [Apache Roles](http://www.apache.org/foundation/how-it-works.html#roles) for more
info about what these roles mean.
+
+<table>
+ <tr><td>id</td><td>name</td><td>roles</td></tr>
+ <tr>
+ <td>angelos</td>
+ <td>Angelo van der Sijpt</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>btopping</td>
+ <td>Brian Topping</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>clement</td>
+ <td>Clement Escoffier</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>cziegeler</td>
+ <td>Carsten Ziegeler</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>jbonofre</td>
+ <td>Jean-Baptiste Onofre</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>pauls</td>
+ <td>Karl Pauls</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>marrs</td>
+ <td>Marcel Offermans</td>
+ <td>Chair, PMC Member, Committer</td>
+ </tr>
+ <tr>
+ <td>tonit</td>
+ <td>Toni Menzel</td>
+ <td>PMC Member, Committer</td>
+ </tr>
+</table>
Added: ace/site/trunk/content/get-involved/source-code.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/get-involved/source-code.mdtext?rev=1234660&view=auto
==============================================================================
--- ace/site/trunk/content/get-involved/source-code.mdtext (added)
+++ ace/site/trunk/content/get-involved/source-code.mdtext Mon Jan 23 00:53:27 2012
@@ -0,0 +1,7 @@
+Title: Source Code
+
+# Source Code
+
+## Subversion
+
+## Git
|