You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jc...@apache.org on 2016/10/27 19:57:58 UTC

svn commit: r1766872 [3/3] - in /aurora/site: publish/community/index.html publish/sitemap.xml source/community.html.md.erb

Modified: aurora/site/source/community.html.md.erb
URL: http://svn.apache.org/viewvc/aurora/site/source/community.html.md.erb?rev=1766872&r1=1766871&r2=1766872&view=diff
==============================================================================
--- aurora/site/source/community.html.md.erb (original)
+++ aurora/site/source/community.html.md.erb Thu Oct 27 19:57:58 2016
@@ -11,33 +11,33 @@
     <p>Please read our <a href="/documentation/latest/contributing/">contribution guide</a>
        when submitting a patch. We welcome them!
     </p>
+
+    <h3>Chat</h3>
+    <h4 name="slack">Slack</h4>
+    <p>Developers and users hang out in <code>#aurora</code> on <a href="https://mesos.slack.com/">
+       <code>mesos.slack.com</code></a>.</p>
+    <p>To request an invite for slack please click <a href="https://mesos-slackin.herokuapp.com/">here</a>.</p>
+    <p>All slack communication is publicly archived <a href="http://mesos.slackarchive.io/aurora/">here</a>.</p>
+    <h4 name="ircchannel">IRC</h4>
+    <p>There is also a two way mirror between Slack and IRC via the #aurora channel on <code>irc.freenode.net</code>.
+       If you're new to IRC, we suggest trying a <a href="http://webchat.freenode.net/?channels=#aurora">web-based client</a>.</p>
   </div>
   <div class="col-md-4">
-    <h3>Stay in Touch</h3>
-    <h4 name="ircchannel">IRC</h4>
-    <p>Developers and users hang out in <code>#aurora</code> on <code>irc.freenode.net</code>.
-       If you're new to IRC, we suggest trying a
-       <a href="http://webchat.freenode.net/?channels=#aurora">web-based client</a>.
-    </p>
-    <p>We hold weekly IRC meetings as an opportunity for users and developers to engage.
-       Meetings are every Monday at
-       <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Aurora+Weekly+Meeting&iso=20140421T11&p1=224&ah=1">11AM Pacific Time</a>.</p>
-
-    <h4>Mailing lists</h4>
+    <h3>Mailing lists</h3>
     <p>
     <% data.mailing_lists.lists.each do |list| %>
       <strong><%= list.title %></strong><br />
       <%= list.description %><br />
       <a href="mailto:<%= list.address %>-subscribe@aurora.apache.org">Subscribe</a> |
       <a href="mailto:<%= list.address %>-unsubscribe@aurora.apache.org">Unsubscribe</a> |
-      <a href="http://mail-archives.apache.org/mod_mbox/aurora-<%= list.address %>/">Archive</a>
+      <a href="https://lists.apache.org/list.html?<%= list.address %>@aurora.apache.org">Archive</a>
       <br /><br />
     <% end %>
     </p>
   </div>
   <div class="col-md-4">
     <h3>Follow the Project</h3>
-    <a class="twitter-timeline" href="https://twitter.com/ApacheAurora" data-widget-id="512693636127920129">Tweets by @ApacheAurora</a>
-    <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
+    <a class="twitter-timeline" href="https://twitter.com/ApacheAurora">Tweets by ApacheAurora</a>
+    <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
   </div>
 </div>