From 51a2f717d5bf01179b13de67477c0ad031aa566d Mon Sep 17 00:00:00 2001 From: Will Budic Date: Tue, 6 Aug 2024 09:49:48 -0500 Subject: [PATCH] . --- htdocs/cgi-bin/gitweb/gitweb.cgi | 4 +-- htdocs/cgi-bin/gitweb/indextext.html | 46 +++++++++++++++++++++++++--- 2 files changed, 44 insertions(+), 6 deletions(-) diff --git a/htdocs/cgi-bin/gitweb/gitweb.cgi b/htdocs/cgi-bin/gitweb/gitweb.cgi index 0f9d5a0..23b249e 100755 --- a/htdocs/cgi-bin/gitweb/gitweb.cgi +++ b/htdocs/cgi-bin/gitweb/gitweb.cgi @@ -604,7 +604,7 @@ sub gitweb_get_feature { # # my $bool_feat = gitweb_check_feature('bool_feat'); # gitweb_check_feature('bool_feat') or somecode; -# +### # instead of # # my ($bool_feat) = gitweb_get_feature('bool_feat'); @@ -3462,7 +3462,7 @@ sub parse_date { sub hide_mailaddrs_if_private { my $line = shift; - return $line unless gitweb_check_feature('email-privacy'); + #return $line unless gitweb_check_feature('email-privacy'); $line =~ s/<[^@>]+@[^>]+>//g; return $line; } diff --git a/htdocs/cgi-bin/gitweb/indextext.html b/htdocs/cgi-bin/gitweb/indextext.html index 5623507..5f39862 100644 --- a/htdocs/cgi-bin/gitweb/indextext.html +++ b/htdocs/cgi-bin/gitweb/indextext.html @@ -1,5 +1,5 @@

Open Source Code Repository of Will Budic

-You can browse to where the code is implemented here. +

You can browse here to the Life Log Web App.

-

Local, installation example, to fetch the LifeLog project, you can try the following:

-

Shell Example Command

+

Shell Git Commands

+

Local, installation example, to fetch the LifeLog project, you can try the following:

$ git clone git://lifelog.hopto.org/LifeLog
+
+

+From there on installation scripts are provided to resolve and find all the Perl Modules needed. +This can be a lenghty process, as it will test downloaded modules. +

+

+Good news is, once modules are downloaded, build and tested, they will be installed on your machine, + so reruning these instalation scripts will not start from scratch. +

+

+Run first the: sudo install_as_system_modules.sh +As these modules might not install locally to user, as needs acces to system based libraries to build or link to. +

+Then run later: ./install_cpan_modules_required.pl

+This also might be best to be sudo run, depending on your system, +

+i.e. if you are using a system based web server or different required environment, or use utilities like brew +to have varios versions of Perl capable to run on your machine for testing. +

+
+

PerlCNF Modules and Documentation, latest also TestManagment and Installation System.

+
$ git clone git://lifelog.hopto.org/PerlCNF
+

My Shell Scripts and one file programs, this contains also the sshf Backup System:

+
$ git clone git://lifelog.hopto.org/wb-shell-script
+
Or you can browse into the project bellow, on this page and fetch a snapshot instead.
+
+
+

+To obtain developer access to update or have any of your own projects, please contact me for shell acess. +As this requires me to add you as an user to the server and the git group. +

+Otherwise, the above is only general public read only git source access. +

-These projects are ISC Open Source License +These projects are released under the ISC Open Source License.
-- 2.34.1