jbroder
02-07-2000, 12:18 AM
I wrote a script that tests files for last modified date and prints new! next to the file's link on the main page if the last mod date is less than 10 days.
This is fine for new files, but when I make any change to a file it will say "new!" when really it is just modified.
I datestamp my files
<!-- Jan 02 2000 -->
but I think there will be too much of a performance hit to
open each file and check the datestamp.
Anybody have a better way to get this done?
Thanks,
Jon
------------------
guitartricks.com
This is fine for new files, but when I make any change to a file it will say "new!" when really it is just modified.
I datestamp my files
<!-- Jan 02 2000 -->
but I think there will be too much of a performance hit to
open each file and check the datestamp.
Anybody have a better way to get this done?
Thanks,
Jon
------------------
guitartricks.com