|
From: seanh <sn...@gm...> - 2010-11-01 19:50:52
|
On Mon, Nov 01, 2010 at 12:13:26PM +0100, Dieter Plaetinck wrote: > Hi all, > is it possible to hardcode the mtime for a story in its metadata > section? > I.e. something like: > > $ cat entries/post.txt > Title of the post > # mtime 2010-10-30 12:00:00 > hello, (..) My metadate plugin does exactly that: http://github.com/seanh/PyBlosxom-metadate I did ask for it to be put in the plugin registry ages ago. Looking at the code now, I do wonder if there is a shorter way to implement it, without all that code for parsing entry files (which obviously duplicates code that exists somewhere in pyblosxom itself). |