github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/website/gitweb-camli.conf (about)

     1  # path to git projects (<project>.git)
     2  $projectroot = "$ENV{CAMWEB_GITDIR}";
     3  
     4  # directory to use for temp files
     5  $git_temp = "/tmp";
     6  
     7  # target of the home link on top of all pages
     8  #$home_link = $my_uri || "/";
     9  
    10  # html text to include at home page
    11  #$home_text = "";
    12  
    13  # file with project list; by default, simply scan the projectroot dir.
    14  $projects_list = $projectroot;
    15  
    16  # stylesheet to use
    17  $stylesheet = "/code/gitweb.css";
    18  
    19  # javascript code for gitweb
    20  $javascript = "/code/gitweb.js";
    21  
    22  # logo to use
    23  $logo = "/code/git-logo.png";
    24  
    25  # the 'favicon'
    26  $favicon = "/code/git-favicon.png";
    27  
    28  $site_name = "Camlistore Git";
    29  
    30  $site_header = "$ENV{CAMWEB_ROOT}/tmpl/githeader.html";
    31  
    32  $home_link_str = "repos";
    33  
    34  $my_uri = "/code/";
    35