regen + sync - 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 7a41686d40f70b4027ab4d12f1f2207b722c0fb8
 (DIR) parent 50771d9e9d7a32ac492f8613d3188a42bcb0f65f
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 24 Jul 2021 13:36:06 +0200
       
       regen + sync
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.xml                     |       2 +-
         M output/atom_content.xml             |       2 +-
         M output/index.html                   |       2 +-
         M output/print.css                    |       2 +-
       
       5 files changed, 5 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2021-07-07
       +siteupdated = 2021-07-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>2021-07-07T00:00:00Z</updated>
       +        <updated>2021-07-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" />
 (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>2021-07-07T00:00:00Z</updated>
       +        <updated>2021-07-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" />
 (DIR) diff --git a/output/index.html b/output/index.html
       @@ -29,7 +29,7 @@
                                        <span class="hidden"> | </span>
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
       -                                <a href="mailto:hiltjo@AT@codemadness.DOT.org" title="Mail me">Mail</a>
       +                                <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
                                </td>
                        </tr>
                        </table>
 (DIR) diff --git a/output/print.css b/output/print.css
       @@ -13,7 +13,7 @@ nav,
        .hidden {
                display: none;
        }
       -#main, table, img {
       +table, img, #main {
                border: 0;
        }
        table tr td {