stagit-gopher

[fork] gopher git frontend
Log | Files | Refs | README | LICENSE

commit a69ad4ac2fcece441b9e216377318cb31fb65577
parent 6cf66f825aad83e98a0a614a80c93a4d3bdd80b0
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 31 Jul 2021 01:10:10 +0200

small typo fixes and url -> URL

Diffstat:
MREADME | 2+-
Mexample_create.sh | 2+-
Mstagit-gopher.1 | 4++--
3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -71,7 +71,7 @@ make make install -Set clone url for a directory of repos +Set clone URL for a directory of repos -------------------------------------- #!/bin/sh cd "$dir" diff --git a/example_create.sh b/example_create.sh @@ -3,7 +3,7 @@ # - Makes static pages for each repository directory. # # NOTE, things to do manually (once) before running this script: -# - write clone url, for example "git://git.codemadness.org/dir" to the "url" +# - write clone URL, for example "git://git.codemadness.org/dir" to the "url" # file for each repo. # - write description in "description" file. # diff --git a/stagit-gopher.1 b/stagit-gopher.1 @@ -1,4 +1,4 @@ -.Dd May 18, 2021 +.Dd July 27, 2021 .Dt STAGIT-GOPHER 1 .Os .Sh NAME @@ -96,7 +96,7 @@ The content of the follow files specifies the metadata for each repository: .It .git/description or description (bare repo). description .It .git/url or url (bare repo). -primary clone url of the repository, for example: +primary clone URL of the repository, for example: git://git.codemadness.org/stagit .El .Pp