summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 740fc72bc81cad9a5042b9c70c5fd9d80c018891 (plain)
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
[egg_info]
tag_build = dev
tag_svn_revision = true

[pudge]
template_dir = docs/pudge_template
docs = docs/index.txt docs/community/index.txt
       docs/download/index.txt docs/integration.txt
       docs/manual.txt docs/recipes.txt
       docs/docs/index.txt
doc_base = docs/
dest = docs/html
modules = routes, routes.base, routes.util
title = Routes
organization = Routes
organization_url = http://routes.groovie.org/
trac_url=http://routes.groovie.org/trac/
blog_url = http://groovie.org/articles/category/routes
settings = no_about=true
           link1=/docs/ Docs
           link2=/community/ Community
           link3=/download/ Download
           extra_credits=Development Sponsored by <a href="http://www.parachute.com/">Parachute LLC.</a>
xhtml = true
 
[publish]
doc-dir=docs/html
doc-dest=scp://bbangert@groovie.org/usr/local/www/routes.groovie.org/htdocs/
make-dirs=1