|
Babble::Output::RSS - RSS output method for Babble |
Babble::Output::RSS - RSS output method for Babble
use Babble;
my $babble = Babble->new ();
...
print $babble->output (-type => "RSS",
meta_title => "Example Babble",
meta_desc => "This is an example babble");
This module implements the RSS output method for Babble, thus, it
only has one method: output(), which generates RSS 1.0 output from the
available items.
Babble objects ->{Params} hashref, or via %params:
This is an optional argument.
This too, is an optional argument.
Gergely Nagy, algernon@bonehunter.rulez.org
Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.
Babble, Babble::Output, XML::RSS
|
Babble::Output::RSS - RSS output method for Babble |