The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Cnutt-feed - A rss/atom reader which delivers entries to your mailboxes

VERSION

Version 1.21

DESCRIPTION

RSS and Atom feed to mailboxes converter

SYNOPSIS

cnutt-feed [options] [action [arguments]]

OPTIONS

--help

Print this help text

--(no)verbose

Be verbose (or not)

--(no)html

Produce messages containing html (or not)

--(no)delete

Delete messages no longer present in the feed (or not) (not implemented)

--config

Name of the config file (default ~/.cnutt/cnutt-feed)

--all

Apply the command on all the feeds defined in config file

ARGUMENTS

Arguments take the form action other_arguments

list url

list the feeds available at the address url

get url mailbox

fetch the content of the feed url and put the messages in the mailbox

fetch name

fetch a feed called name according the configuration file

When --all is provided, all the feeds will be fetched, except the ones provided after the fetch command.

CONFIGURATION

A standard INI file with key = value entries.

First lines are for default options.

Stanza are used for defining feeds.

    [feedshortname] # whatever you want, must be unique
        url = http://foo.bar # mandatory
        mailbox = /path/to/feed/mailbox # mandatory

Optional parameters are

    verbose= 1|0 (default 1)
    html = 1|0 (default 1)
    delete = 1|0 (default 0)

Options can be put in a stanza or at the beginning of the file.

Options given on the command line override options given in stanza, which override options given in the default section at the beginning of the configuration file.

FILES

    ~/.cnutt/cnutt-feed

Main configuration file (used with fetch).

AUTHOR

Olivier Schwander, <olivier.schwander at ens-lyon.org>

BUGS

Please report any bugs or feature requests to bug-cnutt-feed at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=cnutt-feed. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

A darcs repository is available here :

http://chadok.info/darcs/cnutt/cnutt-feed

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2007-2008 Olivier Schwander, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.