Date: Wed, 13 Aug 2008 02:06:38 -0400
From: "Mike B." <omni at omniphile.com>
To: WSFA members <WSFAlist at KeithLynch.net>
Subject: [WSFA] Re: WSFA: Alive and Well
Reply-To: WSFA members <WSFAlist at KeithLynch.net>
Keith F. Lynch wrote:
> <lees103 at verizon.net> wrote:
>> I have no idea where you got the idea that "the calendar of upcoming
>> events hasn't been updated since December"
>
> At the bottom it says "This page was last updated 21 May, 2007." Lynx
> says "Last Mod: Mon, 31 Dec 2007 14:43:03 GMT." January, February, etc.,
> 2008 events are listed as if they're still upcoming. And the July 4th
> meeting is still listed as being at the Scheiners'.
That's probably because the webmaster isn't updating that when changes
are made. Something like this:
print "Last Updated: ".strftime('%e-%b-%Y %T',
filemtime($_SERVER['SCRIPT_FILENAME']));
In the file would take care of it automatically...if the site supports
PHP, which I believe it does.
On the other hand, I think a lot of the site is coming out of databases
these days, and isn't static HTML, so you can add events without
changing the page...which ends up just being a kind of "template" for
what gets seen and the "last mod" date becomes the date of the last
template change, not the date of the last information change.
-- Mike B.