| Previous: Yawns::Weblog | [Table of Contents] |
Yawns::Weblogs - A module for working with a collection of weblogs.
#!/usr/bin/perl -w
use Yawns::Weblogs;
use strict;
my $blogs = Yawns::Weblogs->new();
my $recent = $blogs->getRecent();
This module contains code for working with multiple weblogs.
Create a new instance of this object.
Return the most recent weblogs.
Here we want to find the most recent N tip entries.
Return all the weblog entries which have been recently reported.
Delete all weblogs belonging to the given user.
Update all weblogs belonging to a particular user.
Invalidate the cache of recent weblogs.
Steve Kemp
http://www.steve.org.uk/
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.