On Fri, Mar 23, 2007 at 01:20:25PM -0300, Han-Wen Nienhuys wrote: > >gitweb_conf.perl is just included as perl code. It is primarly useful > >for overriding the variables defined at the top of gitweb.cgi > > This explanation doesn't help me. Can you post an example snippet? e.g. the default config file distributed in the Debian packages for git: # path to git projects (<project>.git) $projectroot = "/var/cache/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 = "indextext.html"; # file with project list; by default, simply scan the projectroot dir. $projects_list = $projectroot; # stylesheet to use $stylesheet = "/gitweb.css"; # logo to use $logo = "/git-logo.png"; # the 'favicon' $favicon = "/git-favicon.png"; Gruesse, -- Frank Lichtenheld <frank@xxxxxxxxxxxxxx> www: http://www.djpig.de/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html