typo fixes - 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 b9cf164c019639f80535a37833a53961f6f71c2c
 (DIR) parent 19525417be89aa5c1cb0b9335c1ba2d6883f7d73
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 24 Mar 2022 06:47:50 +0100
       
       typo fixes
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.xml                     |       4 ++--
         M output/atom_content.xml             |      12 ++++++------
         M output/datatable.html               |       2 +-
         M output/datatable.md                 |       2 +-
         M output/phlog/datatable              |       2 +-
         M output/rss_content.xml              |       8 ++++----
         M output/sitemap.xml                  |       2 +-
         M pages/datatable.md                  |       2 +-
       
       9 files changed, 18 insertions(+), 18 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2022-03-23
       +siteupdated = 2022-03-24
        
        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-03-23T00:00:00Z</updated>
       +        <updated>2022-03-24T00: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 type="text">2FA TOTP without crappy authenticator apps</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/totp.html" />
                <id>https://www.codemadness.org/totp.html</id>
       -        <updated>2022-03-23T00:00:00Z</updated>
       +        <updated>2022-03-24T00:00:00Z</updated>
                <published>2022-03-23T00: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-03-23T00:00:00Z</updated>
       +        <updated>2022-03-24T00: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 type="text">2FA TOTP without crappy authenticator apps</title>
                <link rel="alternate" type="text/html" href="https://www.codemadness.org/totp.html" />
                <id>https://www.codemadness.org/totp.html</id>
       -        <updated>2022-03-23T00:00:00Z</updated>
       +        <updated>2022-03-24T00:00:00Z</updated>
                <published>2022-03-23T00:00:00Z</published>
                <author>
                        <name>Hiltjo</name>
       @@ -18,7 +18,7 @@
                </author>
                <summary type="text">Using 2FA TOTP without crappy authenticator apps</summary>
                <content type="html"><![CDATA[<h1>2FA TOTP without crappy authenticator apps</h1>
       -        <p><strong>Last modification on </strong> <time>2022-03-23</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-03-24</time></p>
                <p>This describes how to use 2FA without using crappy authenticator "apps" or a
        mobile device.</p>
        <h2>Install</h2>
       @@ -51,7 +51,7 @@ string format reference below.</p>
        </code></pre>
        <ul>
        <li>The --totp option uses the time-variant TOTP mode, by default it uses HMAC SHA1.</li>
       -<li>The -b option use base32 encoding of KEY instead of hex.</li>
       +<li>The -b option uses base32 encoding of KEY instead of hex.</li>
        </ul>
        <p>Tip: you can create a script that automatically puts the digits in the
        clipboard, for example:</p>
       @@ -62,7 +62,7 @@ clipboard, for example:</p>
        <li><a href="https://linux.die.net/man/1/zbarimg">zbarimg(1) man page</a></li>
        <li><a href="https://www.nongnu.org/oath-toolkit/man-oathtool.html">oathtool(1) man page</a></li>
        <li><a href="https://datatracker.ietf.org/doc/html/rfc6238">RFC6238 - TOTP: Time-Based One-Time Password Algorithm</a></li>
       -<li><a href="https://docs.yubico.com/yesdk/users-manual/application-oath/uri-string-format.html">Yucibo.com - otpauth URI string format</a></li>
       +<li><a href="https://docs.yubico.com/yesdk/users-manual/application-oath/uri-string-format.html">Yubico.com - otpauth URI string format</a></li>
        </ul>
        ]]></content>
        </entry>
       @@ -1228,7 +1228,7 @@ jdatatable                       | 154.6KB |    53KB |   1KB |  3.3KB | 97.3KB
        <li><a href="https://plugins.jquery.com/jdatatable/">jdatatable</a></li>
        </ul>
        <p>Of course jsdatatable has less features (less is more!), but it does 90% of
       -what's needed.  Because it is so small it is also much simpler understand and
       +what's needed.  Because it is so small it is also much simpler to understand and
        extend with required features if needed.</p>
        <p>See also:
        <a href="https://idlewords.com/talks/website_obesity.htm">The website obesity crisis</a></p>
 (DIR) diff --git a/output/datatable.html b/output/datatable.html
       @@ -100,7 +100,7 @@ jdatatable                       | 154.6KB |    53KB |   1KB |  3.3KB | 97.3KB
        <li><a href="https://plugins.jquery.com/jdatatable/">jdatatable</a></li>
        </ul>
        <p>Of course jsdatatable has less features (less is more!), but it does 90% of
       -what's needed.  Because it is so small it is also much simpler understand and
       +what's needed.  Because it is so small it is also much simpler to understand and
        extend with required features if needed.</p>
        <p>See also:
        <a href="https://idlewords.com/talks/website_obesity.htm">The website obesity crisis</a></p>
 (DIR) diff --git a/output/datatable.md b/output/datatable.md
       @@ -54,7 +54,7 @@ All sizes are not "minified" or gzipped.
        * [jdatatable](https://plugins.jquery.com/jdatatable/)
        
        Of course jsdatatable has less features (less is more!), but it does 90% of
       -what's needed.  Because it is so small it is also much simpler understand and
       +what's needed.  Because it is so small it is also much simpler to understand and
        extend with required features if needed.
        
        See also:
 (DIR) diff --git a/output/phlog/datatable b/output/phlog/datatable
       @@ -61,7 +61,7 @@ h* »datatables.net« (without plugins).        URL:https://datatables.net/        codemadness
        h* jdatatable        URL:https://plugins.jquery.com/jdatatable/        codemadness.org        70
        i                codemadness.org        70
        iOf course jsdatatable has less features (less is more!), but it does 90% of                codemadness.org        70
       -iwhat's needed.  Because it is so small it is also much simpler understand and                codemadness.org        70
       +iwhat's needed.  Because it is so small it is also much simpler to understand and                codemadness.org        70
        iextend with required features if needed.                codemadness.org        70
        i                codemadness.org        70
        iSee also:                codemadness.org        70
 (DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
       @@ -13,7 +13,7 @@
                <dc:date>2022-03-23T00:00:00Z</dc:date>
                <author>Hiltjo</author>
                <description><![CDATA[<h1>2FA TOTP without crappy authenticator apps</h1>
       -        <p><strong>Last modification on </strong> <time>2022-03-23</time></p>
       +        <p><strong>Last modification on </strong> <time>2022-03-24</time></p>
                <p>This describes how to use 2FA without using crappy authenticator "apps" or a
        mobile device.</p>
        <h2>Install</h2>
       @@ -46,7 +46,7 @@ string format reference below.</p>
        </code></pre>
        <ul>
        <li>The --totp option uses the time-variant TOTP mode, by default it uses HMAC SHA1.</li>
       -<li>The -b option use base32 encoding of KEY instead of hex.</li>
       +<li>The -b option uses base32 encoding of KEY instead of hex.</li>
        </ul>
        <p>Tip: you can create a script that automatically puts the digits in the
        clipboard, for example:</p>
       @@ -57,7 +57,7 @@ clipboard, for example:</p>
        <li><a href="https://linux.die.net/man/1/zbarimg">zbarimg(1) man page</a></li>
        <li><a href="https://www.nongnu.org/oath-toolkit/man-oathtool.html">oathtool(1) man page</a></li>
        <li><a href="https://datatracker.ietf.org/doc/html/rfc6238">RFC6238 - TOTP: Time-Based One-Time Password Algorithm</a></li>
       -<li><a href="https://docs.yubico.com/yesdk/users-manual/application-oath/uri-string-format.html">Yucibo.com - otpauth URI string format</a></li>
       +<li><a href="https://docs.yubico.com/yesdk/users-manual/application-oath/uri-string-format.html">Yubico.com - otpauth URI string format</a></li>
        </ul>
        ]]></description>
        </item>
       @@ -1163,7 +1163,7 @@ jdatatable                       | 154.6KB |    53KB |   1KB |  3.3KB | 97.3KB
        <li><a href="https://plugins.jquery.com/jdatatable/">jdatatable</a></li>
        </ul>
        <p>Of course jsdatatable has less features (less is more!), but it does 90% of
       -what's needed.  Because it is so small it is also much simpler understand and
       +what's needed.  Because it is so small it is also much simpler to understand and
        extend with required features if needed.</p>
        <p>See also:
        <a href="https://idlewords.com/talks/website_obesity.htm">The website obesity crisis</a></p>
 (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/totp.html</loc>
       -        <lastmod>2022-03-23</lastmod>
       +        <lastmod>2022-03-24</lastmod>
        </url>
        <url>
                <loc>https://www.codemadness.org/openbsd-riscv64-vm.html</loc>
 (DIR) diff --git a/pages/datatable.md b/pages/datatable.md
       @@ -54,7 +54,7 @@ All sizes are not "minified" or gzipped.
        * [jdatatable](https://plugins.jquery.com/jdatatable/)
        
        Of course jsdatatable has less features (less is more!), but it does 90% of
       -what's needed.  Because it is so small it is also much simpler understand and
       +what's needed.  Because it is so small it is also much simpler to understand and
        extend with required features if needed.
        
        See also: