--- trunk/PlusPlus.pm 2004/12/05 12:48:00 10 +++ trunk/PlusPlus.pm 2004/12/05 13:30:57 11 @@ -4,7 +4,7 @@ use strict; use warnings; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use Carp; use File::Temp qw/ tempdir /; @@ -316,7 +316,11 @@ $arg->{'body'} ||= ''; if ($arg->{'meta'}) { - confess "not yet implemented"; + foreach my $name (keys %{$arg->{'meta'}}) { + my $content = $arg->{'meta'}->{$name}; + print TMP qq{}; + $arg->{'body'} .= " $content" if ($self->{'meta_in_body'}); + } } if (defined($arg->{'title'})) { @@ -390,6 +394,14 @@ pages. To see my very relaxed sample configuration take a look at C directory included in distribution. +=head2 SWISH++ config + +C located in C directory of this distribution is relaxed +SWISH++ configuration that will index all words passed to it. This +configuration is needed for B because default configuration +doesn't recognize 2004-12-05 as date. Have in mind that your index size +might explode. + =head1 SEE ALSO C web site L