mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add sitemap generation
This commit is contained in:
parent
7056ab902b
commit
68e050b052
34
NOTICE
34
NOTICE
@ -36,3 +36,37 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
doc/sitemap_gen.py
|
||||||
|
------------------
|
||||||
|
Under BSD License :
|
||||||
|
|
||||||
|
Copyright (c) 2004, 2005, Google Inc.
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
|
||||||
|
* Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
* Redistributions in binary form must reproduce the above
|
||||||
|
copyright notice, this list of conditions and the following
|
||||||
|
disclaimer in the documentation and/or other materials provided
|
||||||
|
with the distribution.
|
||||||
|
|
||||||
|
* Neither the name of Google Inc. nor the names of its contributors
|
||||||
|
may be used to endorse or promote products derived from this
|
||||||
|
software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||||
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||||
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||||
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||||
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||||
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||||
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
@ -18,6 +18,7 @@ from jinja2 import Environment
|
|||||||
from jinja2.loaders import FileSystemLoader
|
from jinja2.loaders import FileSystemLoader
|
||||||
from jinja2.utils import open_if_exists
|
from jinja2.utils import open_if_exists
|
||||||
|
|
||||||
|
from sitemap_gen import CreateSitemapFromFile
|
||||||
import conf
|
import conf
|
||||||
|
|
||||||
class Site(object):
|
class Site(object):
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/* line 14, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 14, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/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 +18,42 @@ table, caption, tbody, tfoot, thead, tr, th, td {
|
|||||||
vertical-align: baseline;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 17, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/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, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 19, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
ol, ul {
|
ol, ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* line 21, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 21, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/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, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 23, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/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, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 25, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
q, blockquote {
|
q, blockquote {
|
||||||
quotes: "" "";
|
quotes: "" "";
|
||||||
}
|
}
|
||||||
/* line 96, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 96, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/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, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
/* line 27, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
|
||||||
a img {
|
a img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
@ -92,7 +92,7 @@ div.container {
|
|||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
/* line 11, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
/* line 11, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/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;
|
||||||
@ -142,7 +142,7 @@ div.section ul {
|
|||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
/* line 11, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
/* line 11, ../../../../../../../.gem/ruby/1.8/gems/compass-0.10.1/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.scss */
|
||||||
div.section ul li {
|
div.section ul li {
|
||||||
list-style-image: none;
|
list-style-image: none;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
|||||||
97
doc/htdocs/sitemap.xml
Normal file
97
doc/htdocs/sitemap.xml
Normal file
@ -0,0 +1,97 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset
|
||||||
|
xmlns="http://www.google.com/schemas/sitemap/0.84"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84
|
||||||
|
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd">
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/</loc>
|
||||||
|
<lastmod>2010-05-31T20:33:20Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/configuration.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/configure.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/css/</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/css/style.css</loc>
|
||||||
|
<lastmod>2010-05-31T20:11:24Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/deploy.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/deployment.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/design.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/faq.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/images/</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/images/logo.png</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/index.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/install.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/installation.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/news.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/run.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/tuning.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>http://gunicorn.org/usage.html</loc>
|
||||||
|
<lastmod>2010-05-31T11:07:58Z</lastmod>
|
||||||
|
<priority>0.5000</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
19
doc/sitemap_config.xml
Normal file
19
doc/sitemap_config.xml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<site
|
||||||
|
base_url="http://gunicorn.org"
|
||||||
|
store_into="htdocs/sitemap.xml"
|
||||||
|
verbose="1"
|
||||||
|
>
|
||||||
|
|
||||||
|
<directory path="htdocs/" url="http://gunicorn.org/" />
|
||||||
|
|
||||||
|
<!-- Exclude URLs that end with a '~' (IE: emacs backup files) -->
|
||||||
|
<filter action="drop" type="wildcard" pattern="*~" />
|
||||||
|
|
||||||
|
<!-- Exclude URLs within UNIX-style hidden files or directories -->
|
||||||
|
<filter action="drop" type="regexp" pattern="/\.[^/]*" />
|
||||||
|
|
||||||
|
<!-- Exclude github CNAME file -->
|
||||||
|
<filter action="drop" type="wildcard" pattern="*CNAME" />
|
||||||
|
|
||||||
|
</site>
|
||||||
2205
doc/sitemap_gen.py
Executable file
2205
doc/sitemap_gen.py
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user