Closed xvxx closed 4 years ago
This line should produce a text link, but instead generates this download link:
9more about the Gopher protocol Gopher (protocol) 0.0.0.0 70
You can see it in action here:
https://gopherpedia.com/gopherpedia.com/about
The "back to gopherpedia" is broken too, also with the wrong host but the correct link type:
1back to gopherpedia / 0.0.0.0 70
Separately, and I could be way off here, it seems like the -o option might also not be working in Gopher2000? Should it be params[:host] = val?
-o
params[:host] = val
https://github.com/muffinista/gopher2000/blob/b024a6367513ffc218698e09e75a982329fc4011/bin/gopher2000#L34
I :heart: Gopherpedia, thank you!
Thanks so much, nice catch!
This line should produce a text link, but instead generates this download link:
You can see it in action here:
https://gopherpedia.com/gopherpedia.com/about
The "back to gopherpedia" is broken too, also with the wrong host but the correct link type:
Separately, and I could be way off here, it seems like the
-o
option might also not be working in Gopher2000? Should it beparams[:host] = val
?https://github.com/muffinista/gopher2000/blob/b024a6367513ffc218698e09e75a982329fc4011/bin/gopher2000#L34
I :heart: Gopherpedia, thank you!