X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fblosxom-plugins.git;a=blobdiff_plain;f=general%2Fmeta;h=95994de7bf76c47ca2a869f4504986f1a6c010d9;hp=24cfb5ff586aec39a68faee6223db3ef75abed1d;hb=HEAD;hpb=ebb08aa6d3f16303068fc794c1135dcbc8a5be0e diff --git a/general/meta b/general/meta index 24cfb5f..95994de 100644 --- a/general/meta +++ b/general/meta @@ -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 , http://www.raelity.org/ +This plugin is now maintained by the Blosxom Sourceforge Team, +. + =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 . =head1 LICENSE