small improvement - 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 70d10c9bc6da6cf6a257d672aa2f7647f8785a09
 (DIR) parent ac4cf8c01ab59e008795e5c5ca0d51a90b19bd0b
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat,  9 Nov 2024 19:33:06 +0100
       
       small improvement
       
       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 = 2024-07-17
       +siteupdated = 2024-11-09
        
        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>2024-07-17T00:00:00Z</updated>
       +        <updated>2024-11-09T00: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>2024-02-04T00:00:00Z</updated>
       +        <updated>2024-11-09T00: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>2024-07-17T00:00:00Z</updated>
       +        <updated>2024-11-09T00: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>2024-02-04T00:00:00Z</updated>
       +        <updated>2024-11-09T00:00:00Z</updated>
                <published>2024-02-02T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
       @@ -18,7 +18,7 @@
                </author>
                <summary>Chess puzzle book generator</summary>
                <content type="html"><![CDATA[<h1>Chess puzzle book generator</h1>
       -        <p><strong>Last modification on </strong> <time>2024-02-04</time></p>
       +        <p><strong>Last modification on </strong> <time>2024-11-09</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> and
       @@ -69,7 +69,7 @@ categorization based on difficulty and assign score points.</p>
        <p>The random shuffling is done using a hard-coded <a href="https://en.wikipedia.org/wiki/Random_seed">random seed</a>. This means on the
        same machine with the same puzzle database it will regenerate the same sequence
        of random puzzles in a deterministic manner.</p>
       -<p>It outputs HTML, with support for CSS dark mode and does not use Javascript.
       +<p>It outputs HTML, with support for CSS dark mode and does not require Javascript.
        It includes a plain-text listing of the solutions in PGN notation for the
        puzzles.
        It also outputs .vt files suitable for the terminal. It uses unicode symbols
 (DIR) diff --git a/output/chess-puzzles.html b/output/chess-puzzles.html
       @@ -42,7 +42,7 @@
        <header>
                <h1>Chess puzzle book generator</h1>
                <p>
       -        <strong>Last modification on </strong> <time>2024-02-04</time>
       +        <strong>Last modification on </strong> <time>2024-11-09</time>
                </p>
        </header>
        
       @@ -96,7 +96,7 @@ categorization based on difficulty and assign score points.</p>
        <p>The random shuffling is done using a hard-coded <a href="https://en.wikipedia.org/wiki/Random_seed">random seed</a>. This means on the
        same machine with the same puzzle database it will regenerate the same sequence
        of random puzzles in a deterministic manner.</p>
       -<p>It outputs HTML, with support for CSS dark mode and does not use Javascript.
       +<p>It outputs HTML, with support for CSS dark mode and does not require Javascript.
        It includes a plain-text listing of the solutions in PGN notation for the
        puzzles.
        It also outputs .vt files suitable for the terminal. It uses unicode symbols
 (DIR) diff --git a/output/chess-puzzles.md b/output/chess-puzzles.md
       @@ -72,7 +72,7 @@ The random shuffling is done using a hard-coded [random seed](https://en.wikiped
        same machine with the same puzzle database it will regenerate the same sequence
        of random puzzles in a deterministic manner.
        
       -It outputs HTML, with support for CSS dark mode and does not use Javascript.
       +It outputs HTML, with support for CSS dark mode and does not require Javascript.
        It includes a plain-text listing of the solutions in PGN notation for the
        puzzles.
        It also outputs .vt files suitable for the terminal. It uses unicode symbols
 (DIR) diff --git a/output/phlog/chess-puzzles b/output/phlog/chess-puzzles
       @@ -3,7 +3,7 @@ i                codemadness.org        70
        i                codemadness.org        70
        i# Chess puzzle book generator                codemadness.org        70
        i                codemadness.org        70
       -iLast modification on 2024-02-04                codemadness.org        70
       +iLast modification on 2024-11-09                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
       @@ -79,7 +79,7 @@ hThe random shuffling is done using a hard-coded »random seed«. This means on 
        isame machine with the same puzzle database it will regenerate the same sequence                codemadness.org        70
        iof random puzzles in a deterministic manner.                codemadness.org        70
        i                codemadness.org        70
       -iIt outputs HTML, with support for CSS dark mode and does not use Javascript.                codemadness.org        70
       +iIt outputs HTML, with support for CSS dark mode and does not require Javascript.                codemadness.org        70
        iIt includes a plain-text listing of the solutions in PGN notation for the                codemadness.org        70
        ipuzzles.                codemadness.org        70
        iIt also outputs .vt files suitable for the terminal. It uses unicode symbols                codemadness.org        70
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -13,7 +13,7 @@
                <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>2024-02-04</time></p>
       +        <p><strong>Last modification on </strong> <time>2024-11-09</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> and
       @@ -64,7 +64,7 @@ categorization based on difficulty and assign score points.</p>
        <p>The random shuffling is done using a hard-coded <a href="https://en.wikipedia.org/wiki/Random_seed">random seed</a>. This means on the
        same machine with the same puzzle database it will regenerate the same sequence
        of random puzzles in a deterministic manner.</p>
       -<p>It outputs HTML, with support for CSS dark mode and does not use Javascript.
       +<p>It outputs HTML, with support for CSS dark mode and does not require Javascript.
        It includes a plain-text listing of the solutions in PGN notation for the
        puzzles.
        It also outputs .vt files suitable for the terminal. It uses unicode symbols
 (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>2024-02-04</lastmod>
       +        <lastmod>2024-11-09</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 = 2024-02-04
       +updated = 2024-11-09
 (DIR) diff --git a/pages/chess-puzzles.md b/pages/chess-puzzles.md
       @@ -72,7 +72,7 @@ The random shuffling is done using a hard-coded [random seed](https://en.wikiped
        same machine with the same puzzle database it will regenerate the same sequence
        of random puzzles in a deterministic manner.
        
       -It outputs HTML, with support for CSS dark mode and does not use Javascript.
       +It outputs HTML, with support for CSS dark mode and does not require Javascript.
        It includes a plain-text listing of the solutions in PGN notation for the
        puzzles.
        It also outputs .vt files suitable for the terminal. It uses unicode symbols