mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
73 lines
3.3 KiB
HTML
73 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Green Unicorn - Community</title>
|
|
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
|
|
</head>
|
|
<body>
|
|
<div id="container" class="twocolumn">
|
|
<div id="menu">
|
|
<div class="logo">
|
|
<a href="./">
|
|
<img src="images/gunicorn.png" alt="Gunicorn - Green Unicorn" />
|
|
</a>
|
|
</div>
|
|
<ul id="actions">
|
|
<li><a href="install.html">Install</a></li>
|
|
<li><a href="run.html">Run</a></li>
|
|
<li><a href="configure.html">Configure</a></li>
|
|
<li><a href="deploy.html">Deploy</a></li>
|
|
<li><a href="design.html">Design</a></li>
|
|
<li><a href="faq.html">FAQ</a></li>
|
|
<li><a href="community.html">Community</a></li>
|
|
<li><a href="news.html">News</a></li>
|
|
<li><a href="http://github.com/benoitc/gunicorn/">Code</a></li>
|
|
<li><a href="http://github.com/benoitc/gunicorn/issues">Issues</a></li>
|
|
</ul>
|
|
</div>
|
|
<div id="content">
|
|
<div class="document">
|
|
<div class="section" id="mailing-list">
|
|
<h2><a class="toc-backref" href="#contents">Mailing list</a></h2>
|
|
<p>The <strong>user</strong> mailing list is general discussion and support list for
|
|
Gunicorn users.</p>
|
|
<blockquote>
|
|
<ul class="simple">
|
|
<li>To <strong>subscribe</strong>, send an email to <a class="reference external" href="mailto:user+subscribe@gunicorn.org">user+subscribe@gunicorn.org</a></li>
|
|
<li>To <strong>unsubscribe</strong>, send an email to <a class="reference external" href="mailto:user+unsubscribe@gunicorn.org">user+unsubscribe@gunicorn.org</a></li>
|
|
<li>Finally, to post a message to the list use the address to
|
|
<a class="reference external" href="mailto:user@gunicorn.org">user@gunicorn.org</a></li>
|
|
</ul>
|
|
</blockquote>
|
|
<p>The archive for this list can also be <a class="reference external" href="http://lists.gunicorn.org/user">browsed online</a> .</p>
|
|
</div>
|
|
<div class="section" id="irc">
|
|
<h2><a class="toc-backref" href="#contents">Irc</a></h2>
|
|
<p>The Gunicorn channel is on the <a class="reference external" href="http://freenode.net/">Freenode</a> IRC
|
|
network. You can chat with other on <a class="reference external" href="http://webchat.freenode.net/?channels=gunicorn">#gunicorn channel</a>.</p>
|
|
</div>
|
|
<div class="section" id="issue-tracking">
|
|
<h2><a class="toc-backref" href="#contents">Issue Tracking</a></h2>
|
|
<p>Bug reports, enhancement requests and tasks generally go in the <a class="reference external" href="http://github.com/benoitc/gunicorn/issues">Github
|
|
issue tracker</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="toc">
|
|
<div class="contents topic" id="contents">
|
|
<p class="topic-title first">Contents</p>
|
|
<ul class="simple">
|
|
<li><a class="reference internal" href="#mailing-list" id="id1">Mailing list</a></li>
|
|
<li><a class="reference internal" href="#irc" id="id2">Irc</a></li>
|
|
<li><a class="reference internal" href="#issue-tracking" id="id3">Issue Tracking</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div id="footer">
|
|
<p>Site Content License <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.</p>
|
|
<p>Hosted on <a href="http://github.com/">GitHub</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |