Update README.md
authorRev. Fr. Robert Bower <39407737+frrobert2@users.noreply.github.com>
Sun, 18 Apr 2021 16:49:25 +0000 (12:49 -0400)
committerGitHub <noreply@github.com>
Sun, 18 Apr 2021 16:49:25 +0000 (12:49 -0400)
README.md

index bddc3784dd2947056db95ed0b243de995e161c25..9b4953c4f57dd7c538df44b91fddaa23f3d227ca 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ 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.  
 Lace is a small script to interlace Gemini Capsule micro blogs.
 
 The original script showed how long ago a entry was posted.  
-
-All versions will run with Sed 3.7
+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.
 
 lace has two time headers.
 How long ago the micropost was sent.
@@ -16,8 +16,19 @@ lacehowlong only has the how long ago time header.
 
 lacewithdate only has the date and time header.
 
 
 lacewithdate only has the date and time header.
 
-laceandterm runs on termux on android.  Sed, date, openssl, curl are dependies that need to be installed on termux.  The termux script has a glitch sometimes it returns the microblog and sometimes the pages are blank.  I am working on a fix.
+### laceandterm
+
+laceandterm runs on both a standard Linux distro, termux on android, UserLAnd, and possibly other Linux emulations.  Sed, date, openssl, curl are dependencies that need to be installed on termux.
+
+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
 
 https://friendo.monster/posts/a-script-to-interleave-tiny-gemini-logs.html