From: Gavin Carr Date: Wed, 22 Aug 2007 02:22:40 +0000 (+0000) Subject: Add README and README.cvs. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=commitdiff_plain;h=0762a185a9061f99cb64b172d4c65cac922b5c2a Add README and README.cvs. --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..5005c2d --- /dev/null +++ b/.cvsignore @@ -0,0 +1,2 @@ +.svn +.bzr diff --git a/README b/README new file mode 100644 index 0000000..8b97c11 --- /dev/null +++ b/README @@ -0,0 +1,10 @@ +This is a collection of plugins for blosxom (v2). To use a plugin +you just copy it into the directory you have configured as your +$plugin_dir in blosxom.cgi. You should also check the top of the +plugin for a configuration section, and configure to taste. + + +Plugin authors: if you would like to have your plugins included +here, please send an email to blosxom-devel@lists.sourceforge.net. + + diff --git a/README.cvs b/README.cvs new file mode 100644 index 0000000..291ca80 --- /dev/null +++ b/README.cvs @@ -0,0 +1,20 @@ +The 'general' directory contains plugins that are not currently +author-maintained. General plugins can be updated by anyone, though +preferably after discussing the changes on the blosxom-devel list. + +All other directories are author-directories, for authors +maintaining their own plugins here. Author plugins should generally +only be updated by their owners, so please direct patches and bug +reports on them directly to the person concerned (or to blosxom-devel +if you cannot find the author's contact details). + +The blosxom-devel list is at blosxom-devel@lists.sourceforge.net. + + +Plugin authors: it would be helpful if you could create a README in +your directory with your contact details, especially if they are not +included in your plugins. You may wish to obfuscate email addresses +though, since these will be available on the web via the cvs web +interface. + +