Blosxom plugin: cvs/programming/blosxom
Posted on 2004-01-12 by ivo :: /programming/blosxom :: link
I was looking for a way to have the $Revision: 1.1 $ that CVS inserts in the theme file recognized and/or ignored by blosxom, so I could show the latest version of the HTML template in the page. Because the only plugin on the blosxom website that appears to do something that I think I wanted—cvsinfo—is unavailable, I wrote my own plugin to do it. You can download it here.
Documentation
NAME
Blosxom Plug-in: cvs
SYNOPSIS
Replaces CVS keywords (such as $Id: cvs,v 1.2 2004/01/12 12:59:43 ivo Exp $) with the part after the :.
INSTALLATION
Drop the cvs plug-in into your Blosxom plugins folder.
CONFIGURATION
None necessary.
VERSION
1.2
AUTHOR
Ivo Timmermans <ivo@o2w.nl>, http://www.lychnis.net/
LICENSE
cvs Blosxom Plug-in
Copyright 2004, Ivo Timmermans <ivo@o2w.nl>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
