NAME
App::Followme::CreateRss - Create an rss file for a directory
SYNOPSIS
use App::Followme::CreateRss;
my $rss = App::Followme::CreateRss->new();
$rss->run($folder);
DESCRIPTION
This module creates an rss file listing the newest files in a folder and its subfolders.
CONFIGURATION
The following fields in the configuration file are used:
- rss_extension
-
The extension used for rss files. The default value is 'rss'.
- data_pkg
-
The package used to retrieve information from each file contained in the rss file. The default value is 'App::Followme::WebData'.
LICENSE
Copyright (C) Bernie Simon.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Bernie Simon <bernie.simon@gmail.com>