From 46a39012c7bef22e72bb2b0c6fbd9001f32d4429 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 19 May 2020 00:59:47 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e2e9990..37fd5a6 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,10 @@ Learn more about Gemini [here](https://gopher.commons.host/gopher://zaibatsu.cir ## Features -- A built-in static file server with support for gemini directories and - CGI scripts. -- Lightweight, single-file framework with zero external dependencies. -- Modern python codebase with type hinting and black style formatting. -- Supports concurrent connections using an asynchronous event loop. -- Extendable components that loosely implement the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) - server/application pattern. +- A built-in static file server with support for gemini directories and CGI scripts. +- An extendable application framework that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface. +- A lean, modern python codebase with type hints and black formatting. +- A solid networking foundation based on the [twisted](https://twistedmatrix.com/trac/) engine. ## Installation From 937e34ba3424ed7f8f7b4c360e711a019eedab3d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 19 May 2020 01:00:56 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37fd5a6..feb227a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Jetforce An experimental TCP server for the new, under development Gemini Protocol. -Learn more about Gemini [here](https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini). +Learn more about Gemini [here](https://portal.mozz.us/). ![Rocket Launch](logo.jpg) From dca4ebc4edab54d78734c617e32aafc3ae5f9ad2 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 19 May 2020 01:01:46 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feb227a..e39c83d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Learn more about Gemini [here](https://portal.mozz.us/). - A built-in static file server with support for gemini directories and CGI scripts. - An extendable application framework that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface. - A lean, modern python codebase with type hints and black formatting. -- A solid networking foundation based on the [twisted](https://twistedmatrix.com/trac/) engine. +- A solid networking foundation built on top of the [twisted](https://twistedmatrix.com/trac/) engine. ## Installation