mirror of https://github.com/perkeep/perkeep.git
36 lines
724 B
Plaintext
36 lines
724 B
Plaintext
# path to git projects (<project>.git)
|
|
$projectroot = "/home/camli/gerrit/git";
|
|
|
|
# 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
|
|
#$home_text = "";
|
|
|
|
# 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";
|
|
|
|
$home_link_str = "repos";
|
|
|
|
$my_uri = "/code/";
|
|
|