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
|
[pudge]
settings = no_about=true
link1=/deploy/ paste.deploy
link2=/script/ paster script
link3=/download/ Download
extra_credits=Hosting courtesy of <a href="http://tummy.com">Tummy.com</a>
dest = docs/html
docs = docs/index.txt docs/paste-webkit.txt
title = Paste WebKit
modules = paste.webkit
theme = pythonpaste.org
mailing_list_url = http://pythonpaste.org/community/mailing-list.html
blog_url = http://pythonpaste.org/news/
organization = Python Paste
organization_url = http://pythonpaste.org/
trac_url = http://pythonpaste.org/trac/
[stats]
extra-packages = tests
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[publish]
doc-dest = scp://ianb@webwareforpython.org/home/paste/htdocs/webkit
make-dirs = 1
doc-dir = docs/html
|