Socialtext::Resting::TaggedPages - Utilities for finding pages with tags


Socialtext-Resting-Utils documentation  | view source Contained in the Socialtext-Resting-Utils distribution.

Index


NAME

Top

Socialtext::Resting::TaggedPages - Utilities for finding pages with tags

SYNOPSIS

Top

  use Socialtext::Resting::TaggedPages qw/tagged_pages/;
  my $untagged_pages = tagged_pages( rester => $r, notags => 1 );
  my $foo_pages      = tagged_pages( rester => $r, tags   => ['foo'] );

FUNCTIONS

Top

tagged_pages

Return a list of tagged pages. See SYNOPSIS for usage.

AUTHOR

Top

Luke Closs, <luke.closs at socialtext.com>

LICENSE

Top

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


Socialtext-Resting-Utils documentation  | view source Contained in the Socialtext-Resting-Utils distribution.