swerc

anselm's simpler werc fork
git clone git://git.suckless.org/swerc
Log | Files | Refs | README

commit 7ccb430d81bc3d193ad7ad6e7830730380c3fcf0
parent 684de181bde82ddea831decffa0656d1d7179757
Author: uriel@soma <unknown>
Date:   Sun,  8 Feb 2009 00:23:33 +0000

Use new conf_enable_... interfaces, this also alos us to make the default for $enabled_apps nil.
Diffstat:
Metc/initrc | 2+-
Mlib/sitemap.tpl | 1-
Msites/werc.cat-v.org/_werc/config | 3++-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/etc/initrc b/etc/initrc @@ -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! diff --git a/lib/sitemap.tpl b/lib/sitemap.tpl @@ -56,7 +56,6 @@ fn listDir { } fltr_cache listDir $sitedir/ -#listDir $sitedir/ if(test -s $tmpfile) mv $tmpfile $sitedir/sitemap.txt & diff --git a/sites/werc.cat-v.org/_werc/config b/sites/werc.cat-v.org/_werc/config @@ -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