From 0c239ba1ba7437f6e920ea43ba6d592566b53a33 Mon Sep 17 00:00:00 2001 From: Will Budic Date: Sat, 30 Mar 2024 08:44:22 +1100 Subject: [PATCH] upd. --- htdocs/cgi-bin/gitweb/gitweb.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: -- 2.34.1