File: boa-dhelp.conf

package info (click to toggle)
dhelp 0.6.32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 604 kB
  • sloc: ruby: 1,171; sh: 555; perl: 372; makefile: 77
file content (21 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## The default configuration file shipped by the boa debian package
## makes dhelp usable out-of-the-box. So there is no need to change
## anything.

## If however you want to create a custom configuration, the dhelp
## requirements are given below, commented out:
#
#Alias /doc  /usr/share/doc
#ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
#
## If you do not want to enable full access to /usr/share/doc, then
## replace the "Alias /doc ..." line, with these:
#
#Alias /doc/HTML       /usr/share/doc/HTML
#Alias /doc/dhelp/css  /usr/share/doc/dhelp/css
#
## You will then need one more alias line *for each* document linked
## by dhelp's document index pages, else the links will return error.
##
## See /usr/share/doc/dhelp/README.debian for more information.