diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-05-07 15:16:12 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2020-05-07 15:16:12 -0400 |
commit | 660920b62e815ea56ed12f8299f07f17b72e26cc (patch) | |
tree | e3d9ed2b86454d4056a5749d45eb81fbbf5cbc8b | |
parent | 4cd4c15f1bbe35e5544cd706f327b4a1b32bc493 (diff) | |
download | LR-87-660920b62e815ea56ed12f8299f07f17b72e26cc.tar.gz LR-87-660920b62e815ea56ed12f8299f07f17b72e26cc.zip |
Updated readme with some images for funsies
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | gemini.prj | 8 |
2 files changed, 16 insertions, 1 deletions
@@ -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. +<p style="text-align:center;"> +<img src="https://gallery.rainbow-100.com/cgi-bin/gk.cgi?id=dcd23eba-f9d2-48ab-b446-992bc2367217&gallery=662ce9f6-fb2e-45f2-be0d-d6f6eaacf5c5" + alt="LR-87 on Linux" + style="width:40%" /> +<img src="https://gallery.rainbow-100.com/cgi-bin/gk.cgi?id=00fdc8bb-615a-482d-8c7f-f2be01bf0390&gallery=662ce9f6-fb2e-45f2-be0d-d6f6eaacf5c5" + alt="LR-87 on Windows" + style="width:40%" /> +</p> + 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 @@ -21,7 +21,7 @@ "enabled":"0" }] }], - "Name":"+gemini (target)", + "Name":"+gemini (lr87)", "Files":[{ "filename":"dumb_render.f90", "enabled":"1" @@ -38,12 +38,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" },{ |