This is a quick script for fixing the atime/mtime for blog
files. It's often the case that I misspell something or want to
add an update, but because the timestamp for the blog entry comes
from the mtime of the file, I screw it up and cause it to cycle
to the top of my blog again. Rrrrr....
Anyhow, this allows you to quickly fix that.
This used to come in the ./contrib directory of the PyBlosxom tar.gz
download. As of PyBlosxom 1.1, we no longer distribute contributed
plugins with PyBlosxom. There are various good reasons for this, though
we do apologize for the inconvenience it causes.
Contributed plugins periodically are released as contributed plugin
packs in a big .tar.gz file. You can get that here:
https://sourceforge.net/project/showfiles.php?group_id=67445&package_id=145140
Between releases, you can get plugins from the SVN repository here:
http://pyblosxom.svn.sourceforge.net/viewvc/pyblosxom/trunk/contrib/plugins/
|