2008-09-16 18:16:33 -06:00
|
|
|
# This file contains the default werc settings.
|
|
|
|
#
|
2008-10-25 21:02:33 -06:00
|
|
|
# To change any of this settings globally, copy them to etc/initrc.local and
|
|
|
|
# customize them there.
|
|
|
|
#
|
|
|
|
# Some settings can also be set for a specific site in their respective
|
|
|
|
# _werc/config or their master-site _werc/config file.
|
2008-09-16 18:16:33 -06:00
|
|
|
|
|
|
|
# General options
|
|
|
|
|
|
|
|
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
|
|
|
|
plan9port=$PLAN9
|
|
|
|
|
2008-10-25 21:27:27 -06:00
|
|
|
# Path, make sure the plan9port /bin directory is included before /bin
|
2008-12-27 03:48:46 -07:00
|
|
|
# Keep '.' in path! It is needed.
|
|
|
|
path=($plan9port/bin/ . ./bin/ ./bin/contrib/ /bin/ /usr/bin/)
|
2008-09-16 18:16:33 -06:00
|
|
|
|
2008-12-19 18:18:11 -07:00
|
|
|
# Directories where your site(s) live ($site here is your domain name, eg., example.com)
|
|
|
|
sitesdir=sites
|
|
|
|
sitedir=$sitesdir/$site
|
2008-09-16 18:16:33 -06:00
|
|
|
|
2008-10-25 21:58:20 -06:00
|
|
|
# Set this to your favorite markdown formatter, eg., markdown.pl (fproc_cache
|
|
|
|
# is a wrapper around a script it takes as an argument, in the default
|
|
|
|
# configuration markdown.pl, that caches output)
|
|
|
|
# Note that some werc components assume a markdown-like formatter, but all
|
|
|
|
# major functionality should should be formatter agnostic.
|
2008-10-25 22:29:42 -06:00
|
|
|
formatter=(fproc_cache.rc markdown.pl)
|
2008-09-16 18:16:33 -06:00
|
|
|
|
|
|
|
# Enable debugging, to disable set to ()
|
|
|
|
debug=true
|
|
|
|
|
2008-12-21 01:37:40 -07:00
|
|
|
# Globablly enabled apps
|
|
|
|
#enabled_apps=( hello )
|
|
|
|
|
2008-09-24 12:21:32 -06:00
|
|
|
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
|
|
|
#masterSite=cat-v.org # Not required!
|
|
|
|
#siteTitle='cat-v'
|
|
|
|
#siteSubTitle='Considered harmful'
|