diff --git a/etc/initrc b/etc/initrc index c59769e..c02e0f2 100644 --- a/etc/initrc +++ b/etc/initrc @@ -1,10 +1,9 @@ # This file contains the default werc settings. # -# To change any of this settings globally, copy them to etc/initrc.local and -# customize them there. +# DO NOT EDIT, to customize copy to etc/initrc.local and edit at will. # -# Some settings can also be set for a specific site in their respective -# _werc/config or their master-site _werc/config file. +# Some settings can also be set for a specific site or directory in their +# respective _werc/config or their $masterSite/_werc/config file. # General options @@ -25,7 +24,7 @@ formatter=(fproc_cache.rc markdown.pl) # Enable debugging, to disable set to () debug=true -# Globablly enabled apps +# Globally enabled apps enabled_apps=( blagh ) # Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.