Posy::Plugin::Meta version 0.1
==============================

This module prepends a via comment to the beginning of an entry's body
if via metadata is found.
  
INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Posy
  Posy::Core
  Posy::Plugin::Meta
  Test::More

ACTIVATION

Add this module to Posy's @plugins array after the Posy::Plugin::Meta
module.

Add the "meta_via" action to Posy's @entry_actions array between
"parse_entry" and "render_entry" and after "parse_meta";

USE

Insert metadata links within an entry:

  The Entry's Title
  <!--
  meta-via: blair christensen.
  -->
  The rest of the entry is down here.

This module will prepend the following to $current_entry->{body}:

  <p>Via blair christensen.</p>

COPYRIGHT AND LICENSE

Copyright (C) 2005 blair christensen.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

