summaryrefslogtreecommitdiff
path: root/sfeed_atom.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-04-20 16:21:44 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-04-20 16:21:44 +0200
commit493e2e508530aa95d4806e4aca52183794d20ad0 (patch)
tree359d77dc854116d619c93a6acf03c36b7ec6581e /sfeed_atom.1
parenteb9e9a957a75069edecbfcc1872930d07e146a1a (diff)
add sfeed_atom: convert one or more feeds from TSV (back to) Atom
Diffstat (limited to 'sfeed_atom.1')
-rw-r--r--sfeed_atom.137
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