|
Revision 161
(checked in by thejimmyg, 2 weeks ago)
|
Adding the pylons.error_call key globally, raising an error if a user tries to use digest authentication with server-side encryption
|
| Line | |
|---|
| 1 |
[egg_info] |
|---|
| 2 |
#tag_build = dev |
|---|
| 3 |
#tag_svn_revision = true |
|---|
| 4 |
|
|---|
| 5 |
[pudge] |
|---|
| 6 |
template_dir = docs/pudge_template |
|---|
| 7 |
fragment = true |
|---|
| 8 |
docs = docs/*.txt |
|---|
| 9 |
doc_base = docs/ |
|---|
| 10 |
dest = docs/html |
|---|
| 11 |
modules = authkit |
|---|
| 12 |
authkit.authenticate |
|---|
| 13 |
authkit.permissions |
|---|
| 14 |
authkit.authorize |
|---|
| 15 |
authkit.users |
|---|
| 16 |
title = AuthKit |
|---|
| 17 |
organization = AuthKit |
|---|
| 18 |
organization_url = http://authkit.org/ |
|---|
| 19 |
settings = no_about=true |
|---|
| 20 |
link1=manual.html Documentation |
|---|
| 21 |
link2=community.html Community |
|---|
| 22 |
link3=download.html Download |
|---|
| 23 |
extra_credits=Development Sponsored by <a href="http://www.3aims.com/">3aims</a>. |
|---|
| 24 |
highlighter = pygments |
|---|
| 25 |
|
|---|
| 26 |
[publish] |
|---|
| 27 |
doc-dir=docs/html |
|---|
| 28 |
doc-dest=scp://web12_james@authkit.org/var/www/web12/work/sites/authkit/static/docs/0.4/ |
|---|
| 29 |
make-dirs=1 |
|---|