Skip to content

Commit

Permalink
Merge pull request benoitc#1216 from ihatehandles/wording-corrections
Browse files Browse the repository at this point in the history
Wording corrections
  • Loading branch information
tilgovi committed Mar 13, 2016
2 parents bbe302e + be0cf7f commit d4b3883
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/site/index.html
Expand Up @@ -39,7 +39,7 @@ <h1>Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-f
<li class="active">
<a href="#quickstart" title="Quickstart" class="gabout">
<h2>Quickstart</h2>
<p>Quickstart guide to getting started with using Gunicorn.</p>
<p>Read the quickstart guide to get started using Gunicorn.</p>
</a>
</li>
<li class="withborder">
Expand All @@ -57,7 +57,7 @@ <h2>Community</h2>
<li class="withborder">
<a href="#docs" title="Documentation" class="gdocuments">
<h2>Documentation</h2>
<p>Read documentation to learn more about the Gunicorn.</p>
<p>Read the documentation to learn more about Gunicorn.</p>
</a>
</li>
</ul>
Expand Down Expand Up @@ -90,9 +90,9 @@ <h1>Installation</h1>
<div class="tab-box" data-tab="deployment">
<h1>Deployment</h1>
<p>
Gunicorn is wsgi http server. It is best to use Gunicorn behind HTTP proxy server. We strongly advise you to use <a href="http://www.nginx.org/">nginx</a>.
Gunicorn is a WSGI HTTP server. It is best to use Gunicorn behind an HTTP proxy server. We strongly advise you to use <a href="http://www.nginx.org/">nginx</a>.
</p>
<p>Here's an example to help you get started with using nginx.</p>
<p>Here's an example to help you get started with using nginx:</p>
<pre>
server {
listen 80;
Expand All @@ -106,13 +106,13 @@ <h1>Deployment</h1>
}
}
</pre>
<p>Nginx is set up as reverse proxy server to Gunicorn server which is running at localhost port 8000.</p>
<p>Nginx is set up as reverse proxy server to a Gunicorn server running on localhost port 8000.</p>
<p>Read the full documentation at <a
href="http://docs.gunicorn.org/en/latest/deploy.html">docs.gunicorn.org</a></p>
</div>
<div class="tab-box" data-tab="community">
<h1>Mailing list</h1>
<p>The user mailing list is general discussion and support list for
<p>The user mailing list is a general discussion and support list for
Gunicorn users and developers.</p>
<ul>
<li>
Expand All @@ -122,14 +122,14 @@ <h1>Mailing list</h1>
To unsubscribe, send an email to <a href="mailto:user+unsubscribe&#64;gunicorn.org">user+unsubscribe&#64;gunicorn.org</a>
</li>
<li>
Finally, to post a message to the list use the address to
Finally, to post a message to the list use the address
<a href="mailto:user&#64;gunicorn.org">user&#64;gunicorn.org</a>
</li>
</ul>
<p>The archive for this list can also be <a href="http://lists.gunicorn.org/user">browsed online</a>.</p>
<h1>Irc</h1>
<p>The Gunicorn channel is on the <a href="http://freenode.net/">Freenode</a> IRC
network. You can chat with other on <a href="http://webchat.freenode.net/?channels=gunicorn">#gunicorn channel</a>.</p>
network. You can chat with the community on the <a href="http://webchat.freenode.net/?channels=gunicorn">#gunicorn channel</a>.</p>

<h1>Issue Tracking</h1>
<p>Bug reports, enhancement requests and tasks generally go in the <a href="http://github.com/benoitc/gunicorn/issues">Github
Expand All @@ -138,7 +138,7 @@ <h1>Issue Tracking</h1>
<h1>Security Issues</h1>
<p>The security mailing list is a place to report security issues. Only
developers are subscribed to it. To post a message to the list use the
address to <a href="mailto:security&#64;gunicorn.org">security&#64;gunicorn.org</a></p>
address <a href="mailto:security&#64;gunicorn.org">security&#64;gunicorn.org</a></p>

</div>
<div class="tab-box" data-tab="docs">
Expand Down

0 comments on commit d4b3883

Please sign in to comment.