small tweaks - 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 62167ed6e8bdbb142e3bf51597da29a39f1900b7
 (DIR) parent 093c2805540bdbc13e746b9de72bf4c97afafab3
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  2 Feb 2024 15:01:11 +0100
       
       small tweaks
       
       Diffstat:
         M output/atom_content.xml             |       6 +++---
         M output/chess-puzzles.html           |       6 +++---
         M output/chess-puzzles.md             |       6 +++---
         M output/phlog/chess-puzzles          |       6 +++---
         M output/rss_content.xml              |       6 +++---
         M pages/chess-puzzles.md              |       6 +++---
       
       6 files changed, 18 insertions(+), 18 deletions(-)
       ---
 (DIR) diff --git a/output/atom_content.xml b/output/atom_content.xml
       @@ -89,7 +89,7 @@ output to various formats.</p>
        <p>Terminal output:</p>
        <pre><code>curl -s 'https://codemadness.org/onlyfens?moves=e2e4%20e7e5&amp;output=tty'
        </code></pre>
       -<h2>Support for Dutch notated PGN and output</h2>
       +<h1>Support for Dutch notated PGN and output</h1>
        <p>For pgn and "speak mode" it has an option to output Dutch notated PGN or speech
        too.</p>
        <p>For example:</p>
       @@ -99,7 +99,7 @@ too.</p>
        <li>Bishop = Loper (B -&gt; L), translated: walker.</li>
        <li>Knight = Paard (N -&gt; P), translated: horse.</li>
        </ul>
       -<h2>Example script to stream games from Lichess</h2>
       +<h1>Example script to stream games from Lichess</h1>
        <p>There is an included example script that can stream Lichess games to the
        terminal. It uses the Lichess API.  It will display the board using terminal
        escape codes. The games are automatically annotated with PGN notation and with
       @@ -108,7 +108,7 @@ synthesizer like <a href="https://github.com/espeak-ng/espeak-ng/">espeak</a> as
        <p>pgn-extract is a useful tool to convert Portable Game Notation (PGN) to
        Universal Chess Interface (UCI) moves (or do many other useful chess related
        things!).</p>
       -<h2>Example script to generate an animated gif from PGN.</h2>
       +<h1>Example script to generate an animated gif from PGN</h1>
        <p>Theres also an example script included that can generate an animated gif from
        PGN using <a href="https://ffmpeg.org/">ffmpeg</a>.</p>
        <p>It creates an optimal color palette from the input images and generates an
 (DIR) diff --git a/output/chess-puzzles.html b/output/chess-puzzles.html
       @@ -116,7 +116,7 @@ output to various formats.</p>
        <p>Terminal output:</p>
        <pre><code>curl -s 'https://codemadness.org/onlyfens?moves=e2e4%20e7e5&amp;output=tty'
        </code></pre>
       -<h2>Support for Dutch notated PGN and output</h2>
       +<h1>Support for Dutch notated PGN and output</h1>
        <p>For pgn and "speak mode" it has an option to output Dutch notated PGN or speech
        too.</p>
        <p>For example:</p>
       @@ -126,7 +126,7 @@ too.</p>
        <li>Bishop = Loper (B -&gt; L), translated: walker.</li>
        <li>Knight = Paard (N -&gt; P), translated: horse.</li>
        </ul>
       -<h2>Example script to stream games from Lichess</h2>
       +<h1>Example script to stream games from Lichess</h1>
        <p>There is an included example script that can stream Lichess games to the
        terminal. It uses the Lichess API.  It will display the board using terminal
        escape codes. The games are automatically annotated with PGN notation and with
       @@ -135,7 +135,7 @@ synthesizer like <a href="https://github.com/espeak-ng/espeak-ng/">espeak</a> as
        <p>pgn-extract is a useful tool to convert Portable Game Notation (PGN) to
        Universal Chess Interface (UCI) moves (or do many other useful chess related
        things!).</p>
       -<h2>Example script to generate an animated gif from PGN.</h2>
       +<h1>Example script to generate an animated gif from PGN</h1>
        <p>Theres also an example script included that can generate an animated gif from
        PGN using <a href="https://ffmpeg.org/">ffmpeg</a>.</p>
        <p>It creates an optimal color palette from the input images and generates an
 (DIR) diff --git a/output/chess-puzzles.md b/output/chess-puzzles.md
       @@ -96,7 +96,7 @@ Terminal output:
                curl -s 'https://codemadness.org/onlyfens?moves=e2e4%20e7e5&output=tty'
        
        
       -## Support for Dutch notated PGN and output
       +# Support for Dutch notated PGN and output
        
        For pgn and "speak mode" it has an option to output Dutch notated PGN or speech
        too.
       @@ -109,7 +109,7 @@ For example:
        * Knight = Paard (N -> P), translated: horse.
        
        
       -## Example script to stream games from Lichess
       +# Example script to stream games from Lichess
        
        There is an included example script that can stream Lichess games to the
        terminal. It uses the Lichess API.  It will display the board using terminal
       @@ -122,7 +122,7 @@ Universal Chess Interface (UCI) moves (or do many other useful chess related
        things!).
        
        
       -## Example script to generate an animated gif from PGN.
       +# Example script to generate an animated gif from PGN
        
        Theres also an example script included that can generate an animated gif from
        PGN using [ffmpeg](https://ffmpeg.org/).
 (DIR) diff --git a/output/phlog/chess-puzzles b/output/phlog/chess-puzzles
       @@ -103,7 +103,7 @@ i                codemadness.org        70
        i        curl -s 'https://codemadness.org/onlyfens?moves=e2e4%20e7e5&output=tty'                codemadness.org        70
        i                codemadness.org        70
        i                codemadness.org        70
       -i## Support for Dutch notated PGN and output                codemadness.org        70
       +i# Support for Dutch notated PGN and output                codemadness.org        70
        i                codemadness.org        70
        iFor pgn and "speak mode" it has an option to output Dutch notated PGN or speech                codemadness.org        70
        itoo.                codemadness.org        70
       @@ -116,7 +116,7 @@ i* Bishop = Loper (B -> L), translated: walker.                codemadness.org        70
        i* Knight = Paard (N -> P), translated: horse.                codemadness.org        70
        i                codemadness.org        70
        i                codemadness.org        70
       -i## Example script to stream games from Lichess                codemadness.org        70
       +i# Example script to stream games from Lichess                codemadness.org        70
        i                codemadness.org        70
        iThere is an included example script that can stream Lichess games to the                codemadness.org        70
        iterminal. It uses the Lichess API.  It will display the board using terminal                codemadness.org        70
       @@ -129,7 +129,7 @@ iUniversal Chess Interface (UCI) moves (or do many other useful chess related                c
        ithings!).                codemadness.org        70
        i                codemadness.org        70
        i                codemadness.org        70
       -i## Example script to generate an animated gif from PGN.                codemadness.org        70
       +i# Example script to generate an animated gif from PGN                codemadness.org        70
        i                codemadness.org        70
        iTheres also an example script included that can generate an animated gif from                codemadness.org        70
        hPGN using »ffmpeg«.        URL:https://ffmpeg.org/        codemadness.org        70
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -84,7 +84,7 @@ output to various formats.</p>
        <p>Terminal output:</p>
        <pre><code>curl -s 'https://codemadness.org/onlyfens?moves=e2e4%20e7e5&amp;output=tty'
        </code></pre>
       -<h2>Support for Dutch notated PGN and output</h2>
       +<h1>Support for Dutch notated PGN and output</h1>
        <p>For pgn and "speak mode" it has an option to output Dutch notated PGN or speech
        too.</p>
        <p>For example:</p>
       @@ -94,7 +94,7 @@ too.</p>
        <li>Bishop = Loper (B -&gt; L), translated: walker.</li>
        <li>Knight = Paard (N -&gt; P), translated: horse.</li>
        </ul>
       -<h2>Example script to stream games from Lichess</h2>
       +<h1>Example script to stream games from Lichess</h1>
        <p>There is an included example script that can stream Lichess games to the
        terminal. It uses the Lichess API.  It will display the board using terminal
        escape codes. The games are automatically annotated with PGN notation and with
       @@ -103,7 +103,7 @@ synthesizer like <a href="https://github.com/espeak-ng/espeak-ng/">espeak</a> as
        <p>pgn-extract is a useful tool to convert Portable Game Notation (PGN) to
        Universal Chess Interface (UCI) moves (or do many other useful chess related
        things!).</p>
       -<h2>Example script to generate an animated gif from PGN.</h2>
       +<h1>Example script to generate an animated gif from PGN</h1>
        <p>Theres also an example script included that can generate an animated gif from
        PGN using <a href="https://ffmpeg.org/">ffmpeg</a>.</p>
        <p>It creates an optimal color palette from the input images and generates an
 (DIR) diff --git a/pages/chess-puzzles.md b/pages/chess-puzzles.md
       @@ -96,7 +96,7 @@ Terminal output:
                curl -s 'https://codemadness.org/onlyfens?moves=e2e4%20e7e5&output=tty'
        
        
       -## Support for Dutch notated PGN and output
       +# Support for Dutch notated PGN and output
        
        For pgn and "speak mode" it has an option to output Dutch notated PGN or speech
        too.
       @@ -109,7 +109,7 @@ For example:
        * Knight = Paard (N -> P), translated: horse.
        
        
       -## Example script to stream games from Lichess
       +# Example script to stream games from Lichess
        
        There is an included example script that can stream Lichess games to the
        terminal. It uses the Lichess API.  It will display the board using terminal
       @@ -122,7 +122,7 @@ Universal Chess Interface (UCI) moves (or do many other useful chess related
        things!).
        
        
       -## Example script to generate an animated gif from PGN.
       +# Example script to generate an animated gif from PGN
        
        Theres also an example script included that can generate an animated gif from
        PGN using [ffmpeg](https://ffmpeg.org/).