tagging: Allow using titles in for related stories.
[matthijs/upstream/blosxom-plugins.git] / general / kwiki
index 0a980f6c53a45b76bac599b1a40a65140e28ca9d..c70a40a011a49395c8630dc59e0a6620baa0ae55 100644 (file)
@@ -9,7 +9,7 @@ package kwiki;
 
 # --------------------------------
 
-use 'CGI::Kwiki::Formatter';
+use CGI::Kwiki::Formatter;
 
 sub start {
   return $meta::markup eq 'kwiki' ? 1 : 0;
@@ -48,6 +48,9 @@ The CGI::Kwiki Perl module.
 
 Rael Dornfest  <rael@oreilly.com>, http://www.raelity.org/
 
+This plugin is now maintained by the Blosxom Sourceforge Team,
+<blosxom-devel@lists.sourceforge.net>.
+
 =head1 SEE ALSO
 
 Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/
@@ -56,8 +59,8 @@ Blosxom Plugin Docs: http://blosxom.sourceforge.net/documentation/users/plugins.
 
 =head1 BUGS
 
-Address bug reports and comments to the Blosxom mailing list 
-[http://www.yahoogroups.com/group/blosxom].
+None known; please send bug reports and feedback to the Blosxom
+development mailing list <blosxom-devel@lists.sourceforge.net>.
 
 =head1 LICENSE