[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mesos-commits
Subject:    svn commit: r1523947 - in /mesos: website/community.html www/community/index.html
From:       dlester () apache ! org
Date:       2013-09-17 7:52:34
Message-ID: 20130917075234.832B623889D5 () eris ! apache ! org
[Download RAW message or body]

Author: dlester
Date: Tue Sep 17 07:52:34 2013
New Revision: 1523947

URL: http://svn.apache.org/r1523947
Log:
Updates community page to include link to Atlanta meetup group, and adds descriptive \
text to mailing lists to make it clear where to post.

Modified:
    mesos/website/community.html
    mesos/www/community/index.html

Modified: mesos/website/community.html
URL: http://svn.apache.org/viewvc/mesos/website/community.html?rev=1523947&r1=1523946&r2=1523947&view=diff
 ==============================================================================
--- mesos/website/community.html (original)
+++ mesos/website/community.html Tue Sep 17 07:52:34 2013
@@ -5,30 +5,42 @@ title: Apache Mesos | Community
 
 <div class="row-fluid">
 	<h2>Community</h2>
-	<p>There are multiple ways to get involved in the project.</p>
+	
+	<p>Apache Mesos is an open source community that's organized by its members, \
including you! Whether you're running or writing a framework, or hacking the core, \
there are opportunities for you to get in touch and ask questions, get involved \
locally, and contribute back. If you're interested in who is using Mesos, check out \
our growing <a href="https://github.com/apache/mesos/blob/master/docs/Powered-by-Mesos.md">Powered \
By Mesos</a> list.</p>  
 	<div class="row-fluid">
 	<div class="span6">
-		<h4 name="mailinglists">Users Mailing List</h4>
+		<h3>Get In Touch</h3>
+		<h4 name="mailinglists">User Mailing List</h4>
+		<p>This list is open to Mesos users of all skill levels and backgrounds. It's also \
a place where many community announcements are made.</p>  <p><b>Users</b>: <a \
href="mailto:user-subscribe@mesos.apache.org?subject=Subscribe&body=Subscribe">Subscribe</a> \
| <a href="mailto:user-unsubscribe@mesos.apache.org?subject=Unsubscribe&body=Unubscribe">Unsubscribe</a> \
| <a href="http://www.mail-archive.com/user@mesos.apache.org/">Archives</a></p>  
+		<h4 name="mailinglists">Developers Mailing List</h4>
+		<p>This list is primarily to discuss and manage the development of the Mesos core. \
If you're interested in contributing, this is a good place to post/listen.</p> \
+		<p><b>Developers</b>: <a \
href="mailto:dev-subscribe@mesos.apache.org?subject=Subscribe&body=Subscribe">Subscribe</a> \
| <a href="mailto:dev-unsubscribe@mesos.apache.org?subject=Unsubscribe&body=Unsubscribe">Unsubscribe</a> \
| <a href="http://www.mail-archive.com/dev@mesos.apache.org/">Archives</a></p> +		
 		<h4 name="ircchannel">IRC Channel</h4>
-		<p>Many of the Mesos developers and community members chat in the #mesos channel \
on irc.freenode.net.</p> +		<p>Many of the Mesos developers and users chat in the \
#mesos channel on irc.freenode.net.</p>  
 		<p>If you are new to IRC, you can use a <a \
                href="http://webchat.freenode.net/?channels=#mesos">web-based \
                client</a>.</p>
-		
-		<h4 name="meetup">Meetup Group</h4>
-		<p>Join our <a href="http://www.meetup.com/Distributed-data-processing-with-Mesos/">Meetup \
                group</a> to stay up-to-date about upcoming Mesos talks and \
                workshops.</p>
-		
+				
 		<h4 name="twitter">Follow us on Twitter</h4>
-		<p>Tweet at us, we're <a href="http://twitter.com/ApacheMesos">@ApacheMesos</a> on \
Twitter.</p> +		<p>Tweet at us, we're <a \
href="http://twitter.com/ApacheMesos">@ApacheMesos</a> on Twitter and use the hashtag \
<a href="https://twitter.com/search?q=%23mesos">#mesos</a>.</p>  </div>
 	<div class="span6">
-		<h4 name="mailinglists">Developers Mailing List</h4>
-		<p><b>Developers</b>: <a \
href="mailto:dev-subscribe@mesos.apache.org?subject=Subscribe&body=Subscribe">Subscribe</a> \
| <a href="mailto:dev-unsubscribe@mesos.apache.org?subject=Unsubscribe&body=Unsubscribe">Unsubscribe</a> \
| <a href="http://www.mail-archive.com/dev@mesos.apache.org/">Archives</a></p> \
+		<h3>Get Involved</h3> +		<h4 name="meetup">Users Groups</h4>
+		<p>Mesos user groups have been springing up to organize local events. If you're \
interested in organizing one in your city, share your interest on the user mailing \
list and we'll add you to our list.</p> +
+		<h5>USA</h5>
+		<ul>
+			<li><a href="http://www.meetup.com/Distributed-data-processing-with-Mesos/">San \
Francisco, CA</a></li> +			<li><a href="https://twitter.com/AtlantaMesos">Atlanta, \
GA</a></li> +		</ul>
 		
+		<h3>Contribute</h3>
 		<h4 name="reportbugs">Report or track a bug</h4>
-		<p>New bugs can be reported on our <a \
href="http://issues.apache.org/jira/browse/MESOS">issue tracker</a>. In order to \
create a new issue, you will need to signup as an Apache user.</p> +		<p>New bugs can \
be reported on our <a href="http://issues.apache.org/jira/browse/MESOS">issue \
tracker</a>. In order to create a new issue, you'll need to signup for an \
account.</p>  
 		<h4 name="contribute">Contribute a core patch</h4>
 		<p>Follow our <a href="https://github.com/apache/mesos/blob/master/docs/Mesos-developers-guide.md">contribution \
guidelines</a> when submitting a patch. We love patches. :)</p>

Modified: mesos/www/community/index.html
URL: http://svn.apache.org/viewvc/mesos/www/community/index.html?rev=1523947&r1=1523946&r2=1523947&view=diff
 ==============================================================================
--- mesos/www/community/index.html (original)
+++ mesos/www/community/index.html Tue Sep 17 07:52:34 2013
@@ -90,30 +90,42 @@
 
 			<div class="row-fluid">
 	<h2>Community</h2>
-	<p>There are multiple ways to get involved in the project.</p>
+	
+	<p>Apache Mesos is an open source community that's organized by its members, \
including you! Whether you're running or writing a framework, or hacking the core, \
there are opportunities for you to get in touch and ask questions, get involved \
locally, and contribute back. If you're interested in who is using Mesos, check out \
our growing <a href="https://github.com/apache/mesos/blob/master/docs/Powered-by-Mesos.md">Powered \
By Mesos</a> list.</p>  
 	<div class="row-fluid">
 	<div class="span6">
-		<h4 name="mailinglists">Users Mailing List</h4>
+		<h3>Get In Touch</h3>
+		<h4 name="mailinglists">User Mailing List</h4>
+		<p>This list is open to Mesos users of all skill levels and backgrounds. It's also \
a place where many community announcements are made.</p>  <p><b>Users</b>: <a \
href="mailto:user-subscribe@mesos.apache.org?subject=Subscribe&body=Subscribe">Subscribe</a> \
| <a href="mailto:user-unsubscribe@mesos.apache.org?subject=Unsubscribe&body=Unubscribe">Unsubscribe</a> \
| <a href="http://www.mail-archive.com/user@mesos.apache.org/">Archives</a></p>  
+		<h4 name="mailinglists">Developers Mailing List</h4>
+		<p>This list is primarily to discuss and manage the development of the Mesos core. \
If you're interested in contributing, this is a good place to post/listen.</p> \
+		<p><b>Developers</b>: <a \
href="mailto:dev-subscribe@mesos.apache.org?subject=Subscribe&body=Subscribe">Subscribe</a> \
| <a href="mailto:dev-unsubscribe@mesos.apache.org?subject=Unsubscribe&body=Unsubscribe">Unsubscribe</a> \
| <a href="http://www.mail-archive.com/dev@mesos.apache.org/">Archives</a></p> +		
 		<h4 name="ircchannel">IRC Channel</h4>
-		<p>Many of the Mesos developers and community members chat in the #mesos channel \
on irc.freenode.net.</p> +		<p>Many of the Mesos developers and users chat in the \
#mesos channel on irc.freenode.net.</p>  
 		<p>If you are new to IRC, you can use a <a \
                href="http://webchat.freenode.net/?channels=#mesos">web-based \
                client</a>.</p>
-		
-		<h4 name="meetup">Meetup Group</h4>
-		<p>Join our <a href="http://www.meetup.com/Distributed-data-processing-with-Mesos/">Meetup \
                group</a> to stay up-to-date about upcoming Mesos talks and \
                workshops.</p>
-		
+				
 		<h4 name="twitter">Follow us on Twitter</h4>
-		<p>Tweet at us, we're <a href="http://twitter.com/ApacheMesos">@ApacheMesos</a> on \
Twitter.</p> +		<p>Tweet at us, we're <a \
href="http://twitter.com/ApacheMesos">@ApacheMesos</a> on Twitter and use the hashtag \
<a href="https://twitter.com/search?q=%23mesos">#mesos</a>.</p>  </div>
 	<div class="span6">
-		<h4 name="mailinglists">Developers Mailing List</h4>
-		<p><b>Developers</b>: <a \
href="mailto:dev-subscribe@mesos.apache.org?subject=Subscribe&body=Subscribe">Subscribe</a> \
| <a href="mailto:dev-unsubscribe@mesos.apache.org?subject=Unsubscribe&body=Unsubscribe">Unsubscribe</a> \
| <a href="http://www.mail-archive.com/dev@mesos.apache.org/">Archives</a></p> \
+		<h3>Get Involved</h3> +		<h4 name="meetup">Users Groups</h4>
+		<p>Mesos user groups have been springing up to organize local events. If you're \
interested in organizing one in your city, share your interest on the user mailing \
list and we'll add you to our list.</p> +
+		<h5>USA</h5>
+		<ul>
+			<li><a href="http://www.meetup.com/Distributed-data-processing-with-Mesos/">San \
Francisco, CA</a></li> +			<li><a href="https://twitter.com/AtlantaMesos">Atlanta, \
GA</a></li> +		</ul>
 		
+		<h3>Contribute</h3>
 		<h4 name="reportbugs">Report or track a bug</h4>
-		<p>New bugs can be reported on our <a \
href="http://issues.apache.org/jira/browse/MESOS">issue tracker</a>. In order to \
create a new issue, you will need to signup as an Apache user.</p> +		<p>New bugs can \
be reported on our <a href="http://issues.apache.org/jira/browse/MESOS">issue \
tracker</a>. In order to create a new issue, you'll need to signup for an \
account.</p>  
 		<h4 name="contribute">Contribute a core patch</h4>
 		<p>Follow our <a href="https://github.com/apache/mesos/blob/master/docs/Mesos-developers-guide.md">contribution \
guidelines</a> when submitting a patch. We love patches. :)</p>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic