If a filename contains a timestamp in the form of
YYYY-MM-DD-hh-mm, change the mtime to be the timestamp instead of
the one kept by the filesystem. For example, a valid filename would
be foo-2002-04-01-00-00.txt for April fools day on the year 2002
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/
|