From: Will Budic Date: Fri, 29 Mar 2024 21:44:22 +0000 (+1100) Subject: upd. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=0096dc849a269e255ea41f4f68e2bc723d442c9f;p=LifeLog.git upd. --- diff --git a/htdocs/cgi-bin/gitweb/gitweb.cgi b/htdocs/cgi-bin/gitweb/gitweb.cgi index a6d1226..4275353 100755 --- a/htdocs/cgi-bin/gitweb/gitweb.cgi +++ b/htdocs/cgi-bin/gitweb/gitweb.cgi @@ -91,7 +91,7 @@ our $projectroot = "/srv/git"; our $project_maxdepth = 2007; # string of the home link on top of all pages -our $home_link_str = "projects"; +our $home_link_str = "http://lifelog.hopto.org Projects by Will Budić"; # extra breadcrumbs preceding the home link our @extra_breadcrumbs = (); @@ -131,7 +131,7 @@ our $logo_label = "git homepage"; our $projects_list = ""; # the width (in characters) of the projects list "Description" column -our $projects_list_description_width = 25; +our $projects_list_description_width = 45; # group projects by category on the projects list # (enabled if this variable evaluates to true) @@ -147,13 +147,13 @@ our $default_projects_order = "project"; # show repository only if this file exists # (only effective if this variable evaluates to true) -our $export_ok = ""; +our $export_ok = 1; # don't generate age column on the projects list page our $omit_age_column = 0; # don't generate information about owners of repositories -our $omit_owner=0; +our $omit_owner=1; # show repository only if this subroutine returns true # when given the path to the project, for example: