diff --git a/www/Makefile b/www/Makefile index 38aa0c6f..309d6c26 100644 --- a/www/Makefile +++ b/www/Makefile @@ -4,12 +4,12 @@ # Copyright (C) 1999 by Roaring Penguin Software Inc. # The complete name of your www host. Example: www.mycompany.com -WWWHOST = localhost +WWWHOST = magnesium.roaringpenguin.com # WWWHOST = www.mycompany.com # The complete path to where the scripts actually live, as seen by # the UNIX operating system. -SCRIPTDIR = /home/httpd/cgi-bin +SCRIPTDIR = /var/www/cgi-bin # SCRIPTDIR = /home/dfs/Remind/www/TEST # Where the scripts live as seen by the web browser. If @@ -19,10 +19,10 @@ CGIDIR = /cgi-bin # The complete path to the directory containing the HTML file "calendar.html". # This is a sample file containing links to all the scripts. This path # should be the path as seen by the UNIX operating system -HTMLDIR = /home/httpd/html/remind +HTMLDIR = /var/www/html/remind # Where you stick images, as seen by UNIX -IMAGEDIR = /home/httpd/html/remind +IMAGEDIR = /var/www/html/remind # Where images are, as seen by web browers IMAGEBASE = /remind diff --git a/www/firstquarter.png b/www/firstquarter.png index ce447f5e..207b4d1b 100644 Binary files a/www/firstquarter.png and b/www/firstquarter.png differ diff --git a/www/fullmoon.png b/www/fullmoon.png index 39813b50..9b277e1f 100644 Binary files a/www/fullmoon.png and b/www/fullmoon.png differ diff --git a/www/lastquarter.png b/www/lastquarter.png index 38943d46..53d456ad 100644 Binary files a/www/lastquarter.png and b/www/lastquarter.png differ diff --git a/www/newmoon.png b/www/newmoon.png index d1f835ec..ad3aafc8 100644 Binary files a/www/newmoon.png and b/www/newmoon.png differ