Commit 5eebf5d1 authored by Jason Madden's avatar Jason Madden

Some better social organization. [skip ci]

parent 37d85133
Community
=========
The official mailing list is hosted on `Google Groups (gevent)`_. To subscribe via email, send a message to gevent+subscribe@googlegroups.com
The official mailing list is hosted on `Google Groups (gevent)`_. To
subscribe via email, send a message to
gevent+subscribe@googlegroups.com. Here's what people are saying now:
.. raw:: html
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="100%"
height="500">
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src = "https://groups.google.com/forum/embed/?place=forum/gevent"
+ "&showsearch=true&showtabs=false&hideforumtitle=true&showpopout=true&parenturl=" + encodeURIComponent(window.location.href);
</script>
You're also welcome to join `#gevent`_ IRC channel on freenode.
......
......@@ -30,22 +30,33 @@ gevent is written and maintained by `Denis Bilenko
If you like gevent, :doc:`donate <sfc>` to support the development.
What are others saying?
=======================
Twitter
-------
.. raw:: html
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/search?q=gevent" data-widget-id="621692925999644672">Tweets about gevent</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>
Mailing List
------------
.. raw:: html
<iframe id="forum_embed"
src="javascript:void(0)"
scrolling="no"
frameborder="0"
width="900"
height="700">
width="100%"
height="500">
</iframe>
<script type="text/javascript">
document.getElementById("forum_embed").src = "https://groups.google.com/forum/embed/?place=forum/gevent"
+ "&showsearch=true&&showpopout=true&parenturl=" + encodeURIComponent(window.location.href);
+ "&showsearch=false&showtabs=false&hideforumtitle=true&showpopout=true&parenturl=" + encodeURIComponent(window.location.href);
</script>
.. _coroutine: https://en.wikipedia.org/wiki/Coroutine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment