* initial checkin
This commit is contained in:
parent
3a553ecbfb
commit
79e3237986
27 changed files with 660 additions and 0 deletions
59
setup.cfg
Normal file
59
setup.cfg
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
[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 = gnuviechadminweb
|
||||
title = Gnuviechadminweb
|
||||
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 = gnuviechadminweb
|
||||
directory = gnuviechadminweb/i18n
|
||||
statistics = true
|
||||
|
||||
[extract_messages]
|
||||
add_comments = TRANSLATORS:
|
||||
output_file = gnuviechadminweb/i18n/gnuviechadminweb.pot
|
||||
width = 80
|
||||
|
||||
[init_catalog]
|
||||
domain = gnuviechadminweb
|
||||
input_file = gnuviechadminweb/i18n/gnuviechadminweb.pot
|
||||
output_dir = gnuviechadminweb/i18n
|
||||
|
||||
[update_catalog]
|
||||
domain = gnuviechadminweb
|
||||
input_file = gnuviechadminweb/i18n/gnuviechadminweb.pot
|
||||
output_dir = gnuviechadminweb/i18n
|
||||
previous = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue