]> git.xolatile.top Git - emil-xolatile.top.git/commitdiff
--
authorEmil Williams <emilemilemil@cock.li>
Mon, 4 Aug 2025 14:42:08 +0000 (14:42 +0000)
committerEmil Williams <emilemilemil@cock.li>
Mon, 4 Aug 2025 14:42:08 +0000 (14:42 +0000)
20250614.html
20250617.html
20250628.html
bloog/gen.sh [new file with mode: 0755]
bloog/template.html

index 4e985302f4c4fb54ccc7d3ff83125096d3d90c2f..51ca739db11862254a90bb029bba98237654173c 100644 (file)
@@ -122,7 +122,8 @@ Overall setting this server up hasn't been the most painful thing ever, but it w
 </p>
 <center>
 <a href="https://xolatile.top/feed.xml">
-<img src="rss.svg" alt="/feed.xml" width="26" height="26">
+  <img src="/rss.svg" alt="RSS" width="26" height="26">
+  <p hidden>RSS</p>
 </a>
 <p>Copyright © emil  Public Domain</p>
 </center>
index d15b4581d91ec8e5ab84942f2c58b5349cd1b822..64d77a1af9b440c8d6a286d0a95e9bd5a97e8ef4 100644 (file)
@@ -128,7 +128,8 @@ Nothing ever happens.
 </center>
 <center>
 <a href="https://xolatile.top/feed.xml">
-<img src="rss.svg" alt="/feed.xml" width="26" height="26">
+  <img src="/rss.svg" alt="RSS" width="26" height="26">
+  <p hidden>RSS</p>
 </a>
 <p>Copyright © emil  Public Domain</p>
 </center>
index c9e38743573e818983061f7b26479d9ce5a6d3ec..a960a177f83b4740e07f247b990a3fced96b4d78 100644 (file)
@@ -72,7 +72,8 @@ There is a databased version, but I've neglected setting it up.
 <a href="https://xolatile.top">Xolatile</a> made the <a href="https://3chen.org/css/xolatile.css">CSS</a> for it.
 <center>
 <a href="https://xolatile.top/feed.xml">
-<img src="rss.svg" alt="/feed.xml" width="26" height="26">
+  <img src="/rss.svg" alt="RSS" width="26" height="26">
+  <p hidden>RSS</p>
 </a>
 <p>Copyright © emil  Public Domain</p>
 </center>
diff --git a/bloog/gen.sh b/bloog/gen.sh
new file mode 100755 (executable)
index 0000000..3d41ae5
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+for i in $(ls orig) ; do ./html.pl < orig/$i > out/$i.html ; done
+./rss.pl orig/* > out/feed.xml
index 3c5ada0f0beb9896037d173862162e77aedf1cc3..bff87d3e2bc59668cfdbc2df3343589ea527774a 100644 (file)
@@ -24,7 +24,8 @@
 </center>
 [% FOREACH i IN paragraphs %][% i %][% END %]<center>
 <a href="https://xolatile.top/feed.xml">
-<img src="/rss.svg" alt="/feed.xml" width="26" height="26">
+  <img src="/rss.svg" alt="RSS" width="26" height="26">
+  <p hidden>RSS</p>
 </a>
 <p>Copyright © emil $CURRENT_YEAR Public Domain</p>
 </center>