29 lines
830 B
Properties
29 lines
830 B
Properties
baseURI = /antville
|
|
|
|
# used for FROM in sending emails
|
|
adminEmail = email@yourdomain.dom
|
|
|
|
# path where uploaded images will be stored ..
|
|
# don't forget the trailing slash!!!!!
|
|
# if you're using antville on a Windows-machine, don't forget
|
|
# to mask backslashes with backslashes, i.e.
|
|
# imgPath = D:\\htdocs\\img\\antville\\
|
|
imgPath = C:/localhost/helmaroot/static/antville/
|
|
# path where goodies will be stored
|
|
goodiePath = C:/localhost/helmaroot/static/antville/
|
|
|
|
# url of weblog-images
|
|
imgUrl = /static/antville/
|
|
# url of goodies
|
|
goodieUrl = /static/antville/
|
|
|
|
# making the blogger-api functions accessible via XML-RPC
|
|
xmlrpcaccess = root.editPost, root.newPost, root.deletePost
|
|
xmlrpcHandlerName = blogger
|
|
|
|
# all new href() options
|
|
# rootPrototype=weblog
|
|
# hrefSkin=href
|
|
|
|
# if true upload of goodies is enabled
|
|
allowGoodies=true
|