Use new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil.
This commit is contained in:
parent
5fe0d95b05
commit
3c664ef47e
@ -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!
|
||||
|
@ -56,7 +56,6 @@ fn listDir {
|
||||
}
|
||||
|
||||
fltr_cache listDir $sitedir/
|
||||
#listDir $sitedir/
|
||||
|
||||
if(test -s $tmpfile)
|
||||
mv $tmpfile $sitedir/sitemap.txt &
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user