2008-09-16 18:16:33 -06:00
|
|
|
# This file contains the default werc settings.
|
|
|
|
#
|
2009-01-10 23:41:24 -07:00
|
|
|
# DO NOT EDIT, to customize copy to etc/initrc.local and edit at will.
|
2008-10-25 21:02:33 -06:00
|
|
|
#
|
2009-01-10 23:41:24 -07:00
|
|
|
# Some settings can also be set for a specific site or directory in their
|
|
|
|
# respective _werc/config or their $masterSite/_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
|
|
|
|
|
2010-05-05 15:57:38 -06:00
|
|
|
# If you use 9base, it should point to your 9base root, try for example:
|
|
|
|
#plan9port=/usr/lib/9base # This is the default 9base install path in Debian.
|
|
|
|
|
2016-12-02 18:35:58 -07:00
|
|
|
# If rc has not been copied to /bin/rc you will also need to change
|
|
|
|
# the #! line in bin/*.rc!
|
2011-06-27 19:50:24 -06:00
|
|
|
|
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.
|
2009-03-06 09:58:51 -07:00
|
|
|
path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
|
2008-09-16 18:16:33 -06:00
|
|
|
|
2009-02-06 14:09:32 -07:00
|
|
|
# Set this to your favorite markdown formatter, eg., markdown.pl (fltr_cache
|
|
|
|
# takes as an argument a filter, 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.
|
2016-12-02 18:35:58 -07:00
|
|
|
#formatter=(fltr_cache markdown.pl)
|
|
|
|
formatter=(fltr_cache md2html.awk) # no perl for old men
|
2008-09-16 18:16:33 -06:00
|
|
|
|
|
|
|
# Enable debugging, to disable set to ()
|
|
|
|
debug=true
|
|
|
|
|
2009-01-10 23:41:24 -07:00
|
|
|
# Globally enabled apps
|
2016-12-02 18:35:58 -07:00
|
|
|
enabled_apps=()
|
2008-12-21 01:37:40 -07:00
|
|
|
|
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'
|