Last Modified

This Python script searches for a "Last modified" string in your web pages and modifies the time and date
if the file modification time is different than the string in the file.

This script can be run on your web server after publishing or it can be run on your local copy prior to publishing.

The Linux find utility is used to walk a directory and invoke timestamp.py on the files it finds.

Note that running this twice will result in an incorrect modification time stamp.

timestamp.py

| © 2005 Ken Staton