Quick 'n Dirty prototype of a Web to Gopher proxy service that allows you to access the greater World-Wide-Web via the GOpher protocol by proxying the URL selected by the selector to the web and converting the content so something legible for Gopher clients.
NB: This is very much work-in-progress.
$ go get githubcom/prologic/webgopher
Run the webgopher daemon:
$ webgopher
Use your favorite Gopher client and pass in the URL you wish to browse on the WEB as the selector:
$ lynx gopher://localhost:7000/1http://www.wikipedia.org/

webgopher is licensed under the terms of the MIT License.
2 commits
Go
100.0%
Quick 'n Dirty prototype of a Web to Gopher proxy service that allows you to access the greater World-Wide-Web via the GOpher protocol by proxying the URL selected by the selector to the web and converting the content so something legible for Gopher clients.
NB: This is very much work-in-progress.
$ go get githubcom/prologic/webgopher
Run the webgopher daemon:
$ webgopher
Use your favorite Gopher client and pass in the URL you wish to browse on the WEB as the selector:
$ lynx gopher://localhost:7000/1http://www.wikipedia.org/

webgopher is licensed under the terms of the MIT License.
2 commits
Go
100.0%