Gophermap RFC improvement

This commit is contained in:
Luxferre
2023-03-31 08:22:32 +03:00
parent 713a34e1aa
commit 429a9ab40c
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -13,6 +13,7 @@ Improvements over the original Bopher from that post:
- mouse support (where possible)
- smoother rendering and scrolling
- better edge-case stability (e.g. on macOS where using file descriptor 3 actually crashes everything)
- better Gophermap processing according to the RFC
- multi-level navigation history (although you can only go back)
- status bar with currently opened resource name
- ability to accept `gopher://` URLs from the command line
@@ -58,6 +59,10 @@ Besides having Tor itself up and running, you also need to have the `torsocks` w
torsocks bash bopher-ng.sh gopher://[some-address].onion
```
## Will there be any Gopher-TLS support?
No. Besides the ambiguity problem, it will also introduce huge external dependencies. Use .onion services instead whenever possible.
## How to control Bopher-NG?
- Scrolling: Up/Down arrow keys, k/j keys or mouse scroll wheel (if supported)