From 22a92b1d449a67f86e599b67fc43235fb168e31c Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Thu, 24 Jan 2019 10:30:59 +0000 Subject: change license to MIT and small change to README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 924a1f3..60d0182 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ uses ed(1) as a pager and navigator, and is based on an original idea of an ed-based client by Solene Rapenne (gopher://bitreich.org/1/usr/solene/). -`gophed` is distributed under the ISC License. A copy of the LICENSE is +`gophed` is distributed under the MIT License. A copy of the LICENSE is available in the repo. The first time you run `gophed` you need to initialise it via: @@ -25,6 +25,7 @@ or equivalently: This command will download the corresponding resource, and print it on output with line numbers. An excerpt is reported below: +``` ... 15 i+------------------------------------------+ Err kalos.mine.nu 70 16 i Welcome to kalos.mine.nu Gopher-hole Err kalos.mine.nu 70 @@ -43,6 +44,7 @@ output with line numbers. An excerpt is reported below: 29 1 gosher -- a Gopher server in a shell script /software/gosher kalos.mine.nu 70 ... = +``` The final "=" is the `gophed` default prompt. No need to say that you can change the default prompt to any single character by changing the @@ -56,6 +58,7 @@ telling it to get the selector at line 23 in the current document, and to load the corresponding resource. In this case we will have something like: +``` 1 i ________ ____ Err republic.circumlunar.space 70 2 i /_ __/ /_ ___ / __ \_ ______ _______ _____ ____ Err republic.circumlunar.space 70 3 i / / / __ \/ _ \ / / / / | /| / / __ `/ ___/ | / / _ \/ __ \ Err republic.circumlunar.space 70 @@ -79,6 +82,7 @@ like: 27 1 << Back to my gopherhole /~katolaz/ republic.circumlunar.space 70 28 . = +``` Well, if you want now to go to the resource at line 17, you would type: -- cgit v1.2.3