BlosxomMultiblosxom
Revision r1.1 - 06 Mar 2003 - 20:16 GMT - LesOrchard
Abstract
This plugin loads up external config files based on the name by which the Blosxom? script was called. This is most useful on Unix operating systems, where multiple symbolic links can be made to the same Blosxom? script. Using this plugin and symlinks allows for easy configuration of parallel Blosxom? instances without needing to maintain separate copies of the script. For example, you could make links to the script like so:ln -s blosxom.cgi blog.cgi ln -s blosxom.cgi comments.cgi ln -s blosxom.cgi news.cgiThen, this plugin would look in its config folder for the following files, respectively:
blog.cgi.config comments.cgi.config news.cgi.configThe folder in which the plugin expects to find config files can be specified in a variable near the top of the plugin file.
