Previous:
Yawns::Weblog
 [Table of Contents]

Yawns::Weblogs



NAME

Yawns::Weblogs - A module for working with a collection of weblogs.

SYNOPSIS

    #!/usr/bin/perl -w

    use Yawns::Weblogs;
    use strict;

    my $blogs  = Yawns::Weblogs->new();

    my $recent = $blogs->getRecent();

DESCRIPTION

This module contains code for working with multiple weblogs.

new

  Create a new instance of this object.

getRecent

  Return the most recent weblogs.

getTipEntries

  Here we want to find the most recent N tip entries.

getReportedWeblogs

  Return all the weblog entries which have been recently reported.

deleteByUser

  Delete all weblogs belonging to the given user.

hideByUser

  Update all weblogs belonging to a particular user.

invalidateCache

  Invalidate the cache of recent weblogs.

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

Copyright (c) 2005,2006 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.


[Top] Generated by HTML::FromPod 0.49 on Fri Nov 21 03:03:58 2008