comparison development.ini @ 2751:e291f25ea87f beta

fixes issue #543, un-broken alternative gravatar option - also now formatting is similar as other parts `{}`
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 28 Aug 2012 09:05:27 +0200
parents 3aad896d9a02
children 63e58ef80ef1 819eb7f8a555
comparison
equal deleted inserted replaced
2750:30cafecb2630 2751:e291f25ea87f
64 commit_parse_limit = 25 64 commit_parse_limit = 25
65 use_gravatar = true 65 use_gravatar = true
66 66
67 ## alternative_gravatar_url allows you to use your own avatar server application 67 ## alternative_gravatar_url allows you to use your own avatar server application
68 ## the following parts of the URL will be replaced 68 ## the following parts of the URL will be replaced
69 ## %(email)s user email 69 ## {email} user email
70 ## %(md5email)s md5 hash of the user email (like at gravatar.com) 70 ## {md5email} md5 hash of the user email (like at gravatar.com)
71 ## %(size)s size of the image that is expected from the server application 71 ## {size} size of the image that is expected from the server application
72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/%(email)s/%(size)s 72 #alternative_gravatar_url = http://myavatarserver.com/getbyemail/{email}/{size}
73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/%(md5email)s?s=%(size)s 73 #alternative_gravatar_url = http://myavatarserver.com/getbymd5/{md5email}?s={size}
74 74
75 container_auth_enabled = false 75 container_auth_enabled = false
76 proxypass_auth_enabled = false 76 proxypass_auth_enabled = false
77 default_encoding = utf8 77 default_encoding = utf8
78 78