disable donation page - 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 32eedb63d291b8e15f652c3d34e9dc9ebab467f2
 (DIR) parent 78b5b3b823e8797acce587b943d306bf15b85d81
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 14 Dec 2025 11:55:01 +0100
       
       disable donation page
       
       It was intended for fun.
       
       Diffstat:
         M config.cfg                          |       2 +-
         M output/atom.html                    |       1 -
         M output/atom.xml                     |       2 +-
         M output/atom_content.xml             |       2 +-
         M output/atom_content_gopher.xml      |       2 +-
         M output/atom_gopher.xml              |       2 +-
         M output/chess-puzzles.html           |       1 -
         M output/datatable.html               |       1 -
         M output/driconf-enabling-s3-texture… |       1 -
         M output/dwm-hiltjo-my-windowmanager… |       1 -
         M output/getting-the-usb-powerline-b… |       1 -
         M output/gopher-proxy.html            |       1 -
         M output/gothic-1-guide.html          |       1 -
         M output/hurl.html                    |       1 -
         M output/idiotbox.html                |       1 -
         M output/index.html                   |       1 -
         M output/json2tsv.html                |       1 -
         M output/mailservice.html             |       1 -
         M output/openbsd-autoinstall.html     |       1 -
         M output/openbsd-httpd-and-cgit.html  |       1 -
         M output/openbsd-riscv64-vm.html      |       1 -
         M output/openbsd-sparc64-vm.html      |       1 -
         M output/paste-service.html           |       1 -
         M output/query-unused-css-rules-on-c… |       1 -
         M output/saait.html                   |       1 -
         M output/setup-git-hosting.html       |       1 -
         M output/seturgent-set-urgency-hints… |       1 -
         M output/sfeed-simple-feed-parser.ht… |       1 -
         M output/sfeed_curses-ui.html         |       1 -
         M output/stagit-gopher.html           |       1 -
         M output/stagit.html                  |       1 -
         M output/todo-application.html        |       1 -
         M output/totp.html                    |       1 -
         M output/tscrape.html                 |       1 -
         M output/twitch-interface.html        |       1 -
         M output/userscript-block-stupid-fon… |       1 -
         M output/userscript-focus-input-fiel… |       1 -
         M output/userscript-youtube-circumve… |       1 -
         M output/vim-theme-relaxed.html       |       1 -
         M output/webdump.html                 |       1 -
         M output/xargs.html                   |       1 -
         M output/youtube-feed.html            |       1 -
         M templates/index.html/header.html    |       1 -
         M templates/page/header.html          |       1 -
       
       44 files changed, 5 insertions(+), 44 deletions(-)
       ---
 (DIR) diff --git a/config.cfg b/config.cfg
       @@ -1,5 +1,5 @@
        # last updated the site.
       -siteupdated = 2025-07-24
       +siteupdated = 2025-12-14
        
        sitetitle = Codemadness
        siteurl = https://www.codemadness.org
 (DIR) diff --git a/output/atom.html b/output/atom.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (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-07-24T00:00:00Z</updated>
       +        <updated>2025-12-14T00: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>Codemadness</title>
                <subtitle>blog with various projects and articles about computer-related things</subtitle>
       -        <updated>2025-07-24T00:00:00Z</updated>
       +        <updated>2025-12-14T00: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" />
 (DIR) diff --git a/output/atom_content_gopher.xml b/output/atom_content_gopher.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-07-24T00:00:00Z</updated>
       +        <updated>2025-12-14T00:00:00Z</updated>
                <link rel="alternate" type="text/gopher" href="gopher://codemadness.org" />
                <id>gopher://codemadness.org/0/atom_content_gopher.xml</id>
                <link rel="self" type="application/atom+xml" href="gopher://codemadness.org/0/atom_content_gopher.xml" />
 (DIR) diff --git a/output/atom_gopher.xml b/output/atom_gopher.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-07-24T00:00:00Z</updated>
       +        <updated>2025-12-14T00:00:00Z</updated>
                <link rel="alternate" type="text/gopher" href="gopher://codemadness.org" />
                <id>gopher://codemadness.org/0/atom_gopher.xml</id>
                <link rel="self" type="application/atom+xml" href="gopher://codemadness.org/0/atom_gopher.xml" />
 (DIR) diff --git a/output/chess-puzzles.html b/output/chess-puzzles.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/datatable.html b/output/datatable.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/driconf-enabling-s3-texture-compression-on-linux.html b/output/driconf-enabling-s3-texture-compression-on-linux.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/dwm-hiltjo-my-windowmanager-configuration.html b/output/dwm-hiltjo-my-windowmanager-configuration.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/getting-the-usb-powerline-bridge-to-work-on-linux.html b/output/getting-the-usb-powerline-bridge-to-work-on-linux.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/gopher-proxy.html b/output/gopher-proxy.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/gothic-1-guide.html b/output/gothic-1-guide.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/hurl.html b/output/hurl.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/idiotbox.html b/output/idiotbox.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/index.html b/output/index.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/json2tsv.html b/output/json2tsv.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/mailservice.html b/output/mailservice.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/openbsd-autoinstall.html b/output/openbsd-autoinstall.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/openbsd-httpd-and-cgit.html b/output/openbsd-httpd-and-cgit.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/openbsd-riscv64-vm.html b/output/openbsd-riscv64-vm.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/openbsd-sparc64-vm.html b/output/openbsd-sparc64-vm.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/paste-service.html b/output/paste-service.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/query-unused-css-rules-on-current-document-state.html b/output/query-unused-css-rules-on-current-document-state.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/saait.html b/output/saait.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/setup-git-hosting.html b/output/setup-git-hosting.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/seturgent-set-urgency-hints-for-x-applications.html b/output/seturgent-set-urgency-hints-for-x-applications.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/sfeed-simple-feed-parser.html b/output/sfeed-simple-feed-parser.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/sfeed_curses-ui.html b/output/sfeed_curses-ui.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/stagit-gopher.html b/output/stagit-gopher.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/stagit.html b/output/stagit.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/todo-application.html b/output/todo-application.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/totp.html b/output/totp.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/tscrape.html b/output/tscrape.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/twitch-interface.html b/output/twitch-interface.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/userscript-block-stupid-fonts.html b/output/userscript-block-stupid-fonts.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/userscript-focus-input-field.html b/output/userscript-focus-input-field.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/userscript-youtube-circumvent-age-verification.html b/output/userscript-youtube-circumvent-age-verification.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/vim-theme-relaxed.html b/output/vim-theme-relaxed.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/webdump.html b/output/webdump.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/xargs.html b/output/xargs.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/output/youtube-feed.html b/output/youtube-feed.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:hiltjo@AT@codemadness.DOT.org">Mail</a>
 (DIR) diff --git a/templates/index.html/header.html b/templates/index.html/header.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:${sitemail}">Mail</a>
 (DIR) diff --git a/templates/page/header.html b/templates/page/header.html
       @@ -27,7 +27,6 @@
                                </td>
                                <td id="links-contact" align="right">
                                        <span class="hidden"> | </span>
       -                                <a href="/donate/">Donate</a> |
                                        <a href="feeds.html">Feeds</a> |
                                        <a href="pgp.asc">PGP</a> |
                                        <a href="mailto:${sitemail}">Mail</a>