From 660920b62e815ea56ed12f8299f07f17b72e26cc Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Thu, 7 May 2020 15:16:12 -0400 Subject: Updated readme with some images for funsies --- README.md | 9 +++++++++ gemini.prj | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c34b2..56bedd2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ LR-87 is a simple implementation of a client for launching into the world of the Gemini protocol, a fun place somewhere between Gopher and the World Wide Web. The client is implemented entirely in Fortran. +

+LR-87 on Linux +LR-87 on Windows +

+ LR-87 can be launched with an initial address, or it will default to [gemini://gemini.circumlunar.space/](gemini://gemini.circumlunar.space/). The default interface assumes you are at a dumb terminal, so you'll be presented diff --git a/gemini.prj b/gemini.prj index cb0b4c6..a83bd3a 100644 --- a/gemini.prj +++ b/gemini.prj @@ -21,7 +21,7 @@ "enabled":"0" }] }], - "Name":"+gemini (target)", + "Name":"+gemini (lr87)", "Files":[{ "filename":"dumb_render.f90", "enabled":"1" @@ -37,12 +37,18 @@ },{ "filename":"layout.f90", "enabled":"1" + },{ + "filename":"LICENSE.txt", + "enabled":"1" },{ "filename":"main.F90", "enabled":"1" },{ "filename":"protocol.f90", "enabled":"1" + },{ + "filename":"README.md", + "enabled":"1" },{ "filename":"render.f90", "enabled":"1" -- cgit v1.2.3