commit: 9475f3cb5d96f02b823e0f3e11b1f4841b5b830b
parent 78c39c09b5fdc37d50b06a57d950c8011ebe2abd
Author: Drew DeVault <sir@cmpwn.com>
Date: Sun, 1 Nov 2020 17:07:35 -0500
Update "What is Gemini anyway"
Make some of these lines narrower
Diffstat:
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/content/blog/What-is-Gemini-anyway.gmi b/content/blog/What-is-Gemini-anyway.gmi
@@ -10,20 +10,20 @@ Gemini is very simple. The protocol uses TLS to establish an encrypted connectio
$ openssl s_client -quiet -crlf \
-servername drewdevault.com \
-connect drewdevault.com:1965 \
- | awk '{ print "response: " $0 }'
+ | awk '{ print "<= " $0 }'
gemini://drewdevault.com
-response: 20 text/gemini
-response: ```ASCII art of a rocket next to "Drew DeVault" in a stylized font
-response: /\
-response: || ________ ________ ____ ____ .__ __
-response: || \______ \_______ ______ _ __ \______ \ ___\ \ / /____ __ __| |_/ |_
-response: /||\ | | \_ __ \_/ __ \ \/ \/ / | | \_/ __ \ Y /\__ \ | | \ |\ __\
-response: /:||:\ | ` \ | \/\ ___/\ / | ` \ ___/\ / / __ \| | / |_| |
-response: |:||:| /_______ /__| \___ >\/\_/ /_______ /\___ >\___/ (____ /____/|____/__|
-response: |/||\| \/ \/ \/ \/ \/
-response: **
-response: **
-response: ```
+<= 20 text/gemini
+<= ```ASCII art of a rocket next to "Drew DeVault" in a stylized font
+<= /\
+<= || ________ ________ ____ ____ .__ __
+<= || \______ \_______ ______ _ __ \______ \ ___\ \ / /____ __ __| |_/ |_
+<= /||\ | | \_ __ \_/ __ \ \/ \/ / | | \_/ __ \ Y /\__ \ | | \ |\ __\
+<= /:||:\ | ` \ | \/\ ___/\ / | ` \ ___/\ / / __ \| | / |_| |
+<= |:||:| /_______ /__| \___ >\/\_/ /_______ /\___ >\___/ (____ /____/|____/__|
+<= |/||\| \/ \/ \/ \/ \/
+<= **
+<= **
+<= ```
[...]
```