replaced "goodie" with "file"

This commit is contained in:
Robert Gaggl 2002-06-26 17:44:31 +00:00
parent ea50f21c96
commit 4ba13b370a

View file

@ -3,13 +3,13 @@ description = An "easy to maintain and use" weblog hosting system.
# path where uploaded images will be stored .. # path where uploaded images will be stored ..
# don't forget the trailing slash! # don't forget the trailing slash!
imgPath = static/antville/ imgPath = static/images/
# path where goodies will be stored # path where files will be stored
filePath = static/antville/ filePath = static/files/
# url of weblog-images # url of weblog-images
imgUrl = /static/antville/ imgUrl = /static/antville/
# url of goodies # url of files
fileUrl = /static/antville/ fileUrl = /static/antville/
# making the blogger-api functions accessible via XML-RPC # making the blogger-api functions accessible via XML-RPC