diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2020-05-18 12:12:43 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2020-05-18 12:12:43 +0200 |
| commit | 4bf44b16562335b3d09b6df0150521bb5b5f776f (patch) | |
| tree | 576723e6dc9f9db48d0892f7ec354a11b973aef4 /README.md | |
| parent | Added 2 more glyphs (diff) | |
| download | gopherproxy-4bf44b16562335b3d09b6df0150521bb5b5f776f.tar.gz gopherproxy-4bf44b16562335b3d09b6df0150521bb5b5f776f.tar.bz2 gopherproxy-4bf44b16562335b3d09b6df0150521bb5b5f776f.zip | |
WIP: Refactoring
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,8 +1,8 @@ | |||
| 1 | # Gopher (RFC 1436) Web Proxy | 1 | # Gopher (RFC 1436) Web Proxy |
| 2 | 2 | ||
| 3 | gopherproxy is a Gopher (RFC 1436) and Gemini (gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini/docs/) Web Proxy that acts as a gateway into Gopherspace/Geminispace by proxying standard Web HTTP requests to Gopher/Gemini requests of the target server. | 3 | port is a Gopher (RFC 1436) and Gemini (gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini/docs/) Web Proxy that acts as a gateway into Gopherspace/Geminispace by proxying standard Web HTTP requests to Gopher/Gemini requests of the target server. |
| 4 | 4 | ||
| 5 | gopherproxy is a fork of [https://github.com/prologic/gopherproxy](https://github.com/prologic/gopherproxy). | 5 | port is a fork of [https://github.com/prologic/port](https://github.com/prologic/port). |
| 6 | 6 | ||
| 7 | Demo: https://proxy.vulpes.one/ | 7 | Demo: https://proxy.vulpes.one/ |
| 8 | 8 | ||
| @@ -15,14 +15,14 @@ Demo: https://proxy.vulpes.one/ | |||
| 15 | ## Installation | 15 | ## Installation |
| 16 | 16 | ||
| 17 | ```#!bash | 17 | ```#!bash |
| 18 | $ go install git.feuerfuchs.dev/Feuerfuchs/gopherproxy/... | 18 | $ go install git.vulpes.one/Feuerfuchs/port/... |
| 19 | ``` | 19 | ``` |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | ## Usage | 22 | ## Usage |
| 23 | 23 | ||
| 24 | ```#!bash | 24 | ```#!bash |
| 25 | $ gopherproxy | 25 | $ port |
| 26 | ``` | 26 | ``` |
| 27 | 27 | ||
| 28 | Arguments: | 28 | Arguments: |
