Use new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil.

This commit is contained in:
uriel 2009-02-08 00:23:33 +00:00
parent 5fe0d95b05
commit 3c664ef47e
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ formatter=(fltr_cache markdown.pl)
debug=true
# Globally enabled apps
enabled_apps=( blagh )
enabled_apps=( )
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
#masterSite=cat-v.org # Not required!

View File

@ -56,7 +56,6 @@ fn listDir {
}
fltr_cache listDir $sitedir/
#listDir $sitedir/
if(test -s $tmpfile)
mv $tmpfile $sitedir/sitemap.txt &

View File

@ -1,5 +1,6 @@
masterSite=default.cat-v.org
siteTitle='werc'
siteSubTitle=' Bringing minimalism and sanity to the web'
conf_enable_comments
enabled_apps=($enabled_apps hello dirdir )
conf_enable_wiki admin