bump modification date of webdump post - 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 743cbd49e673961f2a5dddce644f8d0b10d89ef8
(DIR) parent a958fcb1d4d7d22302bdb51fb1cdcda3afdd55b8
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 30 Jun 2024 09:22:25 +0200
bump modification date of webdump post
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 6 +++---
M output/rss_content.xml | 2 +-
M output/sitemap.xml | 2 +-
M pages/webdump.cfg | 2 +-
6 files changed, 9 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2024-06-28
+siteupdated = 2024-06-30
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-06-28T00:00:00Z</updated>
+ <updated>2024-06-30T00: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" />
@@ -46,7 +46,7 @@
<title>webdump HTML to plain-text converter</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/webdump.html" />
<id>https://www.codemadness.org/webdump.html</id>
- <updated>2023-11-20T00:00:00Z</updated>
+ <updated>2024-06-30T00:00:00Z</updated>
<published>2023-11-20T00: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-06-28T00:00:00Z</updated>
+ <updated>2024-06-30T00: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" />
@@ -515,7 +515,7 @@ feeds() {
<title>webdump HTML to plain-text converter</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/webdump.html" />
<id>https://www.codemadness.org/webdump.html</id>
- <updated>2023-11-20T00:00:00Z</updated>
+ <updated>2024-06-30T00:00:00Z</updated>
<published>2023-11-20T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -523,7 +523,7 @@ feeds() {
</author>
<summary>webdump HTML to plain-text converter</summary>
<content type="html"><![CDATA[<h1>webdump HTML to plain-text converter</h1>
- <p><strong>Last modification on </strong> <time>2023-11-20</time></p>
+ <p><strong>Last modification on </strong> <time>2024-06-30</time></p>
<p>webdump is (yet another) HTML to plain-text converter tool.</p>
<p>It reads HTML in UTF-8 from stdin and writes plain-text to stdout.</p>
<h2>Goals and scope</h2>
(DIR) diff --git a/output/rss_content.xml b/output/rss_content.xml
@@ -503,7 +503,7 @@ feeds() {
<dc:date>2023-11-20T00:00:00Z</dc:date>
<author>Hiltjo</author>
<description><![CDATA[<h1>webdump HTML to plain-text converter</h1>
- <p><strong>Last modification on </strong> <time>2023-11-20</time></p>
+ <p><strong>Last modification on </strong> <time>2024-06-30</time></p>
<p>webdump is (yet another) HTML to plain-text converter tool.</p>
<p>It reads HTML in UTF-8 from stdin and writes plain-text to stdout.</p>
<h2>Goals and scope</h2>
(DIR) diff --git a/output/sitemap.xml b/output/sitemap.xml
@@ -14,7 +14,7 @@
</url>
<url>
<loc>https://www.codemadness.org/webdump.html</loc>
- <lastmod>2023-11-20</lastmod>
+ <lastmod>2024-06-30</lastmod>
</url>
<url>
<loc>https://www.codemadness.org/mailservice.html</loc>
(DIR) diff --git a/pages/webdump.cfg b/pages/webdump.cfg
@@ -3,4 +3,4 @@ id = webdump
description = webdump HTML to plain-text converter
keywords = webdump, HTML to plain-text, converter, formatter
created = 2023-11-20
-updated = 2023-11-20
+updated = 2024-06-30