X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=general%2Fmacros;h=aefde6bb1ae88726c4e9e79c7520e69f3ecb0581;hb=d3f68ae80b1153a95e918c057b6304063797efc3;hp=cdf3f9cfcec394d7e7078035849ea99136cf268b;hpb=03e69f4317ba6a4b8f0c7dae9813c9d20511b1e9;p=matthijs%2Fupstream%2Fblosxom-plugins.git diff --git a/general/macros b/general/macros index cdf3f9c..aefde6b 100644 --- a/general/macros +++ b/general/macros @@ -1,7 +1,7 @@ # Blosxom Plugin: macros -*- perl -*- # Author: Todd Larason (jtl@molehill.org) # Version: 0+1i -# Blosxom Home/Docs/Licensing: http://www.raelity.org/blosxom +# Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Calendar plugin Home/Docs/Licensing: # http://molelog.molehill.org/blox/Computers/Internet/Web/Blosxom/Macros/ # Modelled on Brad Choate's MT-Macros, but no code in common @@ -12,7 +12,7 @@ $macrodir = "$blosxom::plugin_state_dir/.macros" unless defined $macrodir; $use_caching = 1; -$debug_level = 1; +$debug_level = 0; # ------------------------------------------------------------------- # types: # string implemented @@ -334,10 +334,13 @@ Purpose: Generalized macro system modelled on MT-Macros Todd Larason , http://molelog.molehill.org/ +This plugin is now maintained by the Blosxom Sourceforge Team, +. + =head1 BUGS -None known; address bug reports and comments to me or to the Blosxom -mailing list [http://www.yahoogroups.com/groups.blosxom]. +None known; please send bug reports and feedback to the Blosxom +development mailing list . =head1 Customization