ismall typo fixes and url -> URL - stagit-gopher - A git gopher frontend. (mirror) Err bitreich.org 70 hgit clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ URL:git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ bitreich.org 70 1Log /scm/stagit-gopher/log.gph bitreich.org 70 1Files /scm/stagit-gopher/files.gph bitreich.org 70 1Refs /scm/stagit-gopher/refs.gph bitreich.org 70 1Tags /scm/stagit-gopher/tag bitreich.org 70 1README /scm/stagit-gopher/file/README.gph bitreich.org 70 1LICENSE /scm/stagit-gopher/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit a69ad4ac2fcece441b9e216377318cb31fb65577 /scm/stagit-gopher/commit/a69ad4ac2fcece441b9e216377318cb31fb65577.gph bitreich.org 70 1parent 6cf66f825aad83e98a0a614a80c93a4d3bdd80b0 /scm/stagit-gopher/commit/6cf66f825aad83e98a0a614a80c93a4d3bdd80b0.gph bitreich.org 70 hAuthor: Hiltjo Posthuma URL:mailto:hiltjo@codemadness.org bitreich.org 70 iDate: Sat, 31 Jul 2021 01:10:10 +0200 Err bitreich.org 70 i Err bitreich.org 70 ismall typo fixes and url -> URL Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M README | 2 +- Err bitreich.org 70 i M example_create.sh | 2 +- Err bitreich.org 70 i M stagit-gopher.1 | 4 ++-- Err bitreich.org 70 i Err bitreich.org 70 i3 files changed, 4 insertions(+), 4 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/README b/README /scm/stagit-gopher/file/README.gph bitreich.org 70 i@@ -71,7 +71,7 @@ make Err bitreich.org 70 i make install Err bitreich.org 70 i Err bitreich.org 70 i Err bitreich.org 70 i-Set clone url for a directory of repos Err bitreich.org 70 i+Set clone URL for a directory of repos Err bitreich.org 70 i -------------------------------------- Err bitreich.org 70 i #!/bin/sh Err bitreich.org 70 i cd "$dir" Err bitreich.org 70 1diff --git a/example_create.sh b/example_create.sh /scm/stagit-gopher/file/example_create.sh.gph bitreich.org 70 i@@ -3,7 +3,7 @@ Err bitreich.org 70 i # - Makes static pages for each repository directory. Err bitreich.org 70 i # Err bitreich.org 70 i # NOTE, things to do manually (once) before running this script: Err bitreich.org 70 i-# - write clone url, for example "git://git.codemadness.org/dir" to the "url" Err bitreich.org 70 i+# - write clone URL, for example "git://git.codemadness.org/dir" to the "url" Err bitreich.org 70 i # file for each repo. Err bitreich.org 70 i # - write description in "description" file. Err bitreich.org 70 i # Err bitreich.org 70 1diff --git a/stagit-gopher.1 b/stagit-gopher.1 /scm/stagit-gopher/file/stagit-gopher.1.gph bitreich.org 70 i@@ -1,4 +1,4 @@ Err bitreich.org 70 i-.Dd May 18, 2021 Err bitreich.org 70 i+.Dd July 27, 2021 Err bitreich.org 70 i .Dt STAGIT-GOPHER 1 Err bitreich.org 70 i .Os Err bitreich.org 70 i .Sh NAME Err bitreich.org 70 i@@ -96,7 +96,7 @@ The content of the follow files specifies the metadata for each repository: Err bitreich.org 70 i .It .git/description or description (bare repo). Err bitreich.org 70 i description Err bitreich.org 70 i .It .git/url or url (bare repo). Err bitreich.org 70 i-primary clone url of the repository, for example: Err bitreich.org 70 i+primary clone URL of the repository, for example: Err bitreich.org 70 i git://git.codemadness.org/stagit Err bitreich.org 70 i .El Err bitreich.org 70 i .Pp Err bitreich.org 70 .