Query: vitacilina
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Vitacilina(3pm) User Contributed Perl Documentation Vitacilina(3pm)NAMEVitacilina - AXAh, quA~X buena medicina!DESCRIPTIONA simple feeds engine exporter that uses YAML to get list of feeds and TT as templating system. Some people would call it an aggregator. It was intended to be a reliable Planet (<http://planetplanet.org>) alternative, then some development ideas evolved into rFeed (http://github.com/damog/rfeed). Vitacilina runs on production services on a couple of systems.SYNOPSISuse Vitacilina; my $v = Vitacilina->new( config => 'config.yaml', template => 'template.tt', output => 'output.html', limit => '20', ); $v->render;FILESconfig The "config" parameter specifies the path to a YAML file specifying a list of feeds. Use this format: http://myserver.com/myfeed: name: Some Cool Feed http://feeds.feedburner.com/InfinitePigTheorem: name: InfinitePigTheorem ... template A "Template::Toolkit" file which will be taken as the template for output. Format: [% FOREACH p IN data %] <a href="[% p.permalink %]">[% p.title %]</a> by <a href="[% p.channelUrl %]">[% p.author %]</a> <br /> [% END %] The "data" is an ordered array with a bunch of hashes with the simple data such as "permalink", "title", "channelUrl", "author", etc. output File path where the output will be written.EXAMPLESTake a look at the "examples/" directory for fully working example.SEE ALSOGit repository is located at <http://github.com/damog/vitacilina>. Also take a look at the Stereonaut! blog where similar developments from the author are announced and sampled, <http://log.damog.net/>.AUTHORDavid Moreno, david@axiombox.com. Alexandr Ciornii contributed with patches.COPYRIGHTCopyright (C) 2009 by David Moreno. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2009-11-29 Vitacilina(3pm)
Related Man Pages |
---|
vitacilina(3pm) - debian |
data::format::html(3pm) - debian |
module::starter::plugin::tt2(3pm) - debian |
template::tiny(3pm) - debian |
yaml::xs(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
gPodder 0.10.4 (Default branch) |
gPodder 0.11.0 (Default branch) |
gPodder 0.11.1 (Default branch) |
gPodder 0.12.3 (Default branch) |
gPodder 0.13.0 (Default branch) |