diff --git a/doc/htdocs/configuration.html b/doc/htdocs/configuration.html
index dbacd2ea..9b28d197 100644
--- a/doc/htdocs/configuration.html
+++ b/doc/htdocs/configuration.html
@@ -80,6 +80,8 @@ after_fork=lambda server, worker: server.log.info(
before_fork=lambda server, worker: True
before_exec=lambda server: server.log.info("Forked child, reexecuting")
+
+ when_ready=lambda server: server.log.info("Gunicorn started.")
@@ -135,6 +137,8 @@ installed. This alters the process names listed by commands like
News
-
-
0.9.0-dev / 2010-05-17
-
-
System Message: WARNING/2 (<string>, line 5)
-
Title underline too short.
-
-0.9.0-dev / 2010-05-17
-------------------
-
-
+
+
0.9.0 2010-05-22
+- Added when_ready hook. Called just after the server is started
- Added preload setting. Load application code before the worker processes
are forked.
- Refactored Config
- Fix pidfile
- Fix QUIT/HUP in async workers
- Fix reexec
-- Documentation improvments
+- Documentation improvements
-
+
0.8.1 / 2010-04-29
- Fix builtins import in config
@@ -78,7 +71,7 @@ are forked.
- Delay application loading until after processing all configuration
-
+
0.8.0 / 2010-04-22
- Refactored Worker management for better async support. Now use the -k option
@@ -86,7 +79,7 @@ to set the type of request processing to use
- Added support for Tornado
-
+
0.7.2 / 2010-04-15
- Added --spew option to help debugging (installs a system trace hook)
@@ -94,13 +87,13 @@ to set the type of request processing to use
- Fix a bug in start_response on error
-
+
0.7.1 / 2010-04-01
- Fix bug when responses have no body.
-
+
0.7.0 / 2010-03-26
- Added support for Eventlet and Gevent based workers.
@@ -110,28 +103,28 @@ to set the type of request processing to use
- Fix PEP 333 compliance for the write callable.
-
+
0.6.5 / 2010-03-11
- Fix pidfile handling
- Fix Exception Error
-
+
0.6.4 / 2010-03-08
- Use cStringIO for performance when possible.
- Fix worker freeze when a remote connection closes unexpectedly.
-
+
0.6.3 / 2010-03-07
- Make HTTP parsing faster.
- Various bug fixes
-
+
0.6.2 / 2010-03-01
- Added support for chunked response.
@@ -142,7 +135,7 @@ temporary data.
- Workers are now murdered by age (the oldest is killed first).
-
+
0.6.1 / 2010-02-24
- Added gunicorn config file support for Django admin command
@@ -150,7 +143,7 @@ temporary data.
- Removed TTIN/TTOU from workers which blocked other signals.
-
+
0.6 / 2010-02-22
- Added setproctitle support
@@ -158,14 +151,14 @@ temporary data.
permissions, new uid/gid permissions are only set for workers.
-
+
0.5.1 / 2010-02-22
- Fix umask
- Added Debian packaging
-
+
0.5 / 2010-02-20
- Added configuration file handler.
diff --git a/doc/site/index.rst b/doc/site/index.rst
index f5513bd9..528ea184 100644
--- a/doc/site/index.rst
+++ b/doc/site/index.rst
@@ -1,4 +1,5 @@
template: index.html
+title: Welcome
Green Unicorn
=============