sfeed: add JSON output format added in 1.8 and sort the list somewhat - 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 38f8d41d51b903d15410a7668eb7819abe31b995
(DIR) parent ab8663d5ae71293d9775aa3bd991014338388ec1
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 30 Apr 2023 12:38:28 +0200
sfeed: add JSON output format added in 1.8 and sort the list somewhat
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 2 +-
M output/atom_content.xml | 7 ++++---
M output/phlog/sfeed-simple-feed-par… | 5 +++--
M output/rss_content.xml | 5 +++--
M output/sfeed-simple-feed-parser.ht… | 5 +++--
M output/sfeed-simple-feed-parser.md | 5 +++--
M pages/sfeed-simple-feed-parser.md | 5 +++--
8 files changed, 21 insertions(+), 15 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2023-04-27
+siteupdated = 2023-04-30
sitetitle = Codemadness
siteurl = https://www.codemadness.org
(DIR) diff --git a/output/atom.xml b/output/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2023-04-27T00:00:00Z</updated>
+ <updated>2023-04-30T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
(DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2023-04-27T00:00:00Z</updated>
+ <updated>2023-04-30T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom_content.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom_content.xml" />
@@ -2051,12 +2051,13 @@ See also the README for other practical examples.</p>
programs:</p>
<ul>
<li><a href="downloads/sfeed/plain/feeds.txt">plain text (UTF-8)</a></li>
+<li><a href="downloads/sfeed/atom/feeds.xml">atom</a></li>
+<li>gopher</li>
<li><a href="downloads/sfeed/html/feeds.html">HTML (CSS)</a></li>
<li><a href="downloads/sfeed/frames/index.html">HTML frames</a></li>
-<li>gopher</li>
+<li><a href="jsonfeed_content.json">JSON Feed</a></li>
<li><a href="downloads/sfeed/mbox/feeds.mbox">mbox</a></li>
<li><a href="downloads/sfeed/twtxt/twtxt.txt">twtxt</a></li>
-<li><a href="downloads/sfeed/atom/feeds.xml">atom</a></li>
</ul>
<p>There is also a curses UI front-end, see the page <a href="sfeed_curses.html">sfeed_curses</a>.
It is now part of sfeed.</p>
(DIR) diff --git a/output/phlog/sfeed-simple-feed-parser b/output/phlog/sfeed-simple-feed-parser
@@ -67,12 +67,13 @@ iBelow are some examples of output that are supported by the included format co
iprograms: codemadness.org 70
i codemadness.org 70
0* plain text (UTF-8) /downloads/sfeed/plain/feeds.txt codemadness.org 70
+0* atom /downloads/sfeed/atom/feeds.xml codemadness.org 70
+i* gopher codemadness.org 70
h* HTML (CSS) /downloads/sfeed/html/feeds.html codemadness.org 70
h* HTML frames /downloads/sfeed/frames/index.html codemadness.org 70
-i* gopher codemadness.org 70
+0* JSON Feed /jsonfeed_content.json codemadness.org 70
0* mbox /downloads/sfeed/mbox/feeds.mbox codemadness.org 70
0* twtxt /downloads/sfeed/twtxt/twtxt.txt codemadness.org 70
-0* atom /downloads/sfeed/atom/feeds.xml codemadness.org 70
i codemadness.org 70
1There is also a curses UI front-end, see the page »sfeed_curses«. /phlog/sfeed_curses codemadness.org 70
iIt is now part of sfeed. codemadness.org 70
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -1936,12 +1936,13 @@ See also the README for other practical examples.</p>
programs:</p>
<ul>
<li><a href="downloads/sfeed/plain/feeds.txt">plain text (UTF-8)</a></li>
+<li><a href="downloads/sfeed/atom/feeds.xml">atom</a></li>
+<li>gopher</li>
<li><a href="downloads/sfeed/html/feeds.html">HTML (CSS)</a></li>
<li><a href="downloads/sfeed/frames/index.html">HTML frames</a></li>
-<li>gopher</li>
+<li><a href="jsonfeed_content.json">JSON Feed</a></li>
<li><a href="downloads/sfeed/mbox/feeds.mbox">mbox</a></li>
<li><a href="downloads/sfeed/twtxt/twtxt.txt">twtxt</a></li>
-<li><a href="downloads/sfeed/atom/feeds.xml">atom</a></li>
</ul>
<p>There is also a curses UI front-end, see the page <a href="sfeed_curses.html">sfeed_curses</a>.
It is now part of sfeed.</p>
(DIR) diff --git a/output/sfeed-simple-feed-parser.html b/output/sfeed-simple-feed-parser.html
@@ -91,12 +91,13 @@ See also the README for other practical examples.</p>
programs:</p>
<ul>
<li><a href="downloads/sfeed/plain/feeds.txt">plain text (UTF-8)</a></li>
+<li><a href="downloads/sfeed/atom/feeds.xml">atom</a></li>
+<li>gopher</li>
<li><a href="downloads/sfeed/html/feeds.html">HTML (CSS)</a></li>
<li><a href="downloads/sfeed/frames/index.html">HTML frames</a></li>
-<li>gopher</li>
+<li><a href="jsonfeed_content.json">JSON Feed</a></li>
<li><a href="downloads/sfeed/mbox/feeds.mbox">mbox</a></li>
<li><a href="downloads/sfeed/twtxt/twtxt.txt">twtxt</a></li>
-<li><a href="downloads/sfeed/atom/feeds.xml">atom</a></li>
</ul>
<p>There is also a curses UI front-end, see the page <a href="sfeed_curses.html">sfeed_curses</a>.
It is now part of sfeed.</p>
(DIR) diff --git a/output/sfeed-simple-feed-parser.md b/output/sfeed-simple-feed-parser.md
@@ -60,12 +60,13 @@ Below are some examples of output that are supported by the included format
programs:
* [plain text (UTF-8)](https://codemadness.org/downloads/sfeed/plain/feeds.txt)
+* [atom](https://codemadness.org/downloads/sfeed/atom/feeds.xml)
+* gopher
* [HTML (CSS)](https://codemadness.org/downloads/sfeed/html/feeds.html)
* [HTML frames](https://codemadness.org/downloads/sfeed/frames/index.html)
-* gopher
+* [JSON Feed](https://codemadness.org/jsonfeed_content.json)
* [mbox](https://codemadness.org/downloads/sfeed/mbox/feeds.mbox)
* [twtxt](https://codemadness.org/downloads/sfeed/twtxt/twtxt.txt)
-* [atom](https://codemadness.org/downloads/sfeed/atom/feeds.xml)
There is also a curses UI front-end, see the page [sfeed_curses](https://codemadness.org/sfeed_curses.html).
It is now part of sfeed.
(DIR) diff --git a/pages/sfeed-simple-feed-parser.md b/pages/sfeed-simple-feed-parser.md
@@ -60,12 +60,13 @@ Below are some examples of output that are supported by the included format
programs:
* [plain text (UTF-8)](downloads/sfeed/plain/feeds.txt)
+* [atom](downloads/sfeed/atom/feeds.xml)
+* gopher
* [HTML (CSS)](downloads/sfeed/html/feeds.html)
* [HTML frames](downloads/sfeed/frames/index.html)
-* gopher
+* [JSON Feed](jsonfeed_content.json)
* [mbox](downloads/sfeed/mbox/feeds.mbox)
* [twtxt](downloads/sfeed/twtxt/twtxt.txt)
-* [atom](downloads/sfeed/atom/feeds.xml)
There is also a curses UI front-end, see the page [sfeed_curses](sfeed_curses.html).
It is now part of sfeed.