Misc changes
authorAndrew DeFaria <Andrew@DeFaria.com>
Sat, 5 Mar 2022 19:57:37 +0000 (11:57 -0800)
committerAndrew DeFaria <Andrew@DeFaria.com>
Sat, 5 Mar 2022 19:57:37 +0000 (11:57 -0800)
bin/updateCalendar.sh
rc/gitignore
web/Resumes/Andrew/index.php

index 50b50ef..7c124b8 100755 (executable)
@@ -3,8 +3,8 @@
 # Odd. Seems the following causes wget to use IPv6 instead of IPv4. Well
 # recently we turned off IPv6 because we suspect this causes our WiFi 
 # dropout problem. But then this hangs.
-#wget -O /tmp/calendar.$$.ics 'https://www.google.com/calendar/ical/adefaria%40gmail.com/public/basic.ics' >> /tmp/updateCalendar.$$.log 2>&1
-wget --no-check-certificate -O /tmp/calendar.$$.ics 'https://172.217.11.174/calendar/ical/adefaria%40gmail.com/public/basic.ics' >> /tmp/updateCalendar.$$.log 2>&1
+wget -O /tmp/calendar.$$.ics 'https://www.google.com/calendar/ical/adefaria%40gmail.com/public/basic.ics' >> /tmp/updateCalendar.$$.log 2>&1
+#wget --no-check-certificate -O /tmp/calendar.$$.ics 'https://172.217.11.174/calendar/ical/adefaria%40gmail.com/public/basic.ics' >> /tmp/updateCalendar.$$.log 2>&1
 wget -O /tmp/meetups.$$.ics 'http://www.meetup.com/events/ical/10426135/8dfdd0ffaaedecf720c5faf0cf3871b7ee5f5c1e/going' >> /tmp/updateCalendar.$$.log 2>&1
 
 wget -4 -O /tmp/tripit.$$.ics 'http://www.tripit.com/feed/ical/private/06C4F90D-EFEFB9C5FDB17EC5FCB327DE31A54D96/tripit.ics' >> /tmp/updateCalendar.$$.log 2>&1
index f4a5bc1..add385f 100644 (file)
@@ -2,3 +2,10 @@
 .pydevproject
 .includepath
 .vscode/
+
+# For some reason something keeps deleting my .gitignore file especially
+# in projects like /opt/songbook so I'm gonna reloate them here
+/opt/songbook/Tonight Only.lst
+/opt/songbook/.pydevproject
+/opt/songbook/.vscode
+/opt/songbook/.project
index 378a3e9..2c14309 100644 (file)
@@ -55,18 +55,18 @@ function stoptimer () {
 
   $count++;
 
-  fclose($resumeHit);
+  //fclose($resumeHit);
 
   $resumeHit = fopen ('.resumehits', 'w');
 
-  fwrite($resumeHit, $count);
-  fclose($resumeHit);
+  //fwrite($resumeHit, $count);
+  //fclose($resumeHit);
 
-  $resumeHist = fopen('.resume.hist', 'a');
+  //$resumeHist = fopen('.resume.hist', 'a');
   $date = date(DATE_RFC822);
 
-  fwrite($resumeHist, "$_SERVER[REMOTE_ADDR] read resume at $date\n");
-  fclose($resumeHist);
+  //fwrite($resumeHist, "$_SERVER[REMOTE_ADDR] read resume at $date\n");
+  //fclose($resumeHist);
 
   $msg  = '<html><body>';
   $msg .= '<h1>Somebody just visited your resume.</h1>';
@@ -108,7 +108,7 @@ function stoptimer () {
 
 <body onload="blink()" onunload="stoptimer()" id="homepage">
 
-<?php heading ();?>
+<!--<?php heading ();?>-->
 
 <div id="page">
   <div id="content">