sync, experiment with jsonfeed - 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 b313c1a03408f3f6fcba6da8d858800305103b9c
(DIR) parent 23ea7a62e1a01047f9a9eff557f841e5836ae788
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 8 Jan 2023 13:01:53 +0100
sync, experiment with jsonfeed
Diffstat:
M Makefile | 3 +++
M config.cfg | 2 +-
M feeds/pages/atom.md | 2 +-
M output/atom.html | 2 +-
M output/atom.md | 2 +-
M output/atom.xml | 2 +-
M output/atom_content.xml | 2 +-
M output/phlog/atom | 2 +-
8 files changed, 10 insertions(+), 7 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -11,6 +11,9 @@ generate: markdown
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 feed page
saait -t feeds/templates feeds/pages/atom.cfg
# move index.gopher to index.
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2022-11-05
+siteupdated = 2023-01-08
sitetitle = Codemadness
siteurl = https://www.codemadness.org
(DIR) diff --git a/feeds/pages/atom.md b/feeds/pages/atom.md
@@ -18,7 +18,7 @@ Twtxt feed: [twtxt.txt](twtxt.txt).
## Atom feeds for repositories
The git [repositories](/git/) each have an Atom feed for the commit log (atom.xml) and
-an Atom feed for the tags/releases (tags.xml). This can be useful for package
+an Atom feed for the tags/releases (tags.xml). This can be useful for ports
maintainers to keep track of software releases.
For example:
(DIR) diff --git a/output/atom.html b/output/atom.html
@@ -56,7 +56,7 @@
<p>Twtxt feed: <a href="twtxt.txt">twtxt.txt</a>.</p>
<h2>Atom feeds for repositories</h2>
<p>The git <a href="/git/">repositories</a> each have an Atom feed for the commit log (atom.xml) and
-an Atom feed for the tags/releases (tags.xml). This can be useful for package
+an Atom feed for the tags/releases (tags.xml). This can be useful for ports
maintainers to keep track of software releases.</p>
<p>For example:</p>
<ul>
(DIR) diff --git a/output/atom.md b/output/atom.md
@@ -18,7 +18,7 @@ Twtxt feed: [twtxt.txt](https://codemadness.org/twtxt.txt).
## Atom feeds for repositories
The git [repositories](https://codemadness.org/git/) each have an Atom feed for the commit log (atom.xml) and
-an Atom feed for the tags/releases (tags.xml). This can be useful for package
+an Atom feed for the tags/releases (tags.xml). This can be useful for ports
maintainers to keep track of software releases.
For example:
(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 type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-11-05T00:00:00Z</updated>
+ <updated>2023-01-08T00: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 type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2022-11-05T00:00:00Z</updated>
+ <updated>2023-01-08T00: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/phlog/atom b/output/phlog/atom
@@ -24,7 +24,7 @@ i codemadness.org 70
i## Atom feeds for repositories codemadness.org 70
i codemadness.org 70
1The git »repositories« each have an Atom feed for the commit log (atom.xml) and /git/ codemadness.org 70
-ian Atom feed for the tags/releases (tags.xml). This can be useful for package codemadness.org 70
+ian Atom feed for the tags/releases (tags.xml). This can be useful for ports codemadness.org 70
imaintainers to keep track of software releases. codemadness.org 70
i codemadness.org 70
iFor example: codemadness.org 70