add gopher wikipage and notice on homepage

This commit is contained in:
Ben Harris 2018-07-02 18:35:56 -04:00
parent 827d3f1285
commit eb9ef0cac0
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
8 changed files with 57 additions and 6 deletions

7
news/019_gopher.json Normal file
View File

@ -0,0 +1,7 @@
{
"published": true,
"date": "jul 2018",
"title": "tilde.team gopher <a href=\"/wiki/?page=gopher\">server</a> and <a href=\"https://gopher.tilde.team\">proxy</a>",
"author": "<a href=\"/~ben/\">~ben</a>",
"content": "we're now running a gopher server and http proxy! connect to <a href=\"gopher://tilde.team\">gopher://tilde.team</a> or use <a href=\"https://gopher.tilde.team\">our http proxy</a> for when you don't have a gopher-capable browser handy"
}

View File

@ -2,7 +2,7 @@
author: ~ben
published: false
title: administration
description: advanced ssh tutorial
description: ~team admin guide
category:
- main
---

View File

@ -7,5 +7,5 @@ category:
- main
---
## advanced ssh
# advanced ssh

View File

@ -7,7 +7,7 @@ category:
- main
---
## getting started
# getting started
Welcome
New to the command line and all this webby cowfoolery? You're in luck! Here's a basic HELLO WORLD tutorial.

44
wiki/pages/gopher.md Normal file
View File

@ -0,0 +1,44 @@
---
author: ~ben
published: true
title: gopher
description: tilde.team gopher server and proxy
category:
- main
---
# gopher
the [gopher protocol](http://en.wikipedia.org/wiki/Gopher_(protocol)) was created in 1991. it didn't survive long due to [draconic licensing](http://www.nic.funet.fi/pub/vms/networking/gopher/gopher-software-licensing-policy.ancient).
we're trying to keep this cool corner of the web alive.
## add and create your gophersite
to add your own gopher site, run the following command:
```bash
mkdir -p -m 755 ~/public_gopher
```
(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 browsing to in gopher, it will get processed and displayed.
see [this example](https://github.com/prologic/gophernicus/blob/master/README.Gophermap) for more information on file types and special chars.
---
## browse gophersites
if you're currently connected from a tilde.team shell, you can use the [`lynx`](https://lynx.browser.org/) browser.
```bash
lynx gopher://tilde.team
```
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)
you can install it on your local machine too :)
otherwise, you can use our [http proxy](https://gopher.tilde.team) to browse the gophernet.
hope to see you on there soon!

View File

@ -7,7 +7,7 @@ category:
- main
---
## tilde.team irc bots
# tilde.team irc bots
tilde.team is a place for socializing, learning, and making cool stuff. one fun activity for this is the creation of [irc](https://tilde.team/wiki/?page=irc) bots.

View File

@ -7,7 +7,7 @@ category:
- main
---
## tildeverse irc
# [tildeverse irc](https://tilde.chat)
hi tildizens!

View File

@ -7,6 +7,6 @@ category:
- main
---
## my-new-page
# my-new-page
wiki content here!