The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Quiki::Meta - Quiki meta information handler

SYNOPSIS

  use Quiki::Meta;

  # get meta info
  $self->{meta} = Quiki::Meta::get($node);

  # set meta info
  Quiki::Meta::set($node, $self->{meta});

DESCRIPTION

Handles saving and retriving meta information for quiki nodes. Meta information is stored in simple text files and uses the YAML format.

set

This function updates the meta information in the file for a given page. It uses the meta information in the current Quicki object.

get

This function retrives the meta information from the file for a given node.

SEE ALSO

Quiki, perl(1)

AUTHOR

Alberto Simões, <ambs@cpan.org> Nuno Carvalho, <smash@cpan.org>

COPYRIGHT & LICENSE

Copyright 2009-2010 Alberto Simoes and Nuno Carvalho.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.