Convert fltr_cache into a function. Enable output buffering which had been commented out for unknwon reasons.
This commit is contained in:
parent
9ff545ec83
commit
2e1f0dd32f
5 changed files with 44 additions and 42 deletions
12
etc/initrc
12
etc/initrc
|
|
@ -9,17 +9,17 @@
|
|||
|
||||
# Location of your Plan 9 from User Space installation (usually /usr/local/plan9)
|
||||
plan9port=$PLAN9
|
||||
#plan9port=/usr/local/plan9
|
||||
|
||||
# Path, make sure the plan9port /bin directory is included before /bin
|
||||
# Keep '.' in path! It is needed.
|
||||
path=($plan9port/bin/ . ./bin/ ./bin/contrib/ /bin/ /usr/bin/)
|
||||
|
||||
# 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.
|
||||
formatter=(fproc_cache.rc markdown.pl)
|
||||
# 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.
|
||||
formatter=(fltr_cache markdown.pl)
|
||||
|
||||
# Enable debugging, to disable set to ()
|
||||
debug=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue