1 # This is an example for cgi.conf
3 # reposdir is the directory containing the repositories
5 reposdir = /var/www/repos
7 # cachedir is a directory writable by www-data (or whatever user your cgi
8 # scripts run as) which is used to cache the web pages.
10 cachedir = /var/cache/darcs
12 # The following are used by darcs.cgi (not darcs_cgi)
13 PATH = /bin:/usr/bin:/usr/local/bin
15 # paths to executables, or just the executables if they are in 'PATH'
19 # Path to XSLT templates (default is /usr/local/share/darcs/xslt)
20 xslt_dir = @datadir@/darcs/xslt
22 # HTTP request path of the style sheet, the default will magically read
23 # @sysconfdir@/darcs/styles.css
24 #stylesheet = /cgi-bin/darcs.cgi/styles.css
26 css_styles = @sysconfdir@/darcs/styles.css
28 # encoding to include in XML declaration. Set this to the encoding used
29 # by the files in your repositories.