Introduction
Introduction Statistics Contact Development Disclaimer Help
sfeed_json.1 - sfeed - RSS and Atom parser
git clone git://git.codemadness.org/sfeed
Log
Files
Refs
README
LICENSE
---
sfeed_json.1 (921B)
---
1 .Dd August 1, 2023
2 .Dt SFEED_JSON 1
3 .Os
4 .Sh NAME
5 .Nm sfeed_json
6 .Nd format feed data to JSON Feed
7 .Sh SYNOPSIS
8 .Nm
9 .Op Ar
10 .Sh DESCRIPTION
11 .Nm
12 formats feed data (TSV) from
13 .Xr sfeed 1
14 from stdin or for each
15 .Ar file
16 to stdout as JSON Feed data.
17 If one or more
18 .Ar file
19 arguments are specified then the basename of the
20 .Ar file
21 is used as the feed name in the output.
22 If no
23 .Ar file
24 arguments are specified and so the data is read from stdin then the feed…
25 is empty.
26 .Pp
27 If
28 .Nm
29 is reading from one or more
30 .Ar file
31 arguments it will prefix the entry title with "[feed name] ".
32 .Sh EXIT STATUS
33 .Ex -std
34 .Sh EXAMPLES
35 .Bd -literal
36 curl -s 'https://codemadness.org/atom.xml' | sfeed | sfeed_json
37 .Ed
38 .Sh SEE ALSO
39 .Xr sfeed 1 ,
40 .Xr sfeed_atom 1 ,
41 .Xr sfeed 5
42 .Sh STANDARDS
43 .Rs
44 .%T JSON Feed Version 1.1
45 .%U https://www.jsonfeed.org/version/1.1/
46 .%D Nov, 2022
47 .Re
48 .Sh AUTHORS
49 .An Hiltjo Posthuma Aq Mt [email protected]
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.