2002-07-02 15:13:17 +00:00
|
|
|
# uncomment to set base for application generated
|
|
|
|
# URLs, if necessary.
|
|
|
|
# baseURI = /antville
|
|
|
|
|
2002-07-11 15:31:57 +00:00
|
|
|
_description = An "easy to maintain and use" weblog hosting system.
|
2001-06-18 08:57:33 +00:00
|
|
|
|
|
|
|
# path where uploaded images will be stored ..
|
2002-05-15 16:09:21 +00:00
|
|
|
# don't forget the trailing slash!
|
2002-06-26 17:44:31 +00:00
|
|
|
imgPath = static/images/
|
|
|
|
# path where files will be stored
|
|
|
|
filePath = static/files/
|
2001-06-18 08:57:33 +00:00
|
|
|
|
|
|
|
# url of weblog-images
|
2002-07-16 15:23:07 +00:00
|
|
|
imgUrl = /static/images/
|
2002-06-26 17:44:31 +00:00
|
|
|
# url of files
|
2002-07-16 15:23:07 +00:00
|
|
|
fileUrl = /static/files/
|
2001-08-27 14:34:34 +00:00
|
|
|
|
|
|
|
# making the blogger-api functions accessible via XML-RPC
|
2003-01-02 19:16:32 +00:00
|
|
|
xmlrpcaccess = root.getPost, root.newPost, root.editPost, root.deletePost, root.getRecentPosts, root.getUsersBlogs
|
2002-01-17 14:17:18 +00:00
|
|
|
xmlrpcHandlerName = blogger
|
2001-11-03 09:39:14 +00:00
|
|
|
|
2002-01-29 17:22:32 +00:00
|
|
|
# all new href() options
|
|
|
|
# rootPrototype=weblog
|
2002-07-16 15:23:07 +00:00
|
|
|
# hrefSkin=href
|