File: gitweb.conf.tmpl

package info (click to toggle)
ikiwiki-hosting 0.20120527
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 728 kB
  • sloc: perl: 4,848; sh: 182; ansic: 155; makefile: 50
file content (13 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
# path containing git repository (source.git)
$projectroot = "<TMPL_VAR HOME>";
$projects_list = "<TMPL_VAR PROJECTSLIST>";

# link back to the site
$home_link_str="<TMPL_VAR HOSTNAME>";
$home_link="http://<TMPL_VAR HOSTNAME>/";

# paranoia: a good default
$prevent_xss=1;

# nice feature
$feature{'blame'}{'default'} = [1];