From eb9ef0cac04cd622e6698be54a2400ae99c659e0 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 2 Jul 2018 18:35:56 -0400 Subject: [PATCH] add gopher wikipage and notice on homepage --- news/019_gopher.json | 7 ++++++ wiki/pages/administration.md | 2 +- wiki/pages/advanced-ssh.md | 2 +- wiki/pages/getting-started.md | 2 +- wiki/pages/gopher.md | 44 +++++++++++++++++++++++++++++++++++ wiki/pages/irc-bots.md | 2 +- wiki/pages/irc.md | 2 +- wiki/pages/template.md | 2 +- 8 files changed, 57 insertions(+), 6 deletions(-) create mode 100644 news/019_gopher.json create mode 100644 wiki/pages/gopher.md diff --git a/news/019_gopher.json b/news/019_gopher.json new file mode 100644 index 0000000..910e331 --- /dev/null +++ b/news/019_gopher.json @@ -0,0 +1,7 @@ +{ + "published": true, + "date": "jul 2018", + "title": "tilde.team gopher server and proxy", + "author": "~ben", + "content": "we're now running a gopher server and http proxy! connect to gopher://tilde.team or use our http proxy for when you don't have a gopher-capable browser handy" +} diff --git a/wiki/pages/administration.md b/wiki/pages/administration.md index e5420ed..fd98dde 100644 --- a/wiki/pages/administration.md +++ b/wiki/pages/administration.md @@ -2,7 +2,7 @@ author: ~ben published: false title: administration -description: advanced ssh tutorial +description: ~team admin guide category: - main --- diff --git a/wiki/pages/advanced-ssh.md b/wiki/pages/advanced-ssh.md index 137c88f..ab77f78 100644 --- a/wiki/pages/advanced-ssh.md +++ b/wiki/pages/advanced-ssh.md @@ -7,5 +7,5 @@ category: - main --- -## advanced ssh +# advanced ssh diff --git a/wiki/pages/getting-started.md b/wiki/pages/getting-started.md index 2e0aba6..0ec0db2 100644 --- a/wiki/pages/getting-started.md +++ b/wiki/pages/getting-started.md @@ -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. diff --git a/wiki/pages/gopher.md b/wiki/pages/gopher.md new file mode 100644 index 0000000..8cb323f --- /dev/null +++ b/wiki/pages/gopher.md @@ -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! diff --git a/wiki/pages/irc-bots.md b/wiki/pages/irc-bots.md index 620b5d3..9563b9f 100644 --- a/wiki/pages/irc-bots.md +++ b/wiki/pages/irc-bots.md @@ -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. diff --git a/wiki/pages/irc.md b/wiki/pages/irc.md index 4cfc959..9c01acf 100644 --- a/wiki/pages/irc.md +++ b/wiki/pages/irc.md @@ -7,7 +7,7 @@ category: - main --- -## tildeverse irc +# [tildeverse irc](https://tilde.chat) hi tildizens! diff --git a/wiki/pages/template.md b/wiki/pages/template.md index d9ceb83..341abc2 100644 --- a/wiki/pages/template.md +++ b/wiki/pages/template.md @@ -7,6 +7,6 @@ category: - main --- -## my-new-page +# my-new-page wiki content here!