iMinor wording/punctuation improvements in README - clic - Clic is an command line interactive client for gopher written in Common LISP Err bitreich.org 70 hgit clone git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ URL:git://bitreich.org/clic/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/clic/ bitreich.org 70 1Log /scm/clic/log.gph bitreich.org 70 1Files /scm/clic/files.gph bitreich.org 70 1Refs /scm/clic/refs.gph bitreich.org 70 1Tags /scm/clic/tag bitreich.org 70 1README /scm/clic/file/README.md.gph bitreich.org 70 1LICENSE /scm/clic/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 2a3a83010562a967a3b62029b4321184ce346254 /scm/clic/commit/2a3a83010562a967a3b62029b4321184ce346254.gph bitreich.org 70 1parent 90c19265b9f782d0106bae0e2172a4e7d6f65477 /scm/clic/commit/90c19265b9f782d0106bae0e2172a4e7d6f65477.gph bitreich.org 70 hAuthor: Chris Bracken URL:mailto:chris@bracken.jp bitreich.org 70 iDate: Tue, 19 May 2020 23:51:21 -0700 Err bitreich.org 70 i Err bitreich.org 70 iMinor wording/punctuation improvements in README Err bitreich.org 70 i Err bitreich.org 70 iRemoved leading spaces before colons in the body text, since they're Err bitreich.org 70 itypically not used in English. I left them in the lists of options and Err bitreich.org 70 iarguments since, to be honest, it's a bit more legible that way. Err bitreich.org 70 i Err bitreich.org 70 iRef: https://en.wikipedia.org/wiki/Colon_(punctuation)#Spacing Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README.md | 38 ++++++++++++++++---------------- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 19 insertions(+), 19 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README.md b/README.md /scm/clic/file/README.md.gph bitreich.org 70 i@@ -5,16 +5,16 @@ Clic (Common LISP Interactive Client) is a terminal based gopher Err bitreich.org 70 i client. The name is a bad pun, **clic** is the sound of a mouse click Err bitreich.org 70 i but the software is keyboard driven... Err bitreich.org 70 i Err bitreich.org 70 i-Clic supports TLS connection by first trying to speak TLS to the remote Err bitreich.org 70 i-server, if it doesn't work it fallback to plaintext. The status prompt Err bitreich.org 70 i+Clic supports TLS connections by first trying to speak TLS to the remote Err bitreich.org 70 i+server, if it doesn't work, it falls back to plaintext. The status prompt Err bitreich.org 70 i will show either "**TLS**" or "UNSECURE" depending on how the communication Err bitreich.org 70 i-has been negociated. Err bitreich.org 70 i+has been negotiated. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i Requirements Err bitreich.org 70 i ============ Err bitreich.org 70 i Err bitreich.org 70 i-clic requires a few dependencies : Err bitreich.org 70 i+clic requires a few dependencies: Err bitreich.org 70 i Err bitreich.org 70 i + ANSI compatible terminal emulator Err bitreich.org 70 i + ecl common lisp interpreter Err bitreich.org 70 i@@ -28,7 +28,7 @@ How to build Err bitreich.org 70 i `clic` binary must be compiled. Err bitreich.org 70 i Err bitreich.org 70 i To compile it with **ecl**, it's really easy type the following Err bitreich.org 70 i-command : Err bitreich.org 70 i+command: Err bitreich.org 70 i Err bitreich.org 70 i make Err bitreich.org 70 i Err bitreich.org 70 i@@ -43,8 +43,8 @@ How to use clic Err bitreich.org 70 i Err bitreich.org 70 i By default *clic* will load the page **gopherproject/1/** with a Err bitreich.org 70 i number on the left of each link. Please type the number of a link to Err bitreich.org 70 i-follow it. If it's a text, the $PAGER program will be called to show Err bitreich.org 70 i-it, if it's a binary file (types g,I and 9) it will be downloaded into Err bitreich.org 70 i+follow it. If it's a text, the $PAGER program will be called to show it, Err bitreich.org 70 i+if it's a binary file (types g,I and 9) it will be downloaded into Err bitreich.org 70 i `/tmp/` and then `xdg-open` will be called on the filename. Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i@@ -61,7 +61,7 @@ Keyboard bindings Err bitreich.org 70 i + d : display the raw response Err bitreich.org 70 i Err bitreich.org 70 i In addition to the previous keybinding, a different layout coexists, Err bitreich.org 70 i-permitting to use clic with the numpad with only one hand : Err bitreich.org 70 i+permitting clic to be used with the numpad with only one hand: Err bitreich.org 70 i Err bitreich.org 70 i + "a number" : follow the link "number Err bitreich.org 70 i + / : previous page Err bitreich.org 70 i@@ -74,17 +74,17 @@ Command line usage Err bitreich.org 70 i Err bitreich.org 70 i clic [-t] [-k] [url|file] Err bitreich.org 70 i Err bitreich.org 70 i-If you start clic with -t parameter, then menus will be displayed in Err bitreich.org 70 i-one operation, instead of asking to display next page once it reach Err bitreich.org 70 i+If you start clic with the -t option, menus will be displayed in a Err bitreich.org 70 i+single operation, instead of asking to display next page once it reaches Err bitreich.org 70 i your terminal size. Err bitreich.org 70 i Err bitreich.org 70 i-If you start clic with -k parameter, then kiosk mode is enabled, which Err bitreich.org 70 i-mean it won't call any external program or save any data on the Err bitreich.org 70 i-disk. Texts (type 0) will be shown as-this in the output. It only Err bitreich.org 70 i-allow to use texts, menus and searches. Err bitreich.org 70 i+If you start clic with the -k option, then kiosk mode is enabled, in Err bitreich.org 70 i+which case it won't call any external program or save any data to disk. Err bitreich.org 70 i+Texts (type 0) will be shown as-is in the output. It only allows the use Err bitreich.org 70 i+of texts, menus and searches. Err bitreich.org 70 i Err bitreich.org 70 i If you pass a gopher url to clic (gopher:// isn't mandatory for the Err bitreich.org 70 i-url), the behavor will change depending on two parameters : Err bitreich.org 70 i+url), the behavior will be determined by two parameters: Err bitreich.org 70 i Err bitreich.org 70 i 1. is the output a pipe/redirection ? Err bitreich.org 70 i 2. is the url type a menu ? (types 1 or 7) Err bitreich.org 70 i@@ -92,9 +92,9 @@ url), the behavor will change depending on two parameters : Err bitreich.org 70 i If the output is a pipe or a redirection, clic will send the raw data Err bitreich.org 70 i to stdout (text for type 0 and binary for others types) Err bitreich.org 70 i Err bitreich.org 70 i-If the output is the terminal, clic will download the file in /tmp/ Err bitreich.org 70 i-folder and then call $PAGER if the type is 0 (text) or xdg-open for Err bitreich.org 70 i-others types. Err bitreich.org 70 i+If the output is the terminal, clic will download the file in the Err bitreich.org 70 i+`/tmp/` folder, then call $PAGER if the type is 0 (text) or xdg-open Err bitreich.org 70 i+for others types. Err bitreich.org 70 i Err bitreich.org 70 i If the url is a type 0 or 7 and the output is a terminal, it will open Err bitreich.org 70 i clic and stay in interactive mode. Err bitreich.org 70 i@@ -102,6 +102,6 @@ clic and stay in interactive mode. Err bitreich.org 70 i Clic can open a local file respecting the gopher menu protocol, this Err bitreich.org 70 i can be used to create a bookmark file and load it locally without a Err bitreich.org 70 i gopher server. In order to proceed, you need to pass the file path as Err bitreich.org 70 i-a parameter beginning with file://, like the following example : Err bitreich.org 70 i+a parameter beginning with file://, as in the following example: Err bitreich.org 70 i Err bitreich.org 70 i clic file://path/to/my_file.txt Err bitreich.org 70 .