all repos — h3rald @ 41f54703d39a32cfbaebb6237bec8886c4bb5ba9

The source code of the h3rald.com web site.

fixed changelog links
h3rald h3rald@h3rald.com
Wed, 29 Jul 2026 00:55:31 +0200
commit

41f54703d39a32cfbaebb6237bec8886c4bb5ba9

parent

a3a8473dd7ece21454319647ac72fa3ee847bc1f

M contents/conver-tool.mdcontents/conver-tool.md

@@ -8,6 +8,7 @@ content-type: project

active: true version: 200-5 conver: true +branch: master stage: prototype license: MIT sourcehut: conver-tool
M contents/conver.mdcontents/conver.md

@@ -9,6 +9,7 @@ content-type: project

active: true version: 450-B conver: true +branch: main stage: operational license: CC-BY changelog: true
M contents/fae.mdcontents/fae.md

@@ -9,6 +9,7 @@ active: true

sourcehut: fae version: 880-0 conver: true +branch: master stage: consolidated changelog: true license: MIT
M contents/h3.mdcontents/h3.md

@@ -11,6 +11,7 @@ content-type: project

active: true version: 600-0 conver: true +branch: master stage: operational changelog: true license: MIT
M contents/hastyscribe.mdcontents/hastyscribe.md

@@ -11,6 +11,7 @@ summary: "A self-contained Markdown compiler that can generate self-contained HTML files, useful for writing essays, reports, meeting notes, etc."

version: "880-0" changelog: true conver: true +branch: master stage: consolidated license: MIT -----
M contents/hastysite.mdcontents/hastysite.md

@@ -12,6 +12,7 @@ content-type: project

active: true version: 680-0 conver: true +branch: master changelog: true stage: operational license: MIT
M contents/herald.vim.htmlcontents/herald.vim.html

@@ -11,6 +11,7 @@ version-badge: D01--0

release-color: royalblue license: MIT sourcehut: herald.vim +branch: master changelog: true stage: bedrock conver: true
M contents/hex.mdcontents/hex.md

@@ -10,6 +10,7 @@ content-type: project

active: true version: 490-3 conver: true +branch: master changelog: true stage: operational license: MIT
M contents/litestore.mdcontents/litestore.md

@@ -9,6 +9,7 @@ docs: /litestore/LiteStore_UserGuide.htm

changelog: true version: A00-0 conver: true +branch: master stage: consolidated license: MIT subtitle: "A tiny NoSQL database for rapid prototyping"
M contents/min.mdcontents/min.md

@@ -10,6 +10,7 @@ content-type: project

active: true version: 560-0 conver: true +branch: master changelog: true stage: operational license: MIT
M contents/minline.mdcontents/minline.md

@@ -9,6 +9,7 @@ content-type: project

active: true version: 4A00 conver: true +branch: master stage: operational changelog: true license: MIT
M contents/mn.mdcontents/mn.md

@@ -10,6 +10,7 @@ active: true

version: 480-0 changelog: true conver: true +branch: master stage: operational license: MIT docs: /mn/Mn_DeveloperGuide.htm
M contents/nifty.mdcontents/nifty.md

@@ -11,6 +11,7 @@ active: true

changelog: true version: 780-0 conver: true +branch: master stage: operational license: MIT -----
M contents/nimhttpd.mdcontents/nimhttpd.md

@@ -10,6 +10,7 @@ active: true

version: 700-0 changelog: true conver: true +branch: master stage: operational license: MIT -----
M contents/pls.mdcontents/pls.md

@@ -8,6 +8,7 @@ content-type: project

active: true version: B00-0 conver: true +branch: master stage: consolidated license: MIT sourcehut: pls
M contents/subweb.mdcontents/subweb.md

@@ -7,6 +7,7 @@ subtitle: "A Safe, Small, Simple Subset of the Web"

summary: "A safe, small, simple subset of the Web aiming at improving safety, compatibility, and simplicity of web pages." content-type: project conver: true +branch: master active: true changelog: true stage: prototype
M contents/xyw.mdcontents/xyw.md

@@ -10,6 +10,7 @@ content-type: project

active: true version: 300-7 conver: true +branch: master changelog: true stage: prototype license: MIT
M templates/project.mustachetemplates/project.mustache

@@ -18,7 +18,7 @@ {{#site}}

<a href="{{site}}" class="action">site</a> {{/site}} {{#changelog}} - <a href="https://git.sr.ht/~h3rald/{{sourcehut}}/tree/main/item/CHANGELOG.md" class="action">changelog</a> + <a href="https://git.sr.ht/~h3rald/{{sourcehut}}/tree/{{branch}}/item/CHANGELOG.md" class="action">changelog</a> {{/changelog}} {{#docs}} <a href="{{docs}}" class="action">docs</a>