File: cgi.conf.in

package info (click to toggle)
darcs 2.0.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,400 kB
  • ctags: 1,048
  • sloc: haskell: 24,937; perl: 9,736; sh: 3,369; ansic: 1,913; makefile: 17; xml: 14
file content (31 lines) | stat: -rw-r--r-- 903 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is an example for cgi.conf

# reposdir is the directory containing the repositories

reposdir = /var/www/repos

# cachedir is a directory writable by www-data (or whatever user your cgi
# scripts run as) which is used to cache the web pages.

cachedir = /var/cache/darcs

# The following are used by darcs.cgi (not darcs_cgi)
PATH = /bin:/usr/bin:/usr/local/bin

# paths to executables, or just the executables if they are in 'PATH'
#darcs = darcs
#xsltproc = xsltproc

# Path to XSLT templates (default is /usr/local/share/darcs/xslt)
xslt_dir = @datadir@/darcs/xslt

# HTTP request path of the style sheet, the default will magically read 
# @sysconfdir@/darcs/styles.css
#stylesheet = /cgi-bin/darcs.cgi/styles.css

css_styles  = @sysconfdir@/darcs/styles.css

# encoding to include in XML declaration.  Set this to the encoding used
# by the files in your repositories.

xml_encoding = UTF-8