From aa3938270140f1d28ad87124e5e4edd1a20309cc Mon Sep 17 00:00:00 2001 From: "Rev. Fr. Robert Bower" <39407737+frrobert2@users.noreply.github.com> Date: Sun, 18 Apr 2021 12:49:25 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bddc378..9b4953c 100644 --- 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. - -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. @@ -16,8 +16,19 @@ lacehowlong only has the how long ago 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 -- 1.8.3.1