fix typo - 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 8bda6a702fc034f47a44659ff0d7e5a4ea01f465
 (DIR) parent 00dc16e3e50872f6a491abea08a687ca06955d7c
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri, 25 Apr 2025 11:42:39 +0200
       
       fix typo
       
       english version is steps method, not step method (stappenmethode).
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.xml                     |       4 ++--
         M output/atom_content.xml             |       8 ++++----
         M output/chess-puzzles.html           |       4 ++--
         M output/chess-puzzles.md             |       2 +-
         M output/phlog/chess-puzzles          |       4 ++--
         M output/rss_content.xml              |       4 ++--
         M output/sitemap.xml                  |       2 +-
         M pages/chess-puzzles.cfg             |       2 +-
         M pages/chess-puzzles.md              |       2 +-
       
       10 files changed, 17 insertions(+), 17 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2025-03-29
       +siteupdated = 2025-04-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>Codemadness</title>
                <subtitle>blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2025-03-29T00:00:00Z</updated>
       +        <updated>2025-04-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" />
       @@ -10,7 +10,7 @@
                <title>Chess puzzle book generator</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/chess-puzzles.html" />
                <id>https://www.codemadness.org/chess-puzzles.html</id>
       -        <updated>2025-03-29T00:00:00Z</updated>
       +        <updated>2025-04-05T00:00:00Z</updated>
                <published>2024-02-02T00: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>Codemadness</title>
                <subtitle>blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2025-03-29T00:00:00Z</updated>
       +        <updated>2025-04-05T00: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" />
       @@ -10,7 +10,7 @@
                <title>Chess puzzle book generator</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/chess-puzzles.html" />
                <id>https://www.codemadness.org/chess-puzzles.html</id>
       -        <updated>2025-03-29T00:00:00Z</updated>
       +        <updated>2025-04-05T00:00:00Z</updated>
                <published>2024-02-02T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
       @@ -18,11 +18,11 @@
                </author>
                <summary>Chess puzzle book generator</summary>
                <content type="html"><![CDATA[<h1>Chess puzzle book generator</h1>
       -        <p><strong>Last modification on </strong> <time>2025-03-29</time></p>
       +        <p><strong>Last modification on </strong> <time>2025-04-05</time></p>
                <p>This was a christmas hack for fun and non-profit.
        I wanted to write a chess puzzle book generator.
        Inspired by <a href="https://archive.org/details/1001deadlycheckm0000nunn">1001 Deadly Checkmates by John Nunn, ISBN-13: 978-1906454258</a>,
       -<a href="https://www.stappenmethode.nl/en/">Step Method workbooks</a> and other puzzle books.</p>
       +<a href="https://www.stappenmethode.nl/en/">Steps Method workbooks</a> and other puzzle books.</p>
        <h1>Example output</h1>
        <ul>
        <li>English version: <a href="https://codemadness.org/downloads/puzzles/">https://codemadness.org/downloads/puzzles/</a></li>
 (DIR) diff --git a/output/chess-puzzles.html b/output/chess-puzzles.html
       @@ -42,14 +42,14 @@
        <header>
                <h1>Chess puzzle book generator</h1>
                <p>
       -        <strong>Last modification on </strong> <time>2025-03-29</time>
       +        <strong>Last modification on </strong> <time>2025-04-05</time>
                </p>
        </header>
        
        <p>This was a christmas hack for fun and non-profit.
        I wanted to write a chess puzzle book generator.
        Inspired by <a href="https://archive.org/details/1001deadlycheckm0000nunn">1001 Deadly Checkmates by John Nunn, ISBN-13: 978-1906454258</a>,
       -<a href="https://www.stappenmethode.nl/en/">Step Method workbooks</a> and other puzzle books.</p>
       +<a href="https://www.stappenmethode.nl/en/">Steps Method workbooks</a> and other puzzle books.</p>
        <h1>Example output</h1>
        <ul>
        <li>English version: <a href="https://codemadness.org/downloads/puzzles/">https://codemadness.org/downloads/puzzles/</a></li>
 (DIR) diff --git a/output/chess-puzzles.md b/output/chess-puzzles.md
       @@ -1,7 +1,7 @@
        This was a christmas hack for fun and non-profit.
        I wanted to write a chess puzzle book generator.
        Inspired by [1001 Deadly Checkmates by John Nunn, ISBN-13: 978-1906454258](https://archive.org/details/1001deadlycheckm0000nunn),
       -[Step Method workbooks](https://www.stappenmethode.nl/en/) and other puzzle books.
       +[Steps Method workbooks](https://www.stappenmethode.nl/en/) and other puzzle books.
        
        
        # Example output
 (DIR) diff --git a/output/phlog/chess-puzzles b/output/phlog/chess-puzzles
       @@ -3,12 +3,12 @@ i                codemadness.org        70
        i                codemadness.org        70
        i# Chess puzzle book generator                codemadness.org        70
        i                codemadness.org        70
       -iLast modification on 2025-03-29                codemadness.org        70
       +iLast modification on 2025-04-05                codemadness.org        70
        i                codemadness.org        70
        iThis was a christmas hack for fun and non-profit.                codemadness.org        70
        iI wanted to write a chess puzzle book generator.                codemadness.org        70
        hInspired by »1001 Deadly Checkmates by John Nunn, ISBN-13: 978-1906454258«,        URL:https://archive.org/details/1001deadlycheckm0000nunn        codemadness.org        70
       -h»Step Method workbooks« and other puzzle books.        URL:https://www.stappenmethode.nl/en/        codemadness.org        70
       +h»Steps Method workbooks« and other puzzle books.        URL:https://www.stappenmethode.nl/en/        codemadness.org        70
        i                codemadness.org        70
        i                codemadness.org        70
        i# Example output                codemadness.org        70
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -13,11 +13,11 @@
                <dc:date>2024-02-02T00:00:00Z</dc:date>
                <author>Hiltjo</author>
                <description><![CDATA[<h1>Chess puzzle book generator</h1>
       -        <p><strong>Last modification on </strong> <time>2025-03-29</time></p>
       +        <p><strong>Last modification on </strong> <time>2025-04-05</time></p>
                <p>This was a christmas hack for fun and non-profit.
        I wanted to write a chess puzzle book generator.
        Inspired by <a href="https://archive.org/details/1001deadlycheckm0000nunn">1001 Deadly Checkmates by John Nunn, ISBN-13: 978-1906454258</a>,
       -<a href="https://www.stappenmethode.nl/en/">Step Method workbooks</a> and other puzzle books.</p>
       +<a href="https://www.stappenmethode.nl/en/">Steps Method workbooks</a> and other puzzle books.</p>
        <h1>Example output</h1>
        <ul>
        <li>English version: <a href="https://codemadness.org/downloads/puzzles/">https://codemadness.org/downloads/puzzles/</a></li>
 (DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
       @@ -2,7 +2,7 @@
        <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
        <url>
                <loc>https://www.codemadness.org/chess-puzzles.html</loc>
       -        <lastmod>2025-03-29</lastmod>
       +        <lastmod>2025-04-05</lastmod>
        </url>
        <url>
                <loc>https://www.codemadness.org/xargs.html</loc>
 (DIR) diff --git a/pages/chess-puzzles.cfg b/pages/chess-puzzles.cfg
       @@ -3,4 +3,4 @@ id = chess-puzzles
        description = Chess puzzle book generator
        keywords = chess, puzzles, lichess
        created = 2024-02-02
       -updated = 2025-03-29
       +updated = 2025-04-05
 (DIR) diff --git a/pages/chess-puzzles.md b/pages/chess-puzzles.md
       @@ -1,7 +1,7 @@
        This was a christmas hack for fun and non-profit.
        I wanted to write a chess puzzle book generator.
        Inspired by [1001 Deadly Checkmates by John Nunn, ISBN-13: 978-1906454258](https://archive.org/details/1001deadlycheckm0000nunn),
       -[Step Method workbooks](https://www.stappenmethode.nl/en/) and other puzzle books.
       +[Steps Method workbooks](https://www.stappenmethode.nl/en/) and other puzzle books.
        
        
        # Example output