Sponsored Content
The Lounge What is on Your Mind? Cartoons for Geeks The God And The Coder - How It Really Happened Post 302588355 by Linux Bot on Sunday 8th of January 2012 04:45:04 PM
Old 01-08-2012
The God And The Coder - How It Really Happened

2012-01-08T22:15:11+01:00
Image





Tweet
Image Image Image Image
Image

Source...
 

We Also Found This Discussion For You

1. What is on Your Mind?

The Router God

It is not exactly our scope but a bit of networking knowledge is becoming for any Sysadmin - and, btw., it is a very funny read either: The Router God Especially the "celebrity interviews" they have: The sergeant from "Full Metal Jacket" explains the OSI model Humphrey Bogarts life as a... (1 Reply)
Discussion started by: bakunin
1 Replies
Vitacilina(3pm) 					User Contributed Perl Documentation					   Vitacilina(3pm)

NAME
Vitacilina - AXAh, quA~X buena medicina! DESCRIPTION
A 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. SYNOPSIS
use Vitacilina; my $v = Vitacilina->new( config => 'config.yaml', template => 'template.tt', output => 'output.html', limit => '20', ); $v->render; FILES
config 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. EXAMPLES
Take a look at the "examples/" directory for fully working example. SEE ALSO
Git 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/>. AUTHOR
David Moreno, david@axiombox.com. Alexandr Ciornii contributed with patches. COPYRIGHT
Copyright (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)
All times are GMT -4. The time now is 11:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy