mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
this change hasn't been commited yet. spotted by tilgovi on irc.
This commit is contained in:
parent
7e6beaf8e7
commit
f9a17e467c
@ -1,4 +1,5 @@
|
|||||||
/* line 14, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
@charset "UTF-8";
|
||||||
|
/* line 14, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
@ -18,42 +19,42 @@ table, caption, tbody, tfoot, thead, tr, th, td {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 17, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 17, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
body {
|
body {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: black;
|
color: black;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 19, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 19, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
ol, ul {
|
ol, ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 21, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 21, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
table {
|
table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 23, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 23, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
caption, th, td {
|
caption, th, td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 25, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 25, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
q, blockquote {
|
q, blockquote {
|
||||||
quotes: "" "";
|
quotes: "" "";
|
||||||
}
|
}
|
||||||
/* line 96, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 96, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
q:before, q:after, blockquote:before, blockquote:after {
|
q:before, q:after, blockquote:before, blockquote:after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 27, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 27, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
a img {
|
a img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -84,17 +85,17 @@ a img {
|
|||||||
width: 620px;
|
width: 620px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 4, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 4, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
body {
|
body {
|
||||||
font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 6, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 6, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: 1px dotted invert;
|
outline: 1px dotted invert;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 8, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 8, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
hr {
|
hr {
|
||||||
border-color: #cccccc;
|
border-color: #cccccc;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -103,52 +104,52 @@ hr {
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 14, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 14, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 16, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 16, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 18, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 18, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 20, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 20, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 22, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 22, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 24, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 24, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 26, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 26, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 28, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 28, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
ul {
|
ul {
|
||||||
list-style: square;
|
list-style: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 30, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 30, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
li {
|
li {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 32, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 32, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
p,
|
p,
|
||||||
dl,
|
dl,
|
||||||
hr,
|
hr,
|
||||||
@ -208,7 +209,7 @@ a, a:visited, a:hover, a:active {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
/* line 11, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
/* line 11, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
||||||
#menu ul li {
|
#menu ul li {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
/* line 14, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
@charset "UTF-8";
|
||||||
|
/* line 14, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
@ -18,42 +19,42 @@ table, caption, tbody, tfoot, thead, tr, th, td {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 17, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 17, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
body {
|
body {
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: black;
|
color: black;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 19, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 19, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
ol, ul {
|
ol, ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 21, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 21, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
table {
|
table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 23, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 23, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
caption, th, td {
|
caption, th, td {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 25, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 25, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
q, blockquote {
|
q, blockquote {
|
||||||
quotes: "" "";
|
quotes: "" "";
|
||||||
}
|
}
|
||||||
/* line 96, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 96, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
q:before, q:after, blockquote:before, blockquote:after {
|
q:before, q:after, blockquote:before, blockquote:after {
|
||||||
content: "";
|
content: "";
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 27, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 27, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
a img {
|
a img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -84,17 +85,17 @@ a img {
|
|||||||
width: 620px;
|
width: 620px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 4, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 4, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
body {
|
body {
|
||||||
font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 6, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 6, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: 1px dotted invert;
|
outline: 1px dotted invert;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 8, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 8, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
hr {
|
hr {
|
||||||
border-color: #cccccc;
|
border-color: #cccccc;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
@ -103,52 +104,52 @@ hr {
|
|||||||
height: 0;
|
height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 14, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 14, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 16, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 16, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 18, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 18, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 21px;
|
font-size: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 20, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 20, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 22, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 22, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h5 {
|
h5 {
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 24, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 24, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
h6 {
|
h6 {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 26, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 26, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
ol {
|
ol {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 28, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 28, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
ul {
|
ul {
|
||||||
list-style: square;
|
list-style: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 30, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 30, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
li {
|
li {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 32, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
/* line 32, ../../../../../../.gem/ruby/1.8/gems/compass-960-plugin-0.10.0/stylesheets/960/_text.sass */
|
||||||
p,
|
p,
|
||||||
dl,
|
dl,
|
||||||
hr,
|
hr,
|
||||||
@ -208,7 +209,7 @@ a, a:visited, a:hover, a:active {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
/* line 11, ../../../../../../../../../var/lib/gems/1.9.1/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
/* line 11, ../../../../../../.gem/ruby/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
||||||
#menu ul li {
|
#menu ul li {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|||||||
@ -84,8 +84,6 @@ def app(environ, start_response):
|
|||||||
<li>Add support for logging configuration using a ini file.</li>
|
<li>Add support for logging configuration using a ini file.</li>
|
||||||
<li>Add IPV6 support</li>
|
<li>Add IPV6 support</li>
|
||||||
<li>Add multidomain application example</li>
|
<li>Add multidomain application example</li>
|
||||||
<li>Improve graceful handling: don't kill old workers
|
|
||||||
until new ones are active</li>
|
|
||||||
<li>Improve gunicorn_django command when importing settings
|
<li>Improve gunicorn_django command when importing settings
|
||||||
module using <code>DJANGO_SETTINGS_MODULE</code> environment variable</li>
|
module using <code>DJANGO_SETTINGS_MODULE</code> environment variable</li>
|
||||||
<li>Send appropriate error status on http parsing</li>
|
<li>Send appropriate error status on http parsing</li>
|
||||||
|
|||||||
@ -29,15 +29,13 @@
|
|||||||
<div id="content">
|
<div id="content">
|
||||||
<div class="document">
|
<div class="document">
|
||||||
<div class="section" id="id1">
|
<div class="section" id="id1">
|
||||||
<h2><a class="toc-backref" href="#contents">0.12.0 / 2010-12-12</a></h2>
|
<h2><a class="toc-backref" href="#contents">0.12.0 / 2010-12-22</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Add support for logging configuration using a ini file.
|
<li>Add support for logging configuration using a ini file.
|
||||||
It uses the standard Python logging's module Configuration
|
It uses the standard Python logging's module Configuration
|
||||||
file format and allows anyone to use his custom file handler</li>
|
file format and allows anyone to use his custom file handler</li>
|
||||||
<li>Add IPV6 support</li>
|
<li>Add IPV6 support</li>
|
||||||
<li>Add multidomain application example</li>
|
<li>Add multidomain application example</li>
|
||||||
<li>Improve graceful handling: don't kill old workers
|
|
||||||
until new ones are active</li>
|
|
||||||
<li>Improve gunicorn_django command when importing settings module
|
<li>Improve gunicorn_django command when importing settings module
|
||||||
using DJANGO_SETTINGS_MODULE environment variable</li>
|
using DJANGO_SETTINGS_MODULE environment variable</li>
|
||||||
<li>Send appropriate error status on http parsing</li>
|
<li>Send appropriate error status on http parsing</li>
|
||||||
@ -256,7 +254,7 @@ permissions, new uid/gid permissions are only set for workers.</li>
|
|||||||
<div class="contents topic" id="contents">
|
<div class="contents topic" id="contents">
|
||||||
<p class="topic-title first">Contents</p>
|
<p class="topic-title first">Contents</p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li><a class="reference internal" href="#id1" id="id22">0.12.0 / 2010-12-12</a></li>
|
<li><a class="reference internal" href="#id1" id="id22">0.12.0 / 2010-12-22</a></li>
|
||||||
<li><a class="reference internal" href="#id2" id="id23">0.11.2 / 2010-10-30</a></li>
|
<li><a class="reference internal" href="#id2" id="id23">0.11.2 / 2010-10-30</a></li>
|
||||||
<li><a class="reference internal" href="#id3" id="id24">0.11.1 / 2010-09-02</a></li>
|
<li><a class="reference internal" href="#id3" id="id24">0.11.1 / 2010-09-02</a></li>
|
||||||
<li><a class="reference internal" href="#id4" id="id25">0.11.0 / 2010-08-12</a></li>
|
<li><a class="reference internal" href="#id4" id="id25">0.11.0 / 2010-08-12</a></li>
|
||||||
|
|||||||
@ -16,8 +16,6 @@ _TOC_BOT_
|
|||||||
file format and allows anyone to use his custom file handler
|
file format and allows anyone to use his custom file handler
|
||||||
- Add IPV6 support
|
- Add IPV6 support
|
||||||
- Add multidomain application example
|
- Add multidomain application example
|
||||||
- Improve graceful handling: don't kill old workers
|
|
||||||
until new ones are active
|
|
||||||
- Improve gunicorn_django command when importing settings module
|
- Improve gunicorn_django command when importing settings module
|
||||||
using DJANGO_SETTINGS_MODULE environment variable
|
using DJANGO_SETTINGS_MODULE environment variable
|
||||||
- Send appropriate error status on http parsing
|
- Send appropriate error status on http parsing
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user