DragonFly On-Line Manual Pages

Search: Section:  


cplanet(1)             DragonFly General Commands Manual            cplanet(1)

NAME

cplanet - RSS Feed Aggregator that generate static html

SYNOPSIS

cplanet [-l] -c config.hdf

DESCRIPTION

cplanet is a RSS/ATOM feed aggregator written in C that generate static html files.

OPTIONS

-c config.hdf specify the path to the hdf configuration file -l set the log to be written in syslog, otherwise log are written to stderr

CONFIGURATION FILE

cplanet uses the clearsilver's hdf format as a configuration file, some keys are mandatory. Users can add as much keys as they want as they can be used in the template file. CPlanet.Output.N.Path N represents a number starting from 0, this is the patch for the file N to generate CPlanet.Output.N.TemplatePath Path of the template to use to generate the file number N CPlanet.Days oldest post from the feeds to keep in days. CPlanet.Feed.N.Name name of the N feed to fetch CPlanet.Feed.N.URL URL of the N Feed (ATOM or RSS) to fetch. for more informations concerning the HDF file format please refer to the clearsilver documentation: http://www.clearsilver.net/docs/man_hdf.hdf

TEMPLATE FILE

cplanet uses the clearsilver template system, please refer to the clearsilver documentation: http://www.clearsilver.net/docs/man_templates.hdf

AUTHORS

Baptiste Daroussin

CONTRIBUTORS

Freddy DISSAUX DragonFly 6.5-DEVELOPMENT February 22, 2010 DragonFly 6.5-DEVELOPMENT

Search: Section: