Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

planet(1) [debian man page]

PLANET(1)							    0~bzr116""								 PLANET(1)

NAME
planet - an aggregate feed generator SYNOPSIS
planet [OPTION]... [CONFIGURATION-FILE] DESCRIPTION
Planet Venus downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first. The exit status is 0 for success or 1 for failure. OPTIONS
-h, --help display a short help message and exit -V, --version display version information and exit -v, --verbose verbose logging during update -d, --debug debug logging during update -o, --offline update from the cache only -n, --only-if-new only spider new feeds -x, --expunge expunge old entries from cache -c, --create=DIRECTORY create a new planet in DIRECTORY EXAMPLES
You can create a default planet: planet --create example You can build this default planet right away: cd example && planet --verbose planet.ini You can test the results in your favourite browser: sensible-browser output/index.html The configuration file has more details for customisation: sensible-editor planet.ini AUTHOR
Written by Sam Ruby <rubys@intertwingly.net>. REPORTING BUGS
Report bugs using the `reportbug' command. Copyright 2008, Sam Ruby <rubys@intertwingly.net> Licenced under the Python Software Foundation License Version 2. planet - Planet Venus October 2009 PLANET(1)

Check Out this Related Man Page

Perlanet::Trait::YAMLConfig(3pm)			User Contributed Perl Documentation			  Perlanet::Trait::YAMLConfig(3pm)

NAME
Perlanet::Trait::YAMLConfig - configure Perlanet through a YAML configuration file SYNOPSIS
package MyPerlanet; extends 'Perlanet'; with 'Perlanet::Traits::YAMLConfig'; my $perlanet = MyPerlanet->new_with_config( configfile => 'whatever.yml' ); $perlanet->run; DESCRIPTION
Allows you to move the configuration of Perlanet to an external YAML configuration file. Example Configuration File title: planet test description: A Test Planet url: http://planet.example.com/ author: name: Dave Cross email: dave@dave.org.uk entries: 20 opml: opml.xml page: file: index.html template: index.tt feed: file: atom.xml format: Atom cache_dir: /tmp/feeds feeds: - url: http://blog.dave.org.uk/atom.xml title: Dave's Blog web: http://blog.dave.org.uk/ - url: http://use.perl.org/~davorg/journal/rss title: Dave's use.perl Journal web: http://use.perl.org/~davorg/journal/ - url: http://www.oreillynet.com/pub/feed/31?au=2607 title: Dave on O'Reillynet web: http://www.oreillynet.com/pub/au/2607 METHODS
THIRTY_DAYS The default length of caching, if caching options are present in the configuration get_config_from_file Extracts the configuration from a YAML file AUTHOR
Oliver Charles, <oliver.g.charles@googlemail.com> COPYRIGHT AND LICENSE
Copyright (c) 2010 by Magnum Solutions Ltd. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available. perl v5.14.2 2012-03-17 Perlanet::Trait::YAMLConfig(3pm)
Man Page

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Latest News on Unix

Pls suggest some web sites where I can get the latest news/releases on unix. (4 Replies)
Discussion started by: Deepa
4 Replies

2. Post Here to Contact Site Administrators and Moderators

different modes?

What are the Guided and Enhanced Modes? This is something new right? Or have I been the most unobservant guy on the face of this planet? At first I thought it was something for Gollum the forumbot, but its there everytime you start a new thread. What is the difference between the two? And how do... (1 Reply)
Discussion started by: blowtorch
1 Replies

3. UNIX for Advanced & Expert Users

how to unset the readonly variable

Hi All, May be this is a very simple question... $ b=8 $ readonly b $ echo $b 8 $ b=90 -bash: b: readonly variable $ unset b -bash: unset: b: cannot unset: readonly variable I m not able to change the readonly mode of variable b Please help me out.. Thanks Nidhi (2 Replies)
Discussion started by: Nidhi2177
2 Replies

4. UNIX for Dummies Questions & Answers

Figuring out Crons

Hello, I've built a news site using SimplePie to pull in a set of feeds and display them on a page. The caching is working but the problem is that the first initial load is slow. After that, you can hit refresh and it loads very quickly. I'd like to eliminate that first slow load by creating a... (2 Replies)
Discussion started by: eightgames
2 Replies

5. UNIX for Advanced & Expert Users

Intelligently Installing from Source

Hi: (I apologise in advance for the lengthy prelude--but i think it's necessary to properly ask my question.) I code in Ruby and Python on Mac OS X. Ruby, for instance, as i suspect everyone here knows, is both open source and it it lacks native support for e.g., GUI and Image Manip. These two... (0 Replies)
Discussion started by: Alex_Land
0 Replies

6. What is on Your Mind?

Jupiter and Venus

It was rainy and overcast here in Washington DC area tonight, so I couldn't see the planets. But I'll keep looking over the next few days. If you haven't heard about the planets being in conjunction, see this: Earth & Sky | Tonight I guess this only applies to the northern hemisphere though? ... (7 Replies)
Discussion started by: Perderabo
7 Replies

7. HP-UX

Aaarrggghhh HP warranty ran out

We have HP 9000 running UX. Does anybody know a reputable or even a strong maintenance firm that DOESN'T have a help desk the other side of the planet? We've been approached by Newcorp but thay seem rubbish. Please give me some recommendations. Sorry if this is posted in the wrong room but I... (3 Replies)
Discussion started by: Handsy
3 Replies

8. What is on Your Mind?

Do You Agree with the Mission of Greenpeace?

According to the Wikipedia entry for Greenpeace, the Greenpeace mission is too: Catalysing an energy revolution to address the number one threat facing our planet: climate change. Defending our oceans by challenging wasteful and destructive fishing, and creating a global network of... (1 Reply)
Discussion started by: Neo
1 Replies

9. Shell Programming and Scripting

How to synchronise a file to 2 different hosts?

Hello, We ve got 2 sites (Site1, Site2), joined thanks vpn. We had 2 differents files with a list of all host in each sites. Server1 has list1.ini, and Server2 has list2.ini everyone from Site1 update list1.ini by ssh or script to Server1 everyone from Site2 update list2.ini by ssh or... (1 Reply)
Discussion started by: cterra
1 Replies