diff options
| -rw-r--r-- | LICENSE | 30 | ||||
| -rw-r--r-- | README.md | 6 | 
2 files changed, 23 insertions, 13 deletions
| @@ -1,14 +1,20 @@ -Copyright 2018-2019 Vincenzo 'KatolaZ' Nicosia <katolaz@freaknet.org> -          2018 Solene Rapenne <solene@bsd.org> +Copyright (c) 2018-2019 Vincenzo 'KatolaZ' Nicosia <katolaz@freaknet.org> +          (c) 2018 Solene Rapenne <solene@bsd.org> -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. @@ -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:  | 
