Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wording corrections #1216

Merged
merged 2 commits into from Mar 13, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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