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.
Blosxom theme: lychnis/programming/blosxom
Posted on 2004-01-12 by ivo :: /programming/blosxom :: link
I finally made the theme for this website (http://www.lychnis.net/)
available for download: lychnis
1.5.
The theme needs at least these plugins: better_title, cvs,
headlines, sitelinks,
theme, writeback, xhtml. Some of these plugins required tweaking
to make them work, sometimes I had to correct the HTML code in
them to be XHTML. I'll get these changes published once I've
cleaned them up, or maybe I will submit them to the original
author(s) of the plugin.
The original idea for the layout is copied from a design on OSWD, called libra.
Among other things I changed it to be XHTML 1.1 compliant and to
make more use of CSS.
Blosxom theme: scratchpad/programming/blosxom
Posted on 2004-01-09 by ivo :: /programming/blosxom :: link
I made the theme that I'm using for this page available here: version 0.1. It's pretty
easily customizable with CSS. If your browser offers the
possibility to select alternative stylesheets when viewing this
page you can try it now to get an idea of what would be
possible. The theme itself is loosely based on the iztsu
theme.
The theme needs at least these plugins: archives, bloglinks,
breadcrumbs, categories, find, htmllinks, readme, sitelinks,
theme, writeback, xhtml. Some of these plugins required tweaking
to make them work, sometimes I had to correct the HTML code in
them to be XHTML. I'll get these changes published once I've
cleaned them up, or maybe I will submit them to the original
author(s) of the plugin.
Blosxom plugin: sitelinks/programming/blosxom
Posted on 2004-01-08 by ivo :: /programming/blosxom :: link
In the header of the page you'll see a new bar, with a list of
shortcuts to more information on my website. To do this, I took
the bloglinks
plugin and changed it to a sitelinks plugin. The change to the
code is minimal, the only thing that's really different is that it
expects the contents to be aligned next to eachother instead of in
a list structure. You can download the code here.