~sloecode/sloecode/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[egg_info]
tag_build = dev
tag_svn_revision = true

[easy_install]
find_links = http://www.pylonshq.com/download/


# Babel configuration
[compile_catalog]
domain = sloecode
directory = sloecode/i18n
statistics = true

[extract_messages]
add_comments = TRANSLATORS:
output_file = sloecode/i18n/sloecode.pot
width = 80

[init_catalog]
domain = sloecode
input_file = sloecode/i18n/sloecode.pot
output_dir = sloecode/i18n

[update_catalog]
domain = sloecode
input_file = sloecode/i18n/sloecode.pot
output_dir = sloecode/i18n
previous = true

[upload_docs]
upload-dir = docs/build/html

[build_sphinx]
source-dir = docs/source
build-dir  = docs/build
all_files  = 1