bffdb722ac
git-svn-id: http://yolanda.mister-muffin.de/svn@362 7eef14d0-6ed0-489d-bf55-20463b2d70db
59 lines
1.1 KiB
INI
59 lines
1.1 KiB
INI
[egg_info]
|
|
tag_build = dev
|
|
tag_svn_revision = true
|
|
|
|
[easy_install]
|
|
find_links = http://www.pylonshq.com/download/
|
|
|
|
[pudge]
|
|
theme = pythonpaste.org
|
|
|
|
# Add extra doc files here with spaces between them
|
|
docs = docs/index.txt
|
|
|
|
# Doc Settings
|
|
doc_base = docs/
|
|
dest = docs/html
|
|
|
|
# Add extra modules here separated with commas
|
|
modules = yolanda
|
|
title = Yolanda
|
|
organization = Pylons
|
|
|
|
# Highlight code-block sections with Pygments
|
|
highlighter = pygments
|
|
|
|
# Optionally add extra links
|
|
#organization_url = http://pylonshq.com/
|
|
#trac_url = http://pylonshq.com/project
|
|
settings = no_about=true
|
|
|
|
# Optionally add extra settings
|
|
# link1=/community/ Community
|
|
# link2=/download/ Download
|
|
|
|
[publish]
|
|
doc-dir=docs/html
|
|
make-dirs=1
|
|
|
|
# Babel configuration
|
|
[compile_catalog]
|
|
domain = yolanda
|
|
directory = yolanda/i18n
|
|
statistics = true
|
|
|
|
[extract_messages]
|
|
add_comments = TRANSLATORS:
|
|
output_file = yolanda/i18n/yolanda.pot
|
|
width = 80
|
|
|
|
[init_catalog]
|
|
domain = yolanda
|
|
input_file = yolanda/i18n/yolanda.pot
|
|
output_dir = yolanda/i18n
|
|
|
|
[update_catalog]
|
|
domain = yolanda
|
|
input_file = yolanda/i18n/yolanda.pot
|
|
output_dir = yolanda/i18n
|
|
previous = true
|