Use new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil.
This commit is contained in:
parent
7151777d9b
commit
93ad9c35c0
3 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ formatter=(fltr_cache markdown.pl)
|
||||||
debug=true
|
debug=true
|
||||||
|
|
||||||
# Globally enabled apps
|
# Globally enabled apps
|
||||||
enabled_apps=( blagh )
|
enabled_apps=( )
|
||||||
|
|
||||||
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
||||||
#masterSite=cat-v.org # Not required!
|
#masterSite=cat-v.org # Not required!
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,6 @@ fn listDir {
|
||||||
}
|
}
|
||||||
|
|
||||||
fltr_cache listDir $sitedir/
|
fltr_cache listDir $sitedir/
|
||||||
#listDir $sitedir/
|
|
||||||
|
|
||||||
if(test -s $tmpfile)
|
if(test -s $tmpfile)
|
||||||
mv $tmpfile $sitedir/sitemap.txt &
|
mv $tmpfile $sitedir/sitemap.txt &
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
|
masterSite=default.cat-v.org
|
||||||
siteTitle='werc'
|
siteTitle='werc'
|
||||||
siteSubTitle=' Bringing minimalism and sanity to the web'
|
siteSubTitle=' Bringing minimalism and sanity to the web'
|
||||||
conf_enable_comments
|
conf_enable_comments
|
||||||
enabled_apps=($enabled_apps hello dirdir )
|
conf_enable_wiki admin
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue