shithub: gemnine

Download patch

ref: f6c6c81af0b0a36470497b25a43c7df95445c6e0
parent: cca33c9b5be9c260dadac1a092f8f5007806a09b
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun May 17 16:45:51 EDT 2020

update readme

--- a/README.md
+++ b/README.md
@@ -6,9 +6,17 @@
 
 WTH is Gemini??? See https://gemini.circumlunar.space/
 
-As of now some basics are implemented to handle errors and print the
-body to stdout, the plan is to add a separate GUI program to display
-the pages in a better way.
+## Progress
+
+All the basic stuff seem to work.
+
+Server certificate thumbprints are not stored or validated yet.
+
+`INPUT` (textual user input) is handled with "hold" mode on.
+
+The plan is to add a separate GUI program to display the pages in a
+better way, and perhaps turn the current implementation into a
+filesystem like `webfs`.
 
 ## Installation