You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by er...@apache.org on 2010/11/02 23:21:19 UTC

svn commit: r1030265 - in /servicemix/sandbox/website20/src/main/webapp: WEB-INF/scalate/layouts/default.ssp community/team.conf contrib/becoming-a-committer.page

Author: ericjohnson
Date: Tue Nov  2 22:21:18 2010
New Revision: 1030265

URL: http://svn.apache.org/viewvc?rev=1030265&view=rev
Log:
Added some content around contributing and the community

Modified:
    servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
    servicemix/sandbox/website20/src/main/webapp/community/team.conf
    servicemix/sandbox/website20/src/main/webapp/contrib/becoming-a-committer.page

Modified: servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp?rev=1030265&r1=1030264&r2=1030265&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp (original)
+++ servicemix/sandbox/website20/src/main/webapp/WEB-INF/scalate/layouts/default.ssp Tue Nov  2 22:21:18 2010
@@ -16,18 +16,25 @@ See the License for the specific languag
 limitations under the License.
 --%>
 <%@ var body: String %>
-<%@ var title : String = "The Apache ServiceMix Project" %>
-<%@ var style : String = "foo.css" %>
+<%@ var title : String = null %>
+<%@ var style : String = null %>
 <% escapeMarkup = false %>
 <% import org.fusesource.scalate.servlet.ServletRenderContext._ %>
 <!DOCTYPE html>
 <html>
 <head>
+  <% if (title != null) { %>
   <title>Apache ServiceMix, the Agile Open Source ESB -- ${title}</title>
-
+<% } %>  
+<% else { %>
+  <title>Apache ServiceMix, the Agile Open Source ESB</title>
+  <% } %>
+  
   <link href="${uri("/css/master.css")}" rel="Stylesheet" type="text/css" />
   <link href="${uri("/css/pygmentize.css")}" rel="stylesheet" type="text/css" />
-  <link href="${style}" rel="stylesheet" type="text/css" />
+  <% if (style != null) { %>
+    <link href="${style}" rel="stylesheet" type="text/css" />
+<% } %>  
 
   <script type="text/javascript" src="${uri("./scripts/jquery.js")}"></script>
   <script type="text/javascript" src="${uri("./scripts/jquery.browser.js")}"></script>

Modified: servicemix/sandbox/website20/src/main/webapp/community/team.conf
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/community/team.conf?rev=1030265&r1=1030264&r2=1030265&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/community/team.conf (original)
+++ servicemix/sandbox/website20/src/main/webapp/community/team.conf Tue Nov  2 22:21:18 2010
@@ -56,7 +56,7 @@ h3. Contributors
 | Charles Souillard | Bull R&D |
 | Christian Schneider | [EnBW Energie Baden-Württemberg AG| http://www.enbw.com] [Homepage|http://www.liquid-reality.de]|
 | Christopher Steinmeyer | |
-| David Grigglestone | |
+| David Grigglestone | [Progress |http://www.progress.com/] |
 | Dave Stanley | [FuseSource |http://fusesource.com/] |
 | Edell Nolan | |
 | Eduardo Burgos | |
@@ -66,6 +66,7 @@ h3. Contributors
 | Georg Dembowski | |
 | Gianfranco Boccalon | [Engineering Ingegneria Informatica S.p.A.|http://www.eng.it/] |
 | Grégoire A. Autric | [Capgemini France|http://www.capgemini.fr] |
+| Greg Lucas | [Progress |http://www.progress.com/] |
 | Ioannis Canellos | [Upstream S.A.|http://corp.upstreamsystems.com/] |
 | James Lorenzen | |
 | Jamie McCrindle | |
@@ -80,6 +81,8 @@ h3. Contributors
 | Marc Tremblay | |
 | Maciej Szefler | |
 | Martin Krasser | [InterComponentWare AG|http://www.icw-global.com/] |
+| Peter Smith | FAST |
+| Philipp Rossmanith | |
 | Rabi Mishra | [Wipro Technologies|http://www.wipro.com] |
 | Ramon Buckland | |
 | Renaud Bruyeron | |
@@ -89,12 +92,9 @@ h3. Contributors
 | Soumadeep Sen | |
 | Stefan Klinger | |
 | Terry Cox | |
-| Peter Smith | FAST |
-| Philipp Rossmanith | |
 |Willem Jiang| [FuseSource |http://fusesource.com/] |
 | William Wong | |
-| Greg Lucas | [Progress |http://www.progress.com/] |
 
 h3. Contributing
 
-We welcome contributions, please do come and [join in the fun|Contributing]. 
\ No newline at end of file
+We welcome contributions, please do come and [join in the fun|/contrib/index]. 
\ No newline at end of file

Modified: servicemix/sandbox/website20/src/main/webapp/contrib/becoming-a-committer.page
URL: http://svn.apache.org/viewvc/servicemix/sandbox/website20/src/main/webapp/contrib/becoming-a-committer.page?rev=1030265&r1=1030264&r2=1030265&view=diff
==============================================================================
--- servicemix/sandbox/website20/src/main/webapp/contrib/becoming-a-committer.page (original)
+++ servicemix/sandbox/website20/src/main/webapp/contrib/becoming-a-committer.page Tue Nov  2 22:21:18 2010
@@ -3,4 +3,34 @@
 title: Becoming a Committer
 --- name:content pipeline:markdown
 
-# Becoming a Committer
\ No newline at end of file
+# Becoming a Committer
+
+First of all you need to get involved and [contribute](/contrib/index.html) via the mail list, forum, issue tracker and submit patches.
+
+Once you're contributing and your work is good, one of our [team](/community/team.html) might invite you to be a committer (after we've called a vote). When that happens, if you accept, the following process kicks into place...
+
+## Steps to becoming a committer
+
+1. Download and print the Apache Contributor License Agreement(CLA) from [here](http://www.apache.org/dev/new-committers-guide.html).
+1. Sign it and fax it to Apache. In the past I've found its often faster to also post it via snail mail![smile](images/smile.gif).
+1. Wait for your name to appear on the list of [received CLAs](http://people.apache.org/~jim/committers.html#unlistedclas").
+1. Once thats done let us know and we can apply to Apache Infrastructure to have your account created; we'll also need to know:
+    * your full name
+    * your preferred email address
+    * your preferred unix account name
+
+## Getting started at Apache
+
+First add yourself to the [team](/community/team.html) page.</p>
+
+Now go read the instructions on the [new committers guide](http://www.apache.org/dev/new-committers-guide.html). Its also worth viewing [http://www.apache.org/dev](http://www.apache.org/dev).
+
+## Enabling your SVN account
+
+Once you've got your Apache account working you need to enable SVN access; See this document for details of using **svnpasswd**:
+
+<p><a href="http://www.apache.org/dev/committers.html" class="external-link" rel="nofollow">http://www.apache.org/dev/committers.html</a></p>
+
+## Configuring SVN
+
+You should follow [this guide](http://www.apache.org/dev/svn-eol-style.txt) to setup your EOL settings.