From 730e6fe62f55ad9fbbfd7ae3d262c85fc7ed6e6f Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 8 Aug 2019 21:45:26 -0400 Subject: [PATCH 1/5] Update README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 1be0ef3..d946bff 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,28 @@

Jetforce

+

An experimental python server framework for the new, under development Gemini Protocol.

+

Learn more about Project Gemini from its designer, ~solderpunk, here.

+ +

Check out a live server running this code here: gemini://mozz.us

+

rocket launch

+

+ + pypi + + + GitHub + + + Code style: black + + + say-thanks + +

+ ## Features - A modern python 3 codebase with type hinting and black formatting. From 1e4ec98d8551c5df3c1637e1627a8ca2adc9b50d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 8 Aug 2019 21:45:42 -0400 Subject: [PATCH 2/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d946bff..e910350 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@

An experimental python server framework for the new, under development Gemini Protocol.

-

Learn more about Project Gemini from its designer, ~solderpunk, here.

+

Check out a live server running this code here: gemini://mozz.us

. -

Check out a live server running this code here: gemini://mozz.us

+

Learn more about Project Gemini from its designer, ~solderpunk, here.

rocket launch

From cb3dd643c10c7852aac89cb9d5a3519470db56f1 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 8 Aug 2019 21:46:10 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e910350..14e4d91 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

An experimental python server framework for the new, under development Gemini Protocol.

-

Check out a live server running this code here: gemini://mozz.us

. +

Check out a live server running this code here: gemini://mozz.us.

Learn more about Project Gemini from its designer, ~solderpunk, here.

From 72c4d21da6099bf70771d1902d1f84a9cef540a8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 8 Aug 2019 21:50:44 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14e4d91..5475076 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@

An experimental python server framework for the new, under development Gemini Protocol.

-

Check out a live server running this code here: gemini://mozz.us.

-

Learn more about Project Gemini from its designer, ~solderpunk, here.

rocket launch

@@ -31,6 +29,19 @@ - Supports concurrent connections using an asynchronous event loop. - Extendable - loosely implements the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) server/application pattern. +## Demo + +A live demonstration of the Jetforce server is available on gemini at the following URL: + +--- + +

+gemini://mozz.us
+

+ +--- + + ## Installation Requires Python 3.7+ and OpenSSL From 95db97ceb3294f081c67fb784d67708fd8e472f3 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 9 Aug 2019 19:15:11 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5475076..618f56c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Jetforce

-

An experimental python server framework for the new, under development Gemini Protocol.

+

An experimental python server for the new, under development Gemini Protocol.

Learn more about Project Gemini from its designer, ~solderpunk, here.