Update README.md
[lace] / README.md
index e6890f54c7f7ea30c388abf3eb07b4fd1dbf5e49..1f878a0ca1dcc55c64f67715f7fb6e4a2d570149 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,34 @@
 Forked from https://gitlab.com/uoou/dotfiles/-/blob/master/stow/bin/home/drew/.local/bin/lace
 
+This version will run on Debian based distros running Sed 3.7
+
 Lace is a small script to interlace Gemini Capsule micro blogs.
 
-The original script showed how long ago a entry was posted.  I modified it to show the date and time posted.
+The original script showed how long ago a entry was posted.  
+https://www.youtube.com/watch?v=RPMLGK8lWX4
+All scripts will run with Sed 3.7 on standard Linux Distros
+
+lace has two time headers.
+How long ago the micropost was sent.
+The date and time the micropost was sent.
+
+lacehowlong only has the how long ago time header.
+
+lacewithdate only has the date and time header.
+
+### laceandterm
+
+laceandterm can run on either a standard Linux distro, termux on android, UserLAnd, and possibly other Linux emulations.  Sed, date, openssl, curl, lessqq are dependencies that need to be installed.
+
+laceandterm may show the acual code for a favicon rather than the icon itself depending on the version of GNU less and/or fonts installed.
+If this happens you can either install a font that supports the favicon or comment out the following line in the script.
+
+```
+fav=$(openssl s_client -crlf -quiet -connect "$domain:1965" <<<"gemini://$domain/favicon.txt" 2>/dev/null | sed -e '1d')
+```
+Since favicons are not part of the Gemini standard, you may not want favicons to display.  Commenting out the above line of code will prevent favicons from displaying.
+
 
-Post about original script.
+### Post about original script.
 
 https://friendo.monster/posts/a-script-to-interleave-tiny-gemini-logs.html