Make "real" comments start with two # instead of just one to set them

them visually apart from deactivated options.
This commit is contained in:
Hannes Wallnöfer 2003-03-10 12:18:05 +00:00
parent 7b1b35d6cd
commit 3bae9ac278

View file

@ -1,26 +1,25 @@
# uncomment to set base for application generated
# URLs, if necessary.
## uncomment to set base for application generated URLs, if necessary.
# baseURI = /antville
_description = An "easy to maintain and use" weblog hosting system.
# path where uploaded images will be stored ..
# don't forget the trailing slash!
## path where uploaded images will be stored ..
## don't forget the trailing slash!
imgPath = static/images/
# path where files will be stored
## path where files will be stored
filePath = static/files/
# url of weblog-images
## url of weblog-images
imgUrl = /static/images/
# url of files
## url of files
fileUrl = /static/files/
# making the blogger-api functions accessible via XML-RPC
## making the blogger-api functions accessible via XML-RPC
xmlrpcaccess = root.getPost, root.newPost, root.editPost, root.deletePost, root.getRecentPosts, root.getUsersBlogs, root.getUserInfo
xmlrpcHandlerName = blogger
# options for per-site virtual hosts
## options for per-site virtual hosts
# rootPrototype=site
# hrefFunction=processHref
# list of host.alias -> vhost mappings
# vhost.xyz=http://www.xyz.org
## list of host.alias -> vhost mappings
# vhost.xyz=http://www.xyz.org