Introduction
Introduction Statistics Contact Development Disclaimer Help
jf2atom.1 - jfconvert - JSON Feed (subset) to sfeed or Atom converter
git clone git://git.codemadness.org/jfconvert
Log
Files
Refs
README
LICENSE
---
jf2atom.1 (694B)
---
1 .Dd April 3, 2023
2 .Dt JF2ATOM 1
3 .Os
4 .Sh NAME
5 .Nm jf2atom
6 .Nd convert JSON Feed to Atom
7 .Sh SYNOPSIS
8 .Nm
9 .Sh DESCRIPTION
10 .Nm
11 reads JSON data from stdin.
12 It writes an Atom feed to stdout.
13 .Sh EXIT STATUS
14 .Ex -std
15 .Sh EXAMPLES
16 .Bd -literal
17 jf2atom < input.json
18 .Ed
19 .Pp
20 An example to support JSON Feed in a RSS/Atom reader:
21 .Bd -literal
22 curl -s 'https://codemadness.org/jsonfeed_content.json' | jf2atom | sfee…
23 .Ed
24 .Sh SEE ALSO
25 .Xr awk 1 ,
26 .Xr curl 1 ,
27 .Xr sfeed 1
28 .Sh STANDARDS
29 .Rs
30 .%T The Atom Syndication Format
31 .%R RFC 4287
32 .Re
33 .Rs
34 .%T JSON Feed Version 1.1
35 .%U https://www.jsonfeed.org/version/1.1/
36 .%D Nov, 2022
37 .Re
38 .Sh AUTHORS
39 .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.