tenox7 / wrp

Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Apache License 2.0
1.08k stars 52 forks source link

*BSD Support #70

Closed VENTDEV closed 4 years ago

VENTDEV commented 4 years ago

Not sure why there was a decision to drop support for BSDs. I assume it's because of the switch to Chrome as a backend? Was there any technical reason you all couldn't use a FOSS browser backend like Chromium? I find it a silly choice to force a proprietary web browser maintained by an advertising agency to use a piece of FOSS software. Any chances of getting a Chromium backend, and thus eventually a FreeBSD version again?

tenox7 commented 4 years ago

I don't know what are you talking about. Chromium and Chrome are the same browser maintained by the same advertising agency. Those are the differences: https://chromium.googlesource.com/chromium/src/+/master/docs/chromium_browser_vs_google_chrome.md - the main being color of the logo.

I also don't understand "dropping support for FreeBSD"? WRP supports all OSes that Golang supports and can run Chrome or Chromium.

If you find any of my choices silly there is a little button called Fork on the top right. Make your own fork with your own silly choices. This is how FOSS works.

Also if there is something to be resolved in this "issue" please state it more clearly.

VENTDEV commented 4 years ago

I also don't understand "dropping support for FreeBSD"? WRP supports all OSes that Golang supports and can run Chrome or Chromium.

According to the readme, it says it only supports Chrome. Which doesn't work on the BSDs as you well know.

Also the text about FreeBSD was removed from the readme since the last time I checked this repo.

What I did not see is that you do have packages in the WRP Binary section, so I stand corrected, there is FreeBSD support. Sorry, I checked FreeBSD repos and then checked your Git page, and saw no mention of FreeBSD support anymore. Hence this question. Anyhoo, I shall close it now and install the binary. Thanks.

tenox7 commented 4 years ago

I will update the readme to include Chromium. Thats fair.

VENTDEV commented 4 years ago

Thanks! It should clear up some confusion. At least from me. :)

tenox7 commented 4 years ago

Okay looks like the issue has been resolved.

VENTDEV commented 4 years ago

Thanks much!