use sfeed_json - www.codemadness.org - www.codemadness.org saait content files
(HTM) git clone git://git.codemadness.org/www.codemadness.org
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 77f47324c40ad6ea5261756f45e70b47314d5838
(DIR) parent 898daa99bf7c8091ed85c7e76780a82c47ca8753
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Mon, 10 Apr 2023 17:45:05 +0200
use sfeed_json
Diffstat:
M Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -11,9 +11,9 @@ generate: markdown sfeeddoc
cut -d ' ' -f 2- | \
tr '\n' '\0' | \
xargs -0 saait
- # Atom to jsonfeed 1.1
- sfeed < output/atom.xml | sfeed_jsonfeed > output/jsonfeed.json
- sfeed < output/atom_content.xml | sfeed_jsonfeed > output/jsonfeed_content.json
+ # Atom to JSON Feed 1.1
+ sfeed < output/atom.xml | sfeed_json > output/jsonfeed.json
+ sfeed < output/atom_content.xml | sfeed_json > output/jsonfeed_content.json
# raw sfeed
sfeed < output/atom.xml > output/sfeed.tsv
sfeed < output/atom_content.xml > output/sfeed_content.tsv