~ubuntu-branches/ubuntu/natty/gunicorn/natty

« back to all changes in this revision

Viewing changes to doc/htdocs/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-11-01 10:55:04 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101101105504-ovtm4s1si02c7pn3
Tags: 0.11.2-1
* New upstream release.
* Bump Standards-Version to 3.9.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
          <li><a href="faq.html">FAQ</a></li>
19
19
          <li><a href="news.html">News</a></li>
20
20
          <li><a href="http://github.com/benoitc/gunicorn/">Code</a></li>
 
21
          <li><a href="http://github.com/benoitc/gunicorn/issues">Issues</a></li>
21
22
        </ul>
22
23
      </div>
23
24
      <div id="header">
60
61
        <h3>About</h3>
61
62
        <p>
62
63
          Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's
63
 
          a pre-fork worker model ported from Ruby's Unicorn project. The
 
64
          a pre-fork worker model ported from Ruby's 
 
65
          <a href="http://unicorn.bogomips.org/">Unicorn</a> project. The
64
66
          Gunicorn server is broadly compatible with various web frameworks,
65
67
          simply implemented, light on server resources, and fairly speedy.
66
68
        </p>
77
79
        </ul>
78
80
      </div>
79
81
      <div class="blurb"> 
80
 
        <h3>Version 0.9.1 - 2010-05-26</h3> 
81
 
        <ul> 
82
 
          <li>Support https via <tt>X-Forwarded-Protocol</tt> or <tt>X-Forwarded-Ssl</tt> headers</li> 
83
 
          <li>Remove <tt>-d</tt> command line to avoid confusion with <tt>-D</tt></li> 
84
 
          <li>Fixed a minor configuration bug</li> 
85
 
          <li>Fixed umask for Unix sockets</li> 
86
 
        </ul> 
 
82
        <h3>Version 0.11.2 - 2010-1029</h3>
 
83
        <ul>
 
84
            <li>Add <code>SERVER_SOFTWARE</code> to the os.environ</li>
 
85
            <li>Add support for django settings environement variable</li>
 
86
            <li>Add support for logging configuration in Paster ini-files</li>
 
87
            <li>Improve arbiter notification in asynchronous workers</li>
 
88
            <li>Display the right error when a worker can't be used</li>
 
89
            <li>Fix Django support</li>
 
90
            <li>Fix HUP with Paster applications</li>
 
91
            <li>Fix readline in wsgi.input</lI>
 
92
        </ul>
87
93
      </div> 
88
94
      <div id="footer">
89
95
        <p>Site Content License <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.</p>