blosxom :: the zen of blogging | ||||||
|
lastmodified Description: The 'lastmodified' plugin adds a 'last-modified' header to your blog. This should help enable smarter feed-readers to not pull your blog every time they check (I'm getting spotty behavior from Apache, it may take detecting HEAD requests from inside blosxom). Configuration: Drag-and-Drop: no config necessary Additional Bits Required: use POSIX qw(strftime); use Time::gmtime; Author: Bob Schumaker URL: http://www.cobblers.net/files/lastmodified Category: /plugins/headers Date: 2003-04-10 |
|||||