antville/code/app.properties

44 lines
1.5 KiB
Properties
Raw Normal View History

## uncomment to set base for application generated URLs, if necessary.
# baseURI = /antville
2002-07-02 15:13:17 +00:00
# description of this app
_description = An easy to maintain and use weblog hosting system
2001-06-18 08:57:33 +00:00
## directory that contains static contents (images, files)
staticPath = static/
## url of static contents (images, files)
staticUrl = /static/
2001-08-27 14:34:34 +00:00
## set-up of the scheduler function
schedulerInterval = 30
cron.scheduler.function = scheduler
2004-01-08 14:27:09 +00:00
## initializing the sendmail cron job
#cron.sendmail.function = flushMailQueue
#cron.sendmail.timeout = 300
2003-10-07 14:45:07 +00:00
## name of error action in root prototoype
error = sys_error
## making the blogger-, metaWeblog- and movabletype-API functions
## accessible via XML-RPC
XmlRpcAccess = blogger.getPost, blogger.newPost, \
blogger.editPost, blogger.getRecentPosts, \
blogger.deletePost, blogger.getUsersBlogs, \
blogger.getUserInfo, \
metaWeblog.getPost, metaWeblog.newPost, \
metaWeblog.editPost, metaWeblog.getRecentPosts, \
metaWeblog.newMediaObject, metaWeblog.getCategories, \
mt.getRecentPostTitles, mt.getCategoryList, \
mt.getPostCategories, mt.setPostCategories, \
mt.supportedMethods, mt.supportedTextFilters, \
mt.getTrackbackPings, mt.publishPost
XmlRpcHandlerName = *
2001-11-03 09:39:14 +00:00
## options for per-site virtual hosts
# rootPrototype=site
# hrefFunction=processHref
# defaultHost=http://www.default.org
## list of host.alias -> vhost mappings
# vhost.xyz=http://www.xyz.org