antville/code/app.properties
2001-11-03 09:39:14 +00:00

28 lines
No EOL
779 B
Properties

baseURI = /antville
# used for FROM in sending emails
adminEmail = robert.gaggl@orf.at
# 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 = /usr/local/httpd/htdocs/img/antville/
# path where goodies will be stored
goodiePath = /usr/local/httpd/htdocs/img/antville/
# url of weblog-images
imgUrl = /images/antville/
# url of goodies
goodieUrl = /images/antville/
# making the blogger-api functions accessible via XML-RPC
xmlrpcaccess = root.editPost, root.newPost
# all new href() options
# rootPrototype=weblog
# hrefSkin=href
# if true upload of goodies is enabled
allowGoodies=true