tagging: Allow using titles in for related stories.
[matthijs/upstream/blosxom-plugins.git] / general / meta
index 24cfb5ff586aec39a68faee6223db3ef75abed1d..95994de7bf76c47ca2a869f4504986f1a6c010d9 100644 (file)
@@ -26,7 +26,7 @@ sub story {
   foreach ( split /\n/, $$body_ref ) {
     /^\s*$/ and $in_header = 0 and next;
     if ( $in_header ) {
-      my($key, $value) = m!^$meta_prefix(.+?):\s*(.+)$!;
+      my($key, $value) = m!^$meta_prefix(.+?)\s*:\s*(.+)$!;
       $key =~ /^\w+$/ and push(@keys,$key) and $$key = $value and next;
     }
     $body .= $_ . "\n";
@@ -59,16 +59,19 @@ current version was first bundled.
 
 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://www.raelity.org/apps/blosxom/
+Blosxom Home/Docs/Licensing: http://blosxom.sourceforge.net/
 
-Blosxom Plugin Docs: http://www.raelity.org/apps/blosxom/plugin.shtml
+Blosxom Plugin Docs: http://blosxom.sourceforge.net/documentation/users/plugins.html
 
 =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