]> lifelog.hopto.org Git - LifeLog.git/commitdiff
upd.
authorWill Budic <redacted>
Fri, 29 Mar 2024 21:44:22 +0000 (08:44 +1100)
committerWill Budic <redacted>
Fri, 29 Mar 2024 21:44:22 +0000 (08:44 +1100)
htdocs/cgi-bin/gitweb/gitweb.cgi

index a6d1226b3add7fcc99c18a9d5a29bb617c2cad6e..4275353efa4f4e3b2f27ee1c9fb5dbf2e3832697 100755 (executable)
@@ -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: