From: frrobert2 Date: Mon, 3 May 2021 23:30:05 +0000 (-0400) Subject: updated README.md X-Git-Url: https://software.frrobert.com/lace/commitdiff_plain/760fa71903b8cc7c29867ea3338417ea6ed7f190 updated README.md --- diff --git a/README.md b/README.md index d8fb67a..07801a5 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ fav=$(openssl s_client -crlf -quiet -connect "$domain:1965" <<<"gemini://$domain 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. ### Updates + +2021-05-03 I added laced and lacedreader. laced will download microblogs but will not open them for reading. It is designed to be used with crontab. lacedreader is the reader to be used with the laced. + 2021-04-28 I added the logic that if the server times out on the first connect to skip the second connect. 2021-04-27 I added a timeout variable in that is used with the timeout command to timeout connecting after a designated time to an unresponsive server. If the value for the variable is a number it is in seconds if it is a number followed by a m then it is in minutes.