perkeep/website/gitweb-camli.conf

36 lines
721 B
Plaintext
Raw Normal View History

2011-01-25 20:43:43 +00:00
# path to git projects (<project>.git)
$projectroot = "$ENV{CAMWEB_GITDIR}";
2011-01-25 20:43:43 +00:00
# directory to use for temp files
$git_temp = "/tmp";
# target of the home link on top of all pages
#$home_link = $my_uri || "/";
# html text to include at home page
2011-01-28 07:47:44 +00:00
#$home_text = "";
2011-01-25 20:43:43 +00:00
# file with project list; by default, simply scan the projectroot dir.
$projects_list = $projectroot;
# stylesheet to use
$stylesheet = "/code/gitweb.css";
# javascript code for gitweb
$javascript = "/code/gitweb.js";
# logo to use
$logo = "/code/git-logo.png";
# the 'favicon'
$favicon = "/code/git-favicon.png";
$site_name = "Camlistore Git";
$site_header = "$ENV{CAMWEB_ROOT}/tmpl/githeader.html";
2011-01-25 20:43:43 +00:00
2011-01-28 07:47:44 +00:00
$home_link_str = "repos";
2011-01-25 20:43:43 +00:00
$my_uri = "/code/";