use_timestamps_as_captions

Name

use_timestamps_as_captions -- determines whether timestamps may be used as captions

Synopsis

     use_timestamps_as_captions=1
  

Description

makethumbs has an involved algorithm for determining what to use as a caption under images on the index page. If you've added a caption to your descriptions.txt file, that will be used. Lacking that, if the filename of the image looks interesting, that will be used. Lacking that, if a timestamp is available for the image, that will be used.

Sometimes you won't want the timestamps used as a caption. If you've travelled far out of your timezone and the camera was not adjusted to account for that, or the camera's clock is vastly incorrect, then the times of the photos are not useful. When Andrew Morton put his Thailand photos on-line with makethumbs, he had tmes in the middle of the night, with pictures of mid afternoon light—a perfect time to instruct makethumbs to ignore the timestamps.

use_timestamps_as_captions is a boolean variable; set it to 0 to disable this feature.

See also

print_captions , compact_index_page