WWW::Blog::Metadata::Yadis - Extract Yadis Resourse Descriptor URL from HTML header


WWW-Blog-Metadata-Yadis documentation  | view source Contained in the WWW-Blog-Metadata-Yadis distribution.

Index


NAME

Top

WWW::Blog::Metadata::Yadis - Extract Yadis Resourse Descriptor URL from HTML header

SYNOPSIS

Top

  use WWW::Blog::Metadata;
  my $meta = WWW::Blog::Metadata->extract_from_uri($uri)
      or die WWW::Blog::Metadata->errstr;
  print $meta->xrds_location;

DESCRIPTION

Top

WWW::Blog::Metadata::Yadis is a WWW::Blog::Metadata plugin to extract Yadis Resourse Descriptor URL from HTML header.

NOTICE

Top

Yadis specification allows to describe Yadis Resourse Descriptor URL both on HTTP header and on HTML header's meta tag, but this module parses only HTML header.

AUTHOR

Top

OHTSUKA Ko-hei <nene@kokogiko.net>

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

SEE ALSO

Top

WWW::Blog::Metadata Net::Yadis::Discovery http://www.yadis.org/


WWW-Blog-Metadata-Yadis documentation  | view source Contained in the WWW-Blog-Metadata-Yadis distribution.