diff options
Diffstat (limited to 'sfeed_atom.1')
-rw-r--r-- | sfeed_atom.1 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/sfeed_atom.1 b/sfeed_atom.1 new file mode 100644 index 0000000..0aacd18 --- /dev/null +++ b/sfeed_atom.1 @@ -0,0 +1,37 @@ +.Dd April 20, 2019 +.Dt SFEED_ATOM 1 +.Os +.Sh NAME +.Nm sfeed_atom +.Nd format feed data to an Atom feed +.Sh SYNOPSIS +.Nm +.Op Ar file... +.Sh DESCRIPTION +.Nm +formats feed data (TSV) from +.Xr sfeed 1 +from stdin or +.Ar file +to stdout as an Atom (XML) feed. +If one or more +.Ar file +are specified, the basename of the +.Ar file +is used as the feed name in the output. +If no +.Ar file +parameters are specified and so the data is read from stdin the feed name +is empty. +.Pp +If +.Nm +is reading from one or more +.Ar file +it will prefix the entry title with the feed name which is the basename of the +input file. +.Sh SEE ALSO +.Xr sfeed 1 , +.Xr sfeed_plain 1 +.Sh AUTHORS +.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org |