.\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH YAPRA 1 "2009-09-08" "Man Page" "pluggable RSS/Atom feed aggregator" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME yapra \- pluggable RSS/Atom feed aggregator .SH SYNOPSIS .B yapra .RI [ options ] .SH DESCRIPTION Aggregate RSS/Atom feed or any other data and filter/publish them. You write configuration file (default: config.yaml) as YAML format and run .B yapra command. .SH OPTIONS These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. .TP .B \-c \fR\fICONFIGFILE\fB, \-\-configfile \fR\fICONFIGFILE Specify configuration file (default: config.yaml) .TP .B \-d \fR\fICONFIGDIR\fB, \-\-configfile-directory \fR\fICONFIGDIR Specify configuration directory. yapra read all '.yaml' files in this directory. .TP .B \-h, \-\-help Show summary of options. .TP .B \-\-log-level \fR\fILEVEL Specify log level. Possible \fILEVEL\fP is "fatal", "error", "warn", "info" and "debug" (default: warn). .TP .B \-p \fR\fIPLUGINDIR\fB, \-\-plugindir \fR\fIPLUGINDIR Append \fIPLUGINDIR\fP to legacy plugin directories. .TP .B \-m \fR\fIMODE\fB, \-\-mode \fR\fIMODE Specify run mode. Possible \fIMODE\fP is "compatible" and "advance". .TP .B \-v, \-\-version Show version of program. .SH SEE ALSO Yapra homepage: \fB\fIhttp://yapra.rubyforge.org/ .SH AUTHOR yapra was written by Yuanying Ohtsuka. .PP This manual page was written by Taku YASUI , for the Debian project (and may be used by others).