update gopher info

This commit is contained in:
Ben Harris 2019-07-31 10:51:28 -04:00
parent 912dc97d04
commit ec713d9136
1 changed files with 8 additions and 9 deletions

View File

@ -17,14 +17,12 @@ we're trying to keep this cool corner of the web alive.
## add and create your gophersite ## add and create your gophersite
to add your own gopher site, run the following command: tilde.team serves user gopherholes from your `~/public_gopher` directory.
this is created along with your account. to get listed on the [main gophermap](gopher://tilde.team),
make some changes to your root gophermap. the listing script diffs against the default gophermap. to get listed on the [main gophermap](gopher://tilde.team),
```bash make some changes to your root gophermap. the [root gophermap](
mkdir -p -m 755 ~/public_gopher https://tildegit.org/team/gopherhole/src/branch/master/gophermap)
``` diffs against the default gophermap that was included with your account.
(this presumes you don't already have a public_gopher dir in your $HOME.
new users from here on out will have a public_gopher by default)
if a file called `gophermap` exists in the directory you're currently if a file called `gophermap` exists in the directory you're currently
browsing to in gopher, it will get processed and displayed. browsing to in gopher, it will get processed and displayed.
@ -48,7 +46,7 @@ if you're currently connected from a tilde.team shell, you can use the
lynx gopher://tilde.team lynx gopher://tilde.team
``` ```
if you want to access the gophersite in your public_gopher dir, use the following if you want to access the gophersite in your public\_gopher dir, use the following
link structure: [gopher://tilde.team/1/~username](gopher://tilde.team/1/~username) link structure: [gopher://tilde.team/1/~username](gopher://tilde.team/1/~username)
you can install it on your local machine too :) you can install it on your local machine too :)
@ -56,3 +54,4 @@ you can install it on your local machine too :)
otherwise, you can use our [http proxy](https://gopher.tildeverse.org/tilde.team) to browse the gophernet. otherwise, you can use our [http proxy](https://gopher.tildeverse.org/tilde.team) to browse the gophernet.
hope to see you on there soon! hope to see you on there soon!