diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-17 11:28:53 +0100 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-17 11:28:53 +0100 |
commit | 4fdfe9af0f5f4c0680a8d4148a276cc300d6c041 (patch) | |
tree | 789088da9bb707eb4cb75fe06abaa85330a07e26 /assets | |
parent | Fox location of default startpage file (diff) | |
download | gopherproxy-4fdfe9af0f5f4c0680a8d4148a276cc300d6c041.tar.gz gopherproxy-4fdfe9af0f5f4c0680a8d4148a276cc300d6c041.tar.bz2 gopherproxy-4fdfe9af0f5f4c0680a8d4148a276cc300d6c041.zip |
Created proper startpage, support gemini:// links in Gopher mode
Diffstat (limited to 'assets')
-rw-r--r-- | assets/startpage.txt | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/assets/startpage.txt b/assets/startpage.txt index b411de6..a48212e 100644 --- a/assets/startpage.txt +++ b/assets/startpage.txt | |||
@@ -1 +1,31 @@ | |||
1 | >>>> Gopher/Gemini proxy <<<< | 1 | P R O X Y |
2 | - - - - - - for - - - - - - | ||
3 | GOPHER + GEMINI | ||
4 | |||
5 | |||
6 | GETTING STARTED -- | ||
7 | |||
8 | Just click on startpage:// in the top left corner and enter | ||
9 | a gopher:// or gemini:// URL you'd like to visit. | ||
10 | |||
11 | Here's a good starting point: gopher://gopher.floodgap.com/ | ||
12 | |||
13 | |||
14 | WHAT'S GOPHER? -- | ||
15 | |||
16 | Gopher is an internet protocol that was developed in 1991. | ||
17 | It's a very simple protocol that, unlike the World Wide | ||
18 | Web, is very text-focused and doesn't support technologies | ||
19 | like CSS, JavaScript or even cookies. | ||
20 | |||
21 | -> Read more: gopher://gopher.floodgap.com/0/gopher/welcome | ||
22 | |||
23 | |||
24 | WHAT ABOUT GEMINI? -- | ||
25 | |||
26 | Gemini is a new internet protocol that is still in the | ||
27 | process of being developed. Its purpose is to be an | ||
28 | alternative to both Gopher and the WWW by being more | ||
29 | powerful than Gopher, but lighter than the WWW. | ||
30 | |||
31 | -> Read more: gemini://gemini.circumlunar.space | ||