README - jfconvert - JSON Feed (subset) to sfeed or Atom converter | |
git clone git://git.codemadness.org/jfconvert | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
README (716B) | |
--- | |
1 jfconvert | |
2 ------- | |
3 | |
4 JSON Feed (subset) to sfeed(5) converter. | |
5 JSON Feed (subset) to Atom converter. | |
6 | |
7 JSON Feed specification: https://www.jsonfeed.org/version/1/ | |
8 | |
9 sfeed: https://codemadness.org/sfeed.html | |
10 Atom specification: https://datatracker.ietf.org/doc/html/rfc4287 | |
11 | |
12 | |
13 Build and install | |
14 ----------------- | |
15 | |
16 $ make | |
17 # make install | |
18 | |
19 | |
20 Dependencies | |
21 ------------ | |
22 | |
23 - C compiler (C99). | |
24 - libc | |
25 | |
26 | |
27 Optional dependencies | |
28 --------------------- | |
29 | |
30 - POSIX make(1) (for Makefile). | |
31 - mandoc for documentation: https://mdocml.bsd.lv/ | |
32 | |
33 | |
34 Examples and documentation | |
35 -------------------------- | |
36 | |
37 See the man pages. | |
38 | |
39 | |
40 License | |
41 ------- | |
42 | |
43 ISC, see LICENSE file. | |
44 | |
45 | |
46 Author | |
47 ------ | |
48 | |
49 Hiltjo Posthuma <[email protected]> |