<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>webdump, branch HEAD</title>
<subtitle>HTML to plain-text converter for webpages
</subtitle>
<entry>
<id>3d6afd123b27f8bbd2544071047ee3d0cce4c8c1</id>
<published>2025-04-25T09:46:32Z</published>
<updated>2025-04-25T09:46:32Z</updated>
<title>bump LICENSE year</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/3d6afd123b27f8bbd2544071047ee3d0cce4c8c1.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 3d6afd123b27f8bbd2544071047ee3d0cce4c8c1
parent 5cde25b5150bd0375e9b5800bf3855765830c588
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri, 25 Apr 2025 11:46:32 +0200

bump LICENSE year

.. and tag 0.1

</content>
</entry>
<entry>
<id>5cde25b5150bd0375e9b5800bf3855765830c588</id>
<published>2024-07-06T11:05:54Z</published>
<updated>2024-07-06T11:05:54Z</updated>
<title>improve memory usage and allocation</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/5cde25b5150bd0375e9b5800bf3855765830c588.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 5cde25b5150bd0375e9b5800bf3855765830c588
parent 72b23084b7c64c298c6b90ae6ad9f53f497cec57
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Sat,  6 Jul 2024 13:05:54 +0200

improve memory usage and allocation

Do not realloc when it is not needed (even when it is the same size).
Decrease the greedy allocation increment size for nested nodes also.

Tested for example using valgrind and &quot;add Beej&#39;s Guide to Network Programming&quot; HTML page:
https://git.codemadness.org/webdump_tests/commit/837749abc02f28e1584e5f2cf2b274ae1c69d8e6.html

The buffering for link references (-l option) used way too much memory.

</content>
</entry>
<entry>
<id>72b23084b7c64c298c6b90ae6ad9f53f497cec57</id>
<published>2024-06-29T16:29:21Z</published>
<updated>2024-06-29T16:29:21Z</updated>
<title>improve parsing whitespace after end tag names</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/72b23084b7c64c298c6b90ae6ad9f53f497cec57.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 72b23084b7c64c298c6b90ae6ad9f53f497cec57
parent a0118e672fd3fa0004ccf2850eaef4ec4bc6fb39
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Sat, 29 Jun 2024 18:29:21 +0200

improve parsing whitespace after end tag names

Real site example:

       https://www.gnupg.org/gph/en/manual.html

Has HTML such as:

&lt;P
CLASS=&quot;COPYRIGHT&quot;
&gt;Copyright &amp;copy; 1999 by &lt;SPAN
CLASS=&quot;HOLDER&quot;
&gt;The Free Software Foundation&lt;/SPAN
&gt;&lt;/P
&gt;
..

This incorrectly showed &quot;&gt;&quot; in the end tag as data.

Reported by Jason Hood, thanks!

</content>
</entry>
<entry>
<id>a0118e672fd3fa0004ccf2850eaef4ec4bc6fb39</id>
<published>2024-05-23T18:20:42Z</published>
<updated>2024-05-23T18:20:42Z</updated>
<title>fix possible regression: set tag defaults also</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/a0118e672fd3fa0004ccf2850eaef4ec4bc6fb39.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit a0118e672fd3fa0004ccf2850eaef4ec4bc6fb39
parent 115f7e68eeccd7f1030fc631c52bab35692c6973
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu, 23 May 2024 20:20:42 +0200

fix possible regression: set tag defaults also

</content>
</entry>
<entry>
<id>115f7e68eeccd7f1030fc631c52bab35692c6973</id>
<published>2024-05-22T17:12:44Z</published>
<updated>2024-05-22T17:12:44Z</updated>
<title>fix a crash when tag could be uninitialized and not set to a fixed buffer tagname</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/115f7e68eeccd7f1030fc631c52bab35692c6973.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 115f7e68eeccd7f1030fc631c52bab35692c6973
parent 64010b2be4bc3845ef07db25f8621c7894fe64bb
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 22 May 2024 19:12:44 +0200

fix a crash when tag could be uninitialized and not set to a fixed buffer tagname

Reported by pi31415 when he was testing webdump on a binary ZIP file, thanks!

</content>
</entry>
<entry>
<id>64010b2be4bc3845ef07db25f8621c7894fe64bb</id>
<published>2024-05-22T16:47:04Z</published>
<updated>2024-05-22T16:47:04Z</updated>
<title>xmltagend: fix checking the correct tag for the node</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/64010b2be4bc3845ef07db25f8621c7894fe64bb.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 64010b2be4bc3845ef07db25f8621c7894fe64bb
parent 178ee8229bd4e0cf0cb8dae6a979ccb473b9bf10
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 22 May 2024 18:47:04 +0200

xmltagend: fix checking the correct tag for the node

</content>
</entry>
<entry>
<id>178ee8229bd4e0cf0cb8dae6a979ccb473b9bf10</id>
<published>2024-05-22T16:46:21Z</published>
<updated>2024-05-22T16:46:21Z</updated>
<title>reduce stack size a bit</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/178ee8229bd4e0cf0cb8dae6a979ccb473b9bf10.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 178ee8229bd4e0cf0cb8dae6a979ccb473b9bf10
parent 0f038037edcb9d876ced704462f8daf4f2d2c4b2
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 22 May 2024 18:46:21 +0200

reduce stack size a bit

</content>
</entry>
<entry>
<id>0f038037edcb9d876ced704462f8daf4f2d2c4b2</id>
<published>2024-05-22T16:45:53Z</published>
<updated>2024-05-22T16:45:53Z</updated>
<title>bump LICENSE</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/0f038037edcb9d876ced704462f8daf4f2d2c4b2.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 0f038037edcb9d876ced704462f8daf4f2d2c4b2
parent 473563a6c16c683af52cb791fbbfdfb997f758bb
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 22 May 2024 18:45:53 +0200

bump LICENSE

and improve a few comments

</content>
</entry>
<entry>
<id>473563a6c16c683af52cb791fbbfdfb997f758bb</id>
<published>2024-04-27T01:28:09Z</published>
<updated>2024-04-27T07:49:00Z</updated>
<title>webdump.1: fix copypasted flag description</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/473563a6c16c683af52cb791fbbfdfb997f758bb.gph" />
<author>
<name>Lucas de Sena</name>
<email>[email protected]</email>
</author>
<content>commit 473563a6c16c683af52cb791fbbfdfb997f758bb
parent 1232b5b3d77c458704341ac436ff4230a3077007
Author: Lucas de Sena &lt;[email protected]&gt;
Date:   Fri, 26 Apr 2024 22:28:09 -0300

webdump.1: fix copypasted flag description

</content>
</entry>
<entry>
<id>1232b5b3d77c458704341ac436ff4230a3077007</id>
<published>2023-10-15T11:47:16Z</published>
<updated>2023-10-15T11:47:16Z</updated>
<title>README: expand README</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/1232b5b3d77c458704341ac436ff4230a3077007.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 1232b5b3d77c458704341ac436ff4230a3077007
parent bff9fbe51c0f5f5ac37a46deca1016bb56834dac
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Sun, 15 Oct 2023 13:47:16 +0200

README: expand README

Describe the scope and trade-offs a bit more clearly, because webdump is quite
limited.

</content>
</entry>
<entry>
<id>bff9fbe51c0f5f5ac37a46deca1016bb56834dac</id>
<published>2023-10-06T09:57:10Z</published>
<updated>2023-10-06T09:57:10Z</updated>
<title>webdump.1: improve man page</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/bff9fbe51c0f5f5ac37a46deca1016bb56834dac.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit bff9fbe51c0f5f5ac37a46deca1016bb56834dac
parent 030644d3ff71c0708d940f9895e76ab99593f61b
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  6 Oct 2023 11:57:10 +0200

webdump.1: improve man page

</content>
</entry>
<entry>
<id>030644d3ff71c0708d940f9895e76ab99593f61b</id>
<published>2023-09-27T16:53:56Z</published>
<updated>2023-09-27T16:53:56Z</updated>
<title>contextual line-wrapping, disabled for now</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/030644d3ff71c0708d940f9895e76ab99593f61b.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 030644d3ff71c0708d940f9895e76ab99593f61b
parent 30a42a2ff270ef5e7ff96d8b23ed5ffbd58c665b
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 27 Sep 2023 18:53:56 +0200

contextual line-wrapping, disabled for now

</content>
</entry>
<entry>
<id>30a42a2ff270ef5e7ff96d8b23ed5ffbd58c665b</id>
<published>2023-09-27T16:53:02Z</published>
<updated>2023-09-27T16:53:02Z</updated>
<title>show &quot;[IMG]&quot; as a placeholder if alt text is empty</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/30a42a2ff270ef5e7ff96d8b23ed5ffbd58c665b.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 30a42a2ff270ef5e7ff96d8b23ed5ffbd58c665b
parent 5f17b244e6f5fd6d954cfe58679807fef3ea91e5
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 27 Sep 2023 18:53:02 +0200

show &quot;[IMG]&quot; as a placeholder if alt text is empty

Depending on which options are set.

</content>
</entry>
<entry>
<id>5f17b244e6f5fd6d954cfe58679807fef3ea91e5</id>
<published>2023-09-22T12:21:28Z</published>
<updated>2023-09-22T12:21:45Z</updated>
<title>declare a few functions as static</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/5f17b244e6f5fd6d954cfe58679807fef3ea91e5.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 5f17b244e6f5fd6d954cfe58679807fef3ea91e5
parent 4e69626163451a74e090c1bdbdcc3282236d6b33
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri, 22 Sep 2023 14:21:28 +0200

declare a few functions as static

</content>
</entry>
<entry>
<id>4e69626163451a74e090c1bdbdcc3282236d6b33</id>
<published>2023-09-21T21:13:34Z</published>
<updated>2023-09-21T21:13:34Z</updated>
<title>hide data in &lt;svg&gt; tag</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/4e69626163451a74e090c1bdbdcc3282236d6b33.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 4e69626163451a74e090c1bdbdcc3282236d6b33
parent ae36c548e48ddea692a87557938441bb7cd54994
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu, 21 Sep 2023 23:13:34 +0200

hide data in &lt;svg&gt; tag

Noticed on a zdnet.com page/article which has invalid SVG data inside it.  This
would show gibberish. Note that the parser still expects somewhat valid
XML/HTML.

In the future maybe this could be handled the same as &lt;script&gt; or &lt;style&gt;.

</content>
</entry>
<entry>
<id>ae36c548e48ddea692a87557938441bb7cd54994</id>
<published>2023-09-20T16:51:10Z</published>
<updated>2023-09-20T16:51:10Z</updated>
<title>for the class and id attribute use the first value set</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/ae36c548e48ddea692a87557938441bb7cd54994.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit ae36c548e48ddea692a87557938441bb7cd54994
parent 4793272ce07153284318336426796cb7e3c93af4
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 20 Sep 2023 18:51:10 +0200

for the class and id attribute use the first value set

+ small code-style tweaks.

</content>
</entry>
<entry>
<id>4793272ce07153284318336426796cb7e3c93af4</id>
<published>2023-09-19T18:05:02Z</published>
<updated>2023-09-19T18:05:02Z</updated>
<title>cleanup code a bit and add some comments</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/4793272ce07153284318336426796cb7e3c93af4.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 4793272ce07153284318336426796cb7e3c93af4
parent 589d7d1ed851b5226a4782de8c9f00001f25c599
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 19 Sep 2023 20:05:02 +0200

cleanup code a bit and add some comments

</content>
</entry>
<entry>
<id>589d7d1ed851b5226a4782de8c9f00001f25c599</id>
<published>2023-09-19T18:04:01Z</published>
<updated>2023-09-19T18:04:01Z</updated>
<title>strip down tree.h remove unused code and unused macros</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/589d7d1ed851b5226a4782de8c9f00001f25c599.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 589d7d1ed851b5226a4782de8c9f00001f25c599
parent c0d1a46e3d5e9d291cb731bec2f0511553d87b48
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 19 Sep 2023 20:04:01 +0200

strip down tree.h remove unused code and unused macros

.. only RB_INSERT and RB_FIND are used.

</content>
</entry>
<entry>
<id>c0d1a46e3d5e9d291cb731bec2f0511553d87b48</id>
<published>2023-09-18T17:08:01Z</published>
<updated>2023-09-18T17:08:01Z</updated>
<title>sync some small XML parser fixes</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/c0d1a46e3d5e9d291cb731bec2f0511553d87b48.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit c0d1a46e3d5e9d291cb731bec2f0511553d87b48
parent 011b4885a533382d98f1aee6cb9619e280c99947
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 18 Sep 2023 19:08:01 +0200

sync some small XML parser fixes

</content>
</entry>
<entry>
<id>011b4885a533382d98f1aee6cb9619e280c99947</id>
<published>2023-09-18T17:06:03Z</published>
<updated>2023-09-18T17:06:03Z</updated>
<title>various improvements</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/011b4885a533382d98f1aee6cb9619e280c99947.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 011b4885a533382d98f1aee6cb9619e280c99947
parent 89c9108dc27fe27e0f028f67508a1156ed242d2a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 18 Sep 2023 19:06:03 +0200

various improvements

Improve link references:
- Add RB tree to lookup link references: this uses a stripped-down version of
 OpenBSD tree.h
- Add 2 separate linked-lists for the order of visible and hidden links.
- Hidden links and now also deduplicated.

Improve nested nodes and max depth:
- Rework and increase the allowed depth of nodes. Allocate them on the heap.

</content>
</entry>
<entry>
<id>89c9108dc27fe27e0f028f67508a1156ed242d2a</id>
<published>2023-09-14T20:31:03Z</published>
<updated>2023-09-14T20:31:03Z</updated>
<title>various improvements</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/89c9108dc27fe27e0f028f67508a1156ed242d2a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 89c9108dc27fe27e0f028f67508a1156ed242d2a
parent 62884d7b5684e791bb0cd6466f74367d6d71618d
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu, 14 Sep 2023 22:31:03 +0200

various improvements

- add an unique tagid number per tag. This allows checking by tag number.
- add support for the link reference &lt;frame&gt;, &lt;iframe&gt;, &lt;embed src&gt;.
- improve checking for open optional &lt;p&gt; tags when a block element (such as
 &lt;section&gt; is open).
- check if the base URI using the -b option is absolute.

</content>
</entry>
<entry>
<id>62884d7b5684e791bb0cd6466f74367d6d71618d</id>
<published>2023-09-13T18:41:31Z</published>
<updated>2023-09-13T18:41:31Z</updated>
<title>whoops, check in some related changes from previous commits</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/62884d7b5684e791bb0cd6466f74367d6d71618d.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 62884d7b5684e791bb0cd6466f74367d6d71618d
parent 8ab6a487c7adcfe44d9d3c07c81a1c07d6dedd2a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:41:31 +0200

whoops, check in some related changes from previous commits

</content>
</entry>
<entry>
<id>8ab6a487c7adcfe44d9d3c07c81a1c07d6dedd2a</id>
<published>2023-09-13T18:40:20Z</published>
<updated>2023-09-13T18:40:20Z</updated>
<title>set DisplaySelectMulti for &lt;select&gt; with multiple attribute</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/8ab6a487c7adcfe44d9d3c07c81a1c07d6dedd2a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 8ab6a487c7adcfe44d9d3c07c81a1c07d6dedd2a
parent bf60f514843dfa9c2cc5d10fa9e7f3978da5cefb
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:40:20 +0200

set DisplaySelectMulti for &lt;select&gt; with multiple attribute

This bitmask allows easy layout changes or logic.

</content>
</entry>
<entry>
<id>bf60f514843dfa9c2cc5d10fa9e7f3978da5cefb</id>
<published>2023-09-13T18:39:42Z</published>
<updated>2023-09-13T18:39:42Z</updated>
<title>if the &lt;input type=&quot;submit|reset&quot;&gt; has no value, use a default one</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/bf60f514843dfa9c2cc5d10fa9e7f3978da5cefb.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit bf60f514843dfa9c2cc5d10fa9e7f3978da5cefb
parent 29ab23324d260dae10475498bfcabd06a4c9ba48
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:39:42 +0200

if the &lt;input type=&quot;submit|reset&quot;&gt; has no value, use a default one

</content>
</entry>
<entry>
<id>29ab23324d260dae10475498bfcabd06a4c9ba48</id>
<published>2023-09-13T18:38:58Z</published>
<updated>2023-09-13T18:38:58Z</updated>
<title>fixed nested &lt;dl&gt;</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/29ab23324d260dae10475498bfcabd06a4c9ba48.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 29ab23324d260dae10475498bfcabd06a4c9ba48
parent bc435d97f57537adbce2b1ddac9f0744a57279ae
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:38:58 +0200

fixed nested &lt;dl&gt;

Noticed on the page, for example:

       http://man.openbsd.org/ftp

</content>
</entry>
<entry>
<id>bc435d97f57537adbce2b1ddac9f0744a57279ae</id>
<published>2023-09-13T18:38:27Z</published>
<updated>2023-09-13T18:38:27Z</updated>
<title>with the -i and -a option highlight links in ANSI reverse</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/bc435d97f57537adbce2b1ddac9f0744a57279ae.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit bc435d97f57537adbce2b1ddac9f0744a57279ae
parent f4f2dc53e082fcbf627d567810c399c306009ea0
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:38:27 +0200

with the -i and -a option highlight links in ANSI reverse

</content>
</entry>
<entry>
<id>f4f2dc53e082fcbf627d567810c399c306009ea0</id>
<published>2023-09-13T18:37:28Z</published>
<updated>2023-09-13T18:37:28Z</updated>
<title>initial support for &lt;select&gt; &lt;option&gt;</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/f4f2dc53e082fcbf627d567810c399c306009ea0.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit f4f2dc53e082fcbf627d567810c399c306009ea0
parent 20841145c9fd597e82c3da9dfa7c9d9caf606567
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:37:28 +0200

initial support for &lt;select&gt; &lt;option&gt;

Show the first item, or all of the attribute is multiple.

This ignores the actual selected item if &lt;select&gt;&lt;option selected&gt;. This would
require a state of all the option nodes which it doesn&#39;t do.

</content>
</entry>
<entry>
<id>20841145c9fd597e82c3da9dfa7c9d9caf606567</id>
<published>2023-09-13T18:36:36Z</published>
<updated>2023-09-13T18:36:36Z</updated>
<title>support &lt;object data&gt; attribute as a link reference</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/20841145c9fd597e82c3da9dfa7c9d9caf606567.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 20841145c9fd597e82c3da9dfa7c9d9caf606567
parent 7e848a418c711f6857328b5489172a34d44587c8
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:36:36 +0200

support &lt;object data&gt; attribute as a link reference

</content>
</entry>
<entry>
<id>7e848a418c711f6857328b5489172a34d44587c8</id>
<published>2023-09-13T18:35:17Z</published>
<updated>2023-09-13T18:35:17Z</updated>
<title>add support for more tags and change the markup and display block-type of some</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/7e848a418c711f6857328b5489172a34d44587c8.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 7e848a418c711f6857328b5489172a34d44587c8
parent 91d236dab89449465eb123d756a450a17eb4195a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Wed, 13 Sep 2023 20:35:17 +0200

add support for more tags and change the markup and display block-type of some

.. also add initial types: Button, Select, SelectMulti and Option.

</content>
</entry>
<entry>
<id>91d236dab89449465eb123d756a450a17eb4195a</id>
<published>2023-09-12T18:02:57Z</published>
<updated>2023-09-12T18:02:57Z</updated>
<title>add option for unique link references (-d)</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/91d236dab89449465eb123d756a450a17eb4195a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 91d236dab89449465eb123d756a450a17eb4195a
parent 790402682bab675461f2a12879408dd5ad30c90f
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 12 Sep 2023 20:02:57 +0200

add option for unique link references (-d)

.. also make link type &quot;a&quot; consistently &quot;link&quot; (also at the bottom
references).

.. also flush inline link only if needed

</content>
</entry>
<entry>
<id>790402682bab675461f2a12879408dd5ad30c90f</id>
<published>2023-09-12T18:01:15Z</published>
<updated>2023-09-12T18:01:15Z</updated>
<title>do not reset ncells or nbytesline if no newline was emitted</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/790402682bab675461f2a12879408dd5ad30c90f.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 790402682bab675461f2a12879408dd5ad30c90f
parent 8d29c76012b91bbfaad1feca31b2af4cfbc99032
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 12 Sep 2023 20:01:15 +0200

do not reset ncells or nbytesline if no newline was emitted

Test-case:

&lt;div&gt;
&lt;div&gt;&lt;b&gt;&lt;/b&gt;&lt;/div&gt;
&lt;p&gt;abc&lt;/p&gt;
&lt;/div&gt;

This caused an extra indentation due to the nbytesline check in hflush().

</content>
</entry>
<entry>
<id>8d29c76012b91bbfaad1feca31b2af4cfbc99032</id>
<published>2023-09-12T18:00:18Z</published>
<updated>2023-09-12T18:00:18Z</updated>
<title>reduce excessive ANSI markup codes using -a</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/8d29c76012b91bbfaad1feca31b2af4cfbc99032.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 8d29c76012b91bbfaad1feca31b2af4cfbc99032
parent dc7717417afb10040e4ea5d9472cc1c2658f1c8c
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 12 Sep 2023 20:00:18 +0200

reduce excessive ANSI markup codes using -a

</content>
</entry>
<entry>
<id>dc7717417afb10040e4ea5d9472cc1c2658f1c8c</id>
<published>2023-09-12T17:59:33Z</published>
<updated>2023-09-12T17:59:33Z</updated>
<title>clamp indent count to increment to &gt;= 0 just in case</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/dc7717417afb10040e4ea5d9472cc1c2658f1c8c.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit dc7717417afb10040e4ea5d9472cc1c2658f1c8c
parent 17c9e247a8df6c43cdec6bac73410dd35ece683c
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 12 Sep 2023 19:59:33 +0200

clamp indent count to increment to &gt;= 0 just in case

</content>
</entry>
<entry>
<id>17c9e247a8df6c43cdec6bac73410dd35ece683c</id>
<published>2023-09-12T17:58:39Z</published>
<updated>2023-09-12T17:58:39Z</updated>
<title>add more block-like tags</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/17c9e247a8df6c43cdec6bac73410dd35ece683c.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 17c9e247a8df6c43cdec6bac73410dd35ece683c
parent 83d4fe1dd6996c779d73406a237c9fd470cda9b6
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Tue, 12 Sep 2023 19:58:39 +0200

add more block-like tags

</content>
</entry>
<entry>
<id>83d4fe1dd6996c779d73406a237c9fd470cda9b6</id>
<published>2023-09-11T17:10:29Z</published>
<updated>2023-09-11T17:10:29Z</updated>
<title>fix typo</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/83d4fe1dd6996c779d73406a237c9fd470cda9b6.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 83d4fe1dd6996c779d73406a237c9fd470cda9b6
parent 2e32abeb2743e5fce55bdfc1591bb66eedd63a45
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 11 Sep 2023 19:10:29 +0200

fix typo

</content>
</entry>
<entry>
<id>2e32abeb2743e5fce55bdfc1591bb66eedd63a45</id>
<published>2023-09-11T17:03:25Z</published>
<updated>2023-09-11T17:03:25Z</updated>
<title>optional tag handling improvements</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/2e32abeb2743e5fce55bdfc1591bb66eedd63a45.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 2e32abeb2743e5fce55bdfc1591bb66eedd63a45
parent 9f4c3a0a47eb2bb127db5a270dfa27ad368deb6a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 11 Sep 2023 19:03:25 +0200

optional tag handling improvements

Much better handling for the optional tags: &lt;p&gt;, &lt;dd&gt;, &lt;dt&gt;, &lt;dl&gt;.

An example page:

https://www.openbsd.org/policy.html

Some tags to add:

- aside
- menu
- address
- details

Maybe:
- search
- hgroup

</content>
</entry>
<entry>
<id>9f4c3a0a47eb2bb127db5a270dfa27ad368deb6a</id>
<published>2023-09-11T17:01:30Z</published>
<updated>2023-09-11T17:01:30Z</updated>
<title>hputchar: fix flag to reset hadnewline and improve comments</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/9f4c3a0a47eb2bb127db5a270dfa27ad368deb6a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 9f4c3a0a47eb2bb127db5a270dfa27ad368deb6a
parent a75a21256774e9ccda82f79ad7989f44bfa81e6a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 11 Sep 2023 19:01:30 +0200

hputchar: fix flag to reset hadnewline and improve comments

This flag is an extra safety, it can probably be removed.

</content>
</entry>
<entry>
<id>a75a21256774e9ccda82f79ad7989f44bfa81e6a</id>
<published>2023-09-11T17:00:30Z</published>
<updated>2023-09-11T17:00:30Z</updated>
<title>micro optimation for counters on indent()</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/a75a21256774e9ccda82f79ad7989f44bfa81e6a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit a75a21256774e9ccda82f79ad7989f44bfa81e6a
parent 642198c5b9aabc74e13e4c2e7f044516e76cbf2b
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 11 Sep 2023 19:00:30 +0200

micro optimation for counters on indent()

</content>
</entry>
<entry>
<id>642198c5b9aabc74e13e4c2e7f044516e76cbf2b</id>
<published>2023-09-11T16:59:41Z</published>
<updated>2023-09-11T16:59:41Z</updated>
<title>handle &lt;form&gt; as block element with margin bottom 0</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/642198c5b9aabc74e13e4c2e7f044516e76cbf2b.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 642198c5b9aabc74e13e4c2e7f044516e76cbf2b
parent 4d0ab293b3f3ecd2e5a491c8e94678811f03e398
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 11 Sep 2023 18:59:41 +0200

handle &lt;form&gt; as block element with margin bottom 0

</content>
</entry>
<entry>
<id>4d0ab293b3f3ecd2e5a491c8e94678811f03e398</id>
<published>2023-09-11T16:58:55Z</published>
<updated>2023-09-11T16:58:55Z</updated>
<title>fix leading white-space in &lt;pre&gt;</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/4d0ab293b3f3ecd2e5a491c8e94678811f03e398.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 4d0ab293b3f3ecd2e5a491c8e94678811f03e398
parent 1d80db038e35ca3778e2df19d00b9be512df185f
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Mon, 11 Sep 2023 18:58:55 +0200

fix leading white-space in &lt;pre&gt;

Skip first newline only.

</content>
</entry>
<entry>
<id>1d80db038e35ca3778e2df19d00b9be512df185f</id>
<published>2023-09-08T20:34:46Z</published>
<updated>2023-09-08T20:34:46Z</updated>
<title>just translate all entities</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/1d80db038e35ca3778e2df19d00b9be512df185f.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 1d80db038e35ca3778e2df19d00b9be512df185f
parent f541d79e5f8a6f69df9494a1e96bee17b88fb82f
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 22:34:46 +0200

just translate all entities

This increases the binary size a lot though...

</content>
</entry>
<entry>
<id>f541d79e5f8a6f69df9494a1e96bee17b88fb82f</id>
<published>2023-09-08T13:46:25Z</published>
<updated>2023-09-08T13:46:25Z</updated>
<title>do not define a non-const in this way</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/f541d79e5f8a6f69df9494a1e96bee17b88fb82f.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit f541d79e5f8a6f69df9494a1e96bee17b88fb82f
parent 16f2855bb159b11fd58bc0ccdf9069c00b0bafaa
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 15:46:25 +0200

do not define a non-const in this way

Add a macro for this case. This fixes a compiler error with tcc.

</content>
</entry>
<entry>
<id>16f2855bb159b11fd58bc0ccdf9069c00b0bafaa</id>
<published>2023-09-08T13:43:06Z</published>
<updated>2023-09-08T13:43:06Z</updated>
<title>handpick and add named entity to the shorter named entities list</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/16f2855bb159b11fd58bc0ccdf9069c00b0bafaa.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 16f2855bb159b11fd58bc0ccdf9069c00b0bafaa
parent 62bfd8b37f4b929e5f5a0f06c4cf90e7e07387a9
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 15:43:06 +0200

handpick and add named entity to the shorter named entities list

</content>
</entry>
<entry>
<id>62bfd8b37f4b929e5f5a0f06c4cf90e7e07387a9</id>
<published>2023-09-08T13:42:10Z</published>
<updated>2023-09-08T13:42:10Z</updated>
<title>update mailcap example and add it to the man page as well</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/62bfd8b37f4b929e5f5a0f06c4cf90e7e07387a9.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 62bfd8b37f4b929e5f5a0f06c4cf90e7e07387a9
parent 0626e06482426d2fe329fd9df5b1f6fb3b946e2a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 15:42:10 +0200

update mailcap example and add it to the man page as well

</content>
</entry>
<entry>
<id>0626e06482426d2fe329fd9df5b1f6fb3b946e2a</id>
<published>2023-09-08T13:33:44Z</published>
<updated>2023-09-08T13:33:44Z</updated>
<title>small optimization: use the new DisplayType DisplayInput</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/0626e06482426d2fe329fd9df5b1f6fb3b946e2a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 0626e06482426d2fe329fd9df5b1f6fb3b946e2a
parent 630f76162a192327a3eecd4fc0adcb9b31cd4504
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 15:33:44 +0200

small optimization: use the new DisplayType DisplayInput

This reduces a string comparison for each node.

</content>
</entry>
<entry>
<id>630f76162a192327a3eecd4fc0adcb9b31cd4504</id>
<published>2023-09-08T13:05:38Z</published>
<updated>2023-09-08T13:05:38Z</updated>
<title>improve forms a bit</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/630f76162a192327a3eecd4fc0adcb9b31cd4504.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 630f76162a192327a3eecd4fc0adcb9b31cd4504
parent 0705fb754f00c7866b2cc8cee0739a88a584a2e1
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 15:05:38 +0200

improve forms a bit

- Treat fieldset and legend as block elements.
- Support more types, default or unsupported is &quot;text&quot;.
- Show the default selected value for radio and checkboxes.
- Don&#39;t show hidden input types.
- Add a DisplayType DisplayInput to check the tag faster.

</content>
</entry>
<entry>
<id>0705fb754f00c7866b2cc8cee0739a88a584a2e1</id>
<published>2023-09-08T11:09:37Z</published>
<updated>2023-09-08T11:09:37Z</updated>
<title>improve base URL and &lt;base href /&gt; handling</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/0705fb754f00c7866b2cc8cee0739a88a584a2e1.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 0705fb754f00c7866b2cc8cee0739a88a584a2e1
parent 7d4723febabeb679e1980c12b5dfd3b656475b4f
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 13:09:37 +0200

improve base URL and &lt;base href /&gt; handling

- Parse the base URI once and reuse the structure (optimization).

- Once it is parsed it cannot be overwritten again. This matches the browser
 more closely.

</content>
</entry>
<entry>
<id>7d4723febabeb679e1980c12b5dfd3b656475b4f</id>
<published>2023-09-08T09:29:59Z</published>
<updated>2023-09-08T09:29:59Z</updated>
<title>flush after writing the URL inline</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/7d4723febabeb679e1980c12b5dfd3b656475b4f.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 7d4723febabeb679e1980c12b5dfd3b656475b4f
parent 6365a78f6c050106e64b281d29d8ef550f131bf1
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 11:29:59 +0200

flush after writing the URL inline

Otherwise the URL could be partially wrapped and incorrectly wrap to a new
line.

Remove a TODO, the flush is really needed there.

</content>
</entry>
<entry>
<id>6365a78f6c050106e64b281d29d8ef550f131bf1</id>
<published>2023-09-08T09:25:13Z</published>
<updated>2023-09-08T09:26:40Z</updated>
<title>improve link references, add option to show full URL inline</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/6365a78f6c050106e64b281d29d8ef550f131bf1.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 6365a78f6c050106e64b281d29d8ef550f131bf1
parent 56ec7ea6c49d79cc3aaf301d2e6040e15d17785a
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 11:25:13 +0200

improve link references, add option to show full URL inline

- fix URL references not being visible when only the -l option is specified
 (without -i).  Now each option can be specified separately.
- add -I option to show full URL option inline.

</content>
</entry>
<entry>
<id>56ec7ea6c49d79cc3aaf301d2e6040e15d17785a</id>
<published>2023-09-08T09:07:57Z</published>
<updated>2023-09-08T09:07:57Z</updated>
<title>selector syntax: document it and add feature to filter on a specific nth node</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/56ec7ea6c49d79cc3aaf301d2e6040e15d17785a.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 56ec7ea6c49d79cc3aaf301d2e6040e15d17785a
parent 94f0ad42fcfbe17b01d9e573a786435d1acc0232
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 11:07:57 +0200

selector syntax: document it and add feature to filter on a specific nth node

</content>
</entry>
<entry>
<id>94f0ad42fcfbe17b01d9e573a786435d1acc0232</id>
<published>2023-09-08T08:31:33Z</published>
<updated>2023-09-08T08:31:33Z</updated>
<title>add figure and figcaption: improve display of it</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/94f0ad42fcfbe17b01d9e573a786435d1acc0232.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 94f0ad42fcfbe17b01d9e573a786435d1acc0232
parent a30cb9a818546a1e7b651fa33e2f0164079b7bc5
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Fri,  8 Sep 2023 10:31:33 +0200

add figure and figcaption: improve display of it

Indent the figure and use a margin. Handle them as block elements.

</content>
</entry>
<entry>
<id>a30cb9a818546a1e7b651fa33e2f0164079b7bc5</id>
<published>2023-09-07T16:35:58Z</published>
<updated>2023-09-07T16:36:23Z</updated>
<title>reduce some newlines before the link references</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/a30cb9a818546a1e7b651fa33e2f0164079b7bc5.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit a30cb9a818546a1e7b651fa33e2f0164079b7bc5
parent 20fb149d1183220e2fee0cbfb6d3ac4f288bc67e
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  7 Sep 2023 18:35:58 +0200

reduce some newlines before the link references

</content>
</entry>
<entry>
<id>20fb149d1183220e2fee0cbfb6d3ac4f288bc67e</id>
<published>2023-09-07T16:33:52Z</published>
<updated>2023-09-07T16:33:52Z</updated>
<title>improve documentation</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/20fb149d1183220e2fee0cbfb6d3ac4f288bc67e.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit 20fb149d1183220e2fee0cbfb6d3ac4f288bc67e
parent ce2a730d81823f9fc5f1d607296bb4529e9aeef0
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  7 Sep 2023 18:33:52 +0200

improve documentation

</content>
</entry>
<entry>
<id>ce2a730d81823f9fc5f1d607296bb4529e9aeef0</id>
<published>2023-09-07T16:25:16Z</published>
<updated>2023-09-07T16:25:16Z</updated>
<title>initial repo</title>
<link rel="alternate" href="gopher://codemadness.org/1/git/webdump/commit/ce2a730d81823f9fc5f1d607296bb4529e9aeef0.gph" />
<author>
<name>Hiltjo Posthuma</name>
<email>[email protected]</email>
</author>
<content>commit ce2a730d81823f9fc5f1d607296bb4529e9aeef0
Author: Hiltjo Posthuma &lt;[email protected]&gt;
Date:   Thu,  7 Sep 2023 18:25:16 +0200

initial repo

Reset development/chaotic hacking history.

</content>
</entry>
</feed>