add new sfeed video by Joseph Choe - 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 3025fe912eb118a5c9f5d68a3195150a8b621d59
 (DIR) parent b2ecf9489055f7d8a2ac0b821a1803acbd2e4fe4
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  5 Nov 2022 10:47:19 +0100
       
       add new sfeed video by Joseph Choe
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.xml                     |       4 ++--
         M output/atom_content.xml             |      10 +++++++---
         A output/downloads/sfeed/videos/rss_… |       0 
         M output/phlog/sfeed-simple-feed-par… |       8 +++++++-
         M output/rss_content.xml              |       6 +++++-
         M output/sfeed-simple-feed-parser.ht… |       6 +++++-
         M output/sfeed-simple-feed-parser.md  |       6 ++++++
         M output/sitemap.xml                  |       2 +-
         M pages/sfeed-simple-feed-parser.cfg  |       2 +-
         M pages/sfeed-simple-feed-parser.md   |       6 ++++++
       
       11 files changed, 41 insertions(+), 11 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2022-11-04
       +siteupdated = 2022-11-05
        
        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>2022-11-04T00:00:00Z</updated>
       +        <updated>2022-11-05T00: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" />
       @@ -274,7 +274,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>2022-05-08T00:00:00Z</updated>
       +        <updated>2022-11-05T00: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>2022-11-04T00:00:00Z</updated>
       +        <updated>2022-11-05T00: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" />
       @@ -1997,7 +1997,7 @@ inconsistency of custom fonts used on a lot of websites.</p>
                <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>2022-05-08T00:00:00Z</updated>
       +        <updated>2022-11-05T00:00:00Z</updated>
                <published>2011-04-01T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
       @@ -2005,7 +2005,7 @@ inconsistency of custom fonts used on a lot of websites.</p>
                </author>
                <summary type="text">Sfeed is a simple RSS and Atom parser (and format programs to add reader functionality)</summary>
                <content type="html"><![CDATA[<h1>Sfeed: simple RSS and Atom parser</h1>
       -        <p><strong>Last modification on </strong> <time>2022-05-08</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-11-05</time></p>
                <p>Sfeed is a RSS and Atom parser (and some format programs).</p>
        <p>It converts RSS or Atom feeds from XML to a TAB-separated file. There are
        formatting programs included to convert this TAB-separated format to various
       @@ -2076,6 +2076,10 @@ published on January 15 2021.</li>
        by <a href="https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA">Brodie Robertson</a>
        <a href="downloads/sfeed/videos/sfeed_minimalism.mp4">(mirror)</a>
        published on February 23 2021.</li>
       +<li><a href="https://www.youtube.com/watch?v=O8x0MAyqvt0">RSS with sfeed, fdm, and mblaze!</a>
       +by <a href="https://www.youtube.com/channel/UCz_u0h4usMbnFsIHSVdjUQw">Joseph Choe</a>
       +<a href="rss_with_sfeed_fdm_and_mblaze.mp4">(mirror)</a>
       +published on 4 November 2022.</li>
        </ul>
        ]]></content>
        </entry>
 (DIR) diff --git a/output/downloads/sfeed/videos/rss_with_sfeed_fdm_and_mblaze.mp4 b/output/downloads/sfeed/videos/rss_with_sfeed_fdm_and_mblaze.mp4
       Binary files differ.
 (DIR) diff --git a/output/phlog/sfeed-simple-feed-parser b/output/phlog/sfeed-simple-feed-parser
       @@ -3,7 +3,7 @@ i                codemadness.org        70
        i                codemadness.org        70
        i# Sfeed: simple RSS and Atom parser                codemadness.org        70
        i                codemadness.org        70
       -iLast modification on 2022-05-08                codemadness.org        70
       +iLast modification on 2022-11-05                codemadness.org        70
        i                codemadness.org        70
        iSfeed is a RSS and Atom parser (and some format programs).                codemadness.org        70
        i                codemadness.org        70
       @@ -95,4 +95,10 @@ h* Sfeed - Peak Minimal RSS Feed Reader (Youtube)        URL:https://www.youtube.com/wa
        h  by »Brodie Robertson«        URL:https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA        codemadness.org        70
        9  (mirror)        /downloads/sfeed/videos/sfeed_minimalism.mp4        codemadness.org        70
        i  published on February 23 2021.                codemadness.org        70
       +h* RSS with sfeed, fdm, and mblaze!        URL:https://www.youtube.com/watch?v=O8x0MAyqvt0        codemadness.org        70
       +h  by »Joseph Choe«        URL:https://www.youtube.com/channel/UCz_u0h4usMbnFsIHSVdjUQw        codemadness.org        70
       +9  (mirror)        /rss_with_sfeed_fdm_and_mblaze.mp4        codemadness.org        70
       +i  published on 4 November 2022.                codemadness.org        70
       +i                codemadness.org        70
       +i                codemadness.org        70
        .
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -1890,7 +1890,7 @@ inconsistency of custom fonts used on a lot of websites.</p>
                <dc:date>2011-04-01T00:00:00Z</dc:date>
                <author>Hiltjo</author>
                <description><![CDATA[<h1>Sfeed: simple RSS and Atom parser</h1>
       -        <p><strong>Last modification on </strong> <time>2022-05-08</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-11-05</time></p>
                <p>Sfeed is a RSS and Atom parser (and some format programs).</p>
        <p>It converts RSS or Atom feeds from XML to a TAB-separated file. There are
        formatting programs included to convert this TAB-separated format to various
       @@ -1961,6 +1961,10 @@ published on January 15 2021.</li>
        by <a href="https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA">Brodie Robertson</a>
        <a href="downloads/sfeed/videos/sfeed_minimalism.mp4">(mirror)</a>
        published on February 23 2021.</li>
       +<li><a href="https://www.youtube.com/watch?v=O8x0MAyqvt0">RSS with sfeed, fdm, and mblaze!</a>
       +by <a href="https://www.youtube.com/channel/UCz_u0h4usMbnFsIHSVdjUQw">Joseph Choe</a>
       +<a href="rss_with_sfeed_fdm_and_mblaze.mp4">(mirror)</a>
       +published on 4 November 2022.</li>
        </ul>
        ]]></description>
        </item>
 (DIR) diff --git a/output/sfeed-simple-feed-parser.html b/output/sfeed-simple-feed-parser.html
       @@ -41,7 +41,7 @@
        <header>
                <h1>Sfeed: simple RSS and Atom parser</h1>
                <p>
       -        <strong>Last modification on </strong> <time>2022-05-08</time>
       +        <strong>Last modification on </strong> <time>2022-11-05</time>
                </p>
        </header>
        
       @@ -115,6 +115,10 @@ published on January 15 2021.</li>
        by <a href="https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA">Brodie Robertson</a>
        <a href="downloads/sfeed/videos/sfeed_minimalism.mp4">(mirror)</a>
        published on February 23 2021.</li>
       +<li><a href="https://www.youtube.com/watch?v=O8x0MAyqvt0">RSS with sfeed, fdm, and mblaze!</a>
       +by <a href="https://www.youtube.com/channel/UCz_u0h4usMbnFsIHSVdjUQw">Joseph Choe</a>
       +<a href="rss_with_sfeed_fdm_and_mblaze.mp4">(mirror)</a>
       +published on 4 November 2022.</li>
        </ul>
        
                                </article>
 (DIR) diff --git a/output/sfeed-simple-feed-parser.md b/output/sfeed-simple-feed-parser.md
       @@ -88,3 +88,9 @@ sfeed, sfeed\_plain and sfeed\_curses.  To the creators: thanks for making these
          by [Brodie Robertson](https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA)
          [(mirror)](https://codemadness.org/downloads/sfeed/videos/sfeed_minimalism.mp4)
          published on February 23 2021.
       +* [RSS with sfeed, fdm, and mblaze!](https://www.youtube.com/watch?v=O8x0MAyqvt0)
       +  by [Joseph Choe](https://www.youtube.com/channel/UCz_u0h4usMbnFsIHSVdjUQw)
       +  [(mirror)](https://codemadness.org/rss_with_sfeed_fdm_and_mblaze.mp4)
       +  published on 4 November 2022.
       +
       +
 (DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
       @@ -90,7 +90,7 @@
        </url>
        <url>
                <loc>https://www.codemadness.org/sfeed-simple-feed-parser.html</loc>
       -        <lastmod>2022-05-08</lastmod>
       +        <lastmod>2022-11-05</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 = 2022-05-08
       +updated = 2022-11-05
 (DIR) diff --git a/pages/sfeed-simple-feed-parser.md b/pages/sfeed-simple-feed-parser.md
       @@ -88,3 +88,9 @@ sfeed, sfeed\_plain and sfeed\_curses.  To the creators: thanks for making these
          by [Brodie Robertson](https://www.youtube.com/channel/UCld68syR8Wi-GY_n4CaoJGA)
          [(mirror)](downloads/sfeed/videos/sfeed_minimalism.mp4)
          published on February 23 2021.
       +* [RSS with sfeed, fdm, and mblaze!](https://www.youtube.com/watch?v=O8x0MAyqvt0)
       +  by [Joseph Choe](https://www.youtube.com/channel/UCz_u0h4usMbnFsIHSVdjUQw)
       +  [(mirror)](rss_with_sfeed_fdm_and_mblaze.mp4)
       +  published on 4 November 2022.
       +
       +