X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=blobdiff_plain;f=general%2Fpostgraph;h=2e7b92e8dbf14d6c96227b47054207b52108edcc;hp=697df9c3fcfcec03652e7a105b3e5d364b4f28dc;hb=HEAD;hpb=03e69f4317ba6a4b8f0c7dae9813c9d20511b1e9 diff --git a/general/postgraph b/general/postgraph index 697df9c..2e7b92e 100644 --- a/general/postgraph +++ b/general/postgraph @@ -1,7 +1,7 @@ # Blosxom Plugin: postgraph -*- perl -*- # Author: Todd Larason jtl@molehill.org and Nilesh Chaudhari http://nilesh.org/ # Version: 0+1i -# Blosxom Home/Docs/Licensing: http://www.raelity.org/blosxom +# Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/ # Categories plugin Home/Docs/Licensing: # http://molelog.molehill.org/blox/Computers/Internet/Web/Blosxom/Graph/ # parts Copyright (c) 2002 Nilesh Chaudhari http://nilesh.org/ @@ -29,7 +29,7 @@ $bt_bordercolor ||= '#757575'; $bt_padding = 5 unless defined $bt_padding; $bt_show_text = 1 unless defined $bt_show_text; -$debug_level = 2 unless defined $debug_level; +$debug_level = 0 unless defined $debug_level; # ------------------------------------------------------------ use File::stat; @@ -257,10 +257,13 @@ portions (the "BLOGTIMES" chart style) based on code by Nilesh Chaudhari; see http://nilesh.org/mt/blogtimes/. Nilesh gets credit, but direct bugs to Todd Larason. +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