CPlanet documentation¶
DOWNLOAD¶
Go to the file section and fetch the latest release version
REQUIREMENTS¶
NAME¶
CPlanet - a RSS Feed Aggregator to generate a planet
SYNOPSIS¶
cplanet -c config.hdf [-l]
DESCRIPTION¶
CPlanet is a RSS/ATOM feed aggregator written in C that generate static
html files.
OPTIONS¶
-c config.hdf¶
specify the path of th hdf configuration file
-l¶
set the log to be written in syslog
HDF format¶
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
Template File¶
CPlanet uses the clearsilver template system, please refer to the
clearsilver documentation
AUTHORS¶
Baptiste Daroussin
CONTRIBUTORS¶
Freddy DISSAUX