]> lifelog.hopto.org Git - LifeLog.git/commitdiff
.
authorWill Budic <redacted>
Tue, 6 Aug 2024 14:49:48 +0000 (09:49 -0500)
committerWill Budic <redacted>
Tue, 6 Aug 2024 14:49:48 +0000 (09:49 -0500)
htdocs/cgi-bin/gitweb/gitweb.cgi
htdocs/cgi-bin/gitweb/indextext.html

index 0f9d5a0db8b57c4c5e2df830c30b12c0057a2fc9..23b249ee98e32cb512ae5242afe583846f96c180 100755 (executable)
@@ -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/<[^@>]+@[^>]+>/<redacted>/g;
        return $line;
 }
index 562350757a2d1b5a5818ee7e758a635f9993064f..5f3986244e3380b5595054d081800958a27a6285 100644 (file)
@@ -1,5 +1,5 @@
 <h2>Open Source Code Repository of Will Budic</h2>
-You can browse to where the code is implemented <a href="https://lifelog.hopto.org"><b>here</b></a>.
+<div style="text-align:right;"><h3>You can browse here to the  <a href="https://lifelog.hopto.org"><b>Life Log Web App</b></a>.</h3></div>
 <style>
    code, pre{
        font-family: 'Droid Sans Mono', 'monospace', monospace;
@@ -41,12 +41,50 @@ div .perl {
         padding-left: 5px;
         padding-right: 5px;
     }
+   .project_list{
+     font-size: 1.3em;
+       /* width: 90%;*/
+    }
+
 </style>
-<h3>Local, installation example, to fetch the LifeLog project, you can try the following:</h3>
 <div class="perl">
-       <h1><span>Shell Example Command</span></h1>
+       <h1><span>Shell Git Commands</span></h1>
+       <h3>Local, installation example, to fetch the LifeLog project, you can try the following:</h3>
        <pre class="pre">$ git clone git://lifelog.hopto.org/LifeLog</pre>
+<div>
+<p>
+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.
+</p>
+<p>
+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.
+</p>
+<p>
+Run first the: <b>sudo install_as_system_modules.sh</b>
+As these modules might not install locally to user, as needs acces to system based libraries to build or link to.
+</p><p>
+Then run later: <b>./install_cpan_modules_required.pl</b> </p><p>
+This also might be best to be sudo run, depending on your system,
+</p><p>
+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.
+</p>
+</div>
+       <h3>PerlCNF Modules and Documentation, latest also TestManagment and Installation System.</h3>
+       <pre class="pre">$ git clone git://lifelog.hopto.org/PerlCNF</pre>
+       <h3>My Shell Scripts and one file programs, this contains also the sshf Backup System:</h3>
+       <pre class="pre">$ git clone git://lifelog.hopto.org/wb-shell-script</pre>
+<div>Or you can browse into the project bellow, on this page and fetch a snapshot instead.</div>
+</div>
+<div>
+<p>
+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.
+</p><p>
+Otherwise, the above is only general public read only git source access.
+</p>
 </div>
 <div>
-These projects are <a href="https://choosealicense.com/licenses/isc/">ISC Open Source License</a>
+These projects are released under the <a href="https://choosealicense.com/licenses/isc/">ISC Open Source License</a>.
 </div>