shithub: hell

Download patch

ref: 13238ea052c814d940171aea4233506a619aa829
parent: 25bbc150d44656fa67b5501e56c2a981c66cc936
author: penny <penny@limitedideas.org>
date: Thu Oct 16 14:13:45 EDT 2025

web updates

git/query: bad hash 1c672fcaa37667ab8cc9e5e77bdc560298a4c90e
--- a/index.html
+++ b/index.html
@@ -6,9 +6,6 @@
   <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
   <title>hellclient for mastodon</title>
   <style>
-    /* Default styles provided by pandoc.
-    ** See https://pandoc.org/MANUAL.html#variables-for-html for config info.
-    */
     html {
       font-family: -apple-system, BlinkMacSystemFont, Segoe UI,
     sans-serif;
@@ -65,10 +62,6 @@
     img {
       max-width: 100%;
     }
-    svg {
-      height: auto;
-      max-width: 100%;
-    }
     h1, h2, h3, h4, h5, h6 {
       margin-top: 1.4em;
     }
@@ -116,8 +109,8 @@
      overflow: visible;
     }
     hr {
+      background-color: #1a1a1a;
       border: none;
-      border-top: 1px solid #1a1a1a;
       height: 1px;
       margin: 1em 0;
     }
@@ -176,16 +169,22 @@
     }
     .display.math{display: block; text-align: center; margin: 0.5rem auto;}
   </style>
+  <!--[if lt IE 9]>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
+  <![endif]-->
 </head>
 <body>
 <h2 id="hellclient---mastodon-client-in-go">## hellclient - mastodon
 client in go</h2>
 <h6
-id="hellclient-is-a-readline-mastodon-loosely-inspired-by-the-now-defunct-ttytter-for-perl">Hellclient
+id="hellclient-is-a-readline-mastodon-loosely-inspired-by-the-now-defunct-ttytter-for-perl-brought-to-you-by-penny">Hellclient
 is a readline mastodon loosely inspired by the now defunct <em><a
 href="https://www.floodgap.com/software/ttytter/">TTYtter for
-Perl</a></em></h6>
-<p><a href="web/screenshot.png"><img src="web/screenshot.png"
+Perl</a></em> , brought to you by <a
+href="https://eldritch.cafe/@penny">penny</a></h6>
+<p><em>hellclient is pure readline and runs even in primitive
+terminals</em> <a href="web/screenshot.png"><img
+src="web/screenshot.png"
 alt="Hellclient running in Windows cmd.exe" /></a> <em>hellclient is
 pure readline and runs even in primitive terminals</em></p>
 <p>Hellclient intends to provide full coverage of the interactions
--