My favorites | Sign in
Project Logo
                
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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 = chatapp
title = Chatapp
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 = chatapp
directory = chatapp/i18n
statistics = true

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

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

[update_catalog]
domain = chatapp
input_file = chatapp/i18n/chatapp.pot
output_dir = chatapp/i18n
previous = true
Show details Hide details

Change log

r588 by ionel.mc on Apr 26, 2009   Diff
Removed trailing spaces. Fixed
inconsistent end of line format.

Merged from amcnabb8's branch.
Go to: 
Project members, sign in to write a code review

Older revisions

r355 by ionel.mc on Apr 28, 2008   Diff
added 2 examples using pylons and
cogen
All revisions of this file

File info

Size: 1204 bytes, 59 lines
Hosted by Google Code