sfeed and sfeed_curses are now merged - 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 e5d5666366fd27f3721bc4358858db22d0343167
(DIR) parent 43d1dd4a661c17ad54f156c6252e6a9218670306
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 28 Nov 2021 13:45:22 +0100
sfeed and sfeed_curses are now merged
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 6 +++---
M output/atom_content.xml | 22 +++++++++++-----------
M output/phlog/sfeed-simple-feed-par… | 4 ++--
M output/phlog/sfeed_curses-ui | 12 ++++++------
M output/rss_content.xml | 16 ++++++++--------
M output/sfeed-simple-feed-parser.ht… | 4 ++--
M output/sfeed-simple-feed-parser.md | 2 +-
M output/sfeed_curses-ui.html | 12 ++++++------
M output/sfeed_curses-ui.md | 10 +++++-----
M output/sitemap.xml | 4 ++--
M pages/sfeed-simple-feed-parser.cfg | 2 +-
M pages/sfeed-simple-feed-parser.md | 2 +-
M pages/sfeed_curses-ui.cfg | 2 +-
M pages/sfeed_curses-ui.md | 10 +++++-----
15 files changed, 55 insertions(+), 55 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2021-10-26
+siteupdated = 2021-11-26
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 type="text">Codemadness</title>
<subtitle type="text">blog with various projects and articles about computer-related things</subtitle>
- <updated>2021-10-26T00:00:00Z</updated>
+ <updated>2021-11-26T00: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" />
@@ -22,7 +22,7 @@
<title type="text">Sfeed_curses: a curses UI front-end for sfeed</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/sfeed_curses-ui.html" />
<id>https://www.codemadness.org/sfeed_curses-ui.html</id>
- <updated>2021-03-29T00:00:00Z</updated>
+ <updated>2021-11-26T00:00:00Z</updated>
<published>2020-06-25T00:00:00Z</published>
<author>
<name>hiltjo</name>
@@ -250,7 +250,7 @@
<title type="text">Sfeed: simple RSS and Atom parser</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/sfeed-simple-feed-parser.html" />
<id>https://www.codemadness.org/sfeed-simple-feed-parser.html</id>
- <updated>2021-05-14T00:00:00Z</updated>
+ <updated>2021-11-26T00:00:00Z</updated>
<published>2011-04-01T00:00:00Z</published>
<author>
<name>hiltjo</name>
(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>2021-10-26T00:00:00Z</updated>
+ <updated>2021-11-26T00: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" />
@@ -100,7 +100,7 @@ run
<title type="text">Sfeed_curses: a curses UI front-end for sfeed</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/sfeed_curses-ui.html" />
<id>https://www.codemadness.org/sfeed_curses-ui.html</id>
- <updated>2021-03-29T00:00:00Z</updated>
+ <updated>2021-11-26T00:00:00Z</updated>
<published>2020-06-25T00:00:00Z</published>
<author>
<name>hiltjo</name>
@@ -108,7 +108,7 @@ run
</author>
<summary type="text">Sfeed_curses is a curses UI front-end for the sfeed RSS/Atom parser</summary>
<content type="html"><
* [atom](https://codemadness.org/downloads/sfeed/atom/feeds.xml)
-For a separate curses UI front-end, see also [sfeed_curses](https://codemadness.org/sfeed_curses-ui.html).
+There is also a curses UI front-end, see the page [sfeed_curses](https://codemadness.org/sfeed_curses.html).
## Videos
(DIR) diff --git a/output/sfeed_curses-ui.html b/output/sfeed_curses-ui.html
@@ -41,7 +41,7 @@
<header>
<h1>Sfeed_curses: a curses UI front-end for sfeed</h1>
<p>
- <strong>Last modification on </strong> <time>2021-03-29</time>
+ <strong>Last modification on </strong> <time>2021-11-26</time>
</p>
</header>
@@ -116,19 +116,19 @@ This can be useful for different kind of screen sizes. The keybinds '1', '2'
and '3' can be used to switch between these layouts.</p>
<p><a href="downloads/screenshots/sfeed_curses_horizontal_screenshot.png"><img src="downloads/screenshots/sfeed_curses_horizontal_screenshot.png" alt="Screenshot showing the horizontal layout" width="480" height="270" loading="lazy" /></a></p>
<h2>Clone</h2>
-<pre><code>git clone git://git.codemadness.org/sfeed_curses
+<pre><code>git clone git://git.codemadness.org/sfeed
</code></pre>
<h2>Browse</h2>
<p>You can browse the source-code at:</p>
<ul>
-<li><a href="https://git.codemadness.org/sfeed_curses/">https://git.codemadness.org/sfeed_curses/</a></li>
-<li><a href="gopher://codemadness.org/1/git/sfeed_curses">gopher://codemadness.org/1/git/sfeed_curses</a></li>
+<li><a href="https://git.codemadness.org/sfeed/">https://git.codemadness.org/sfeed/</a></li>
+<li><a href="gopher://codemadness.org/1/git/sfeed">gopher://codemadness.org/1/git/sfeed</a></li>
</ul>
<h2>Download releases</h2>
<p>Releases are available at:</p>
<ul>
-<li><a href="https://codemadness.org/releases/sfeed_curses/">https://codemadness.org/releases/sfeed_curses/</a></li>
-<li><a href="gopher://codemadness.org/1/releases/sfeed_curses">gopher://codemadness.org/1/releases/sfeed_curses</a></li>
+<li><a href="https://codemadness.org/releases/sfeed/">https://codemadness.org/releases/sfeed/</a></li>
+<li><a href="gopher://codemadness.org/1/releases/sfeed">gopher://codemadness.org/1/releases/sfeed</a></li>
</ul>
<h2>Build and install</h2>
<pre><code>$ make
(DIR) diff --git a/output/sfeed_curses-ui.md b/output/sfeed_curses-ui.md
@@ -88,23 +88,23 @@ and '3' can be used to switch between these layouts.
## Clone
- git clone git://git.codemadness.org/sfeed_curses
+ git clone git://git.codemadness.org/sfeed
## Browse
You can browse the source-code at:
-* <https://git.codemadness.org/sfeed_curses/>
-* <gopher://codemadness.org/1/git/sfeed_curses>
+* <https://git.codemadness.org/sfeed/>
+* <gopher://codemadness.org/1/git/sfeed>
## Download releases
Releases are available at:
-* <https://codemadness.org/releases/sfeed_curses/>
-* <gopher://codemadness.org/1/releases/sfeed_curses>
+* <https://codemadness.org/releases/sfeed/>
+* <gopher://codemadness.org/1/releases/sfeed>
## Build and install
(DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
@@ -6,7 +6,7 @@
</url>
<url>
<loc>https://www.codemadness.org/sfeed_curses-ui.html</loc>
- <lastmod>2021-03-29</lastmod>
+ <lastmod>2021-11-26</lastmod>
</url>
<url>
<loc>https://www.codemadness.org/hurl.html</loc>
@@ -82,7 +82,7 @@
</url>
<url>
<loc>https://www.codemadness.org/sfeed-simple-feed-parser.html</loc>
- <lastmod>2021-05-14</lastmod>
+ <lastmod>2021-11-26</lastmod>
</url>
<url>
<loc>https://www.codemadness.org/vim-theme-relaxed.html</loc>
(DIR) diff --git a/pages/sfeed-simple-feed-parser.cfg b/pages/sfeed-simple-feed-parser.cfg
@@ -3,4 +3,4 @@ id = sfeed
description = Sfeed is a simple RSS and Atom parser (and format programs to add reader functionality)
keywords = sfeed, RSS, atom, parser, reader
created = 2011-04-01
-updated = 2021-05-14
+updated = 2021-11-26
(DIR) diff --git a/pages/sfeed-simple-feed-parser.md b/pages/sfeed-simple-feed-parser.md
@@ -67,7 +67,7 @@ programs:
* [twtxt](downloads/sfeed/twtxt/twtxt.txt)
* [atom](downloads/sfeed/atom/feeds.xml)
-For a separate curses UI front-end, see also [sfeed_curses](sfeed_curses-ui.html).
+There is also a curses UI front-end, see the page [sfeed_curses](sfeed_curses.html).
## Videos
(DIR) diff --git a/pages/sfeed_curses-ui.cfg b/pages/sfeed_curses-ui.cfg
@@ -3,4 +3,4 @@ id = sfeed_curses
description = Sfeed_curses is a curses UI front-end for the sfeed RSS/Atom parser
keywords = sfeed, sfeed_curses, curses, UI, front-end, RSS, atom, reader
created = 2020-06-25
-updated = 2021-03-29
+updated = 2021-11-26
(DIR) diff --git a/pages/sfeed_curses-ui.md b/pages/sfeed_curses-ui.md
@@ -88,23 +88,23 @@ and '3' can be used to switch between these layouts.
## Clone
- git clone git://git.codemadness.org/sfeed_curses
+ git clone git://git.codemadness.org/sfeed
## Browse
You can browse the source-code at:
-* <https://git.codemadness.org/sfeed_curses/>
-* <gopher://codemadness.org/1/git/sfeed_curses>
+* <https://git.codemadness.org/sfeed/>
+* <gopher://codemadness.org/1/git/sfeed>
## Download releases
Releases are available at:
-* <https://codemadness.org/releases/sfeed_curses/>
-* <gopher://codemadness.org/1/releases/sfeed_curses>
+* <https://codemadness.org/releases/sfeed/>
+* <gopher://codemadness.org/1/releases/sfeed>
## Build and install