tagging: Allow using titles in for related stories.
[matthijs/upstream/blosxom-plugins.git] / general / calendar
index b41b1caa93ece6a4df498b08abe2d72ad694ef54..531b586cebb42832a1f7b7422ec9e89c4adcd469 100644 (file)
@@ -1,7 +1,7 @@
 # Blosxom Plugin: calendar                                         -*- perl -*-
 # Author: Todd Larason (jtl@molehill.org)
 # Version: 0+6i
-# 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/Calendar/
 
@@ -27,7 +27,7 @@ $first_dow = 0
 # set to 0 to disable attempted caching
 $use_caching    = 1 unless defined $use_caching;
 $months_per_row = 3 unless defined $months_per_row;
-$debug_level    = 1 unless defined $debug_level;
+$debug_level    = 0 unless defined $debug_level;
 # -------------------------------------------------------------------
 
 use Time::Local;
@@ -487,10 +487,13 @@ Purpose: Provides a Radio-style archive navigation calendar
 
 Todd Larason  <jtl@molehill.org>, http://molelog.molehill.org/
 
+This plugin is now maintained by the Blosxom Sourceforge Team,
+<blosxom-devel@lists.sourceforge.net>.
+
 =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 <blosxom-devel@lists.sourceforge.net>.
 
 =head1 Customization