release webdump 0.1 - 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 9f8d54556fcb1f2db52fa1157aff41bdd721f762
(DIR) parent 8bda6a702fc034f47a44659ff0d7e5a4ea01f465
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 25 Apr 2025 11:48:59 +0200
release webdump 0.1
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 12 +++++++++---
M output/rss_content.xml | 8 +++++++-
M output/sitemap.xml | 2 +-
M pages/webdump.cfg | 2 +-
M pages/webdump.md | 8 ++++++++
7 files changed, 29 insertions(+), 9 deletions(-)
---
(DIR) diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2025-04-05
+siteupdated = 2025-04-25
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>2025-04-05T00:00:00Z</updated>
+ <updated>2025-04-25T00: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>2024-07-17T00:00:00Z</updated>
+ <updated>2025-04-25T00: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>2025-04-05T00:00:00Z</updated>
+ <updated>2025-04-25T00: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>2024-07-17T00:00:00Z</updated>
+ <updated>2025-04-25T00: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>2024-07-17</time></p>
+ <p><strong>Last modification on </strong> <time>2025-04-25</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>
@@ -598,6 +598,12 @@ curl -s "$url" | webdump -x -s 'audio,video' -b "$url" 3>&1 >/dev/null
<li><a href="https://git.codemadness.org/webdump/">https://git.codemadness.org/webdump/</a></li>
<li><a href="gopher://codemadness.org/1/git/webdump">gopher://codemadness.org/1/git/webdump</a></li>
</ul>
+<h2>Download releases</h2>
+<p>Releases are available at:</p>
+<ul>
+<li><a href="https://codemadness.org/releases/webdump/">https://codemadness.org/releases/webdump/</a></li>
+<li><a href="gopher://codemadness.org/1/releases/webdump">gopher://codemadness.org/1/releases/webdump</a></li>
+</ul>
<h2>Build and install</h2>
<pre><code>$ make
# make install
(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>2024-07-17</time></p>
+ <p><strong>Last modification on </strong> <time>2025-04-25</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>
@@ -578,6 +578,12 @@ curl -s "$url" | webdump -x -s 'audio,video' -b "$url" 3>&1 >/dev/null
<li><a href="https://git.codemadness.org/webdump/">https://git.codemadness.org/webdump/</a></li>
<li><a href="gopher://codemadness.org/1/git/webdump">gopher://codemadness.org/1/git/webdump</a></li>
</ul>
+<h2>Download releases</h2>
+<p>Releases are available at:</p>
+<ul>
+<li><a href="https://codemadness.org/releases/webdump/">https://codemadness.org/releases/webdump/</a></li>
+<li><a href="gopher://codemadness.org/1/releases/webdump">gopher://codemadness.org/1/releases/webdump</a></li>
+</ul>
<h2>Build and install</h2>
<pre><code>$ make
# make install
(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>2024-07-17</lastmod>
+ <lastmod>2025-04-25</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 = 2024-07-17
+updated = 2025-04-25
(DIR) diff --git a/pages/webdump.md b/pages/webdump.md
@@ -97,6 +97,14 @@ You can browse the source-code at:
* <gopher://codemadness.org/1/git/webdump>
+## Download releases
+
+Releases are available at:
+
+* <https://codemadness.org/releases/webdump/>
+* <gopher://codemadness.org/1/releases/webdump>
+
+
## Build and install
$ make