wrp/README.md

43 lines
2.2 KiB
Markdown
Raw Normal View History

# WRP - Web Rendering Proxy
2019-05-31 18:28:48 -07:00
2019-05-29 01:29:01 -07:00
A HTTP proxy server that allows to use historical and obsolete web browsers on the modern web. It works by rendering the web page in to a GIF image associated with clickable imagemap of original web links.
2019-01-07 17:04:07 -08:00
2019-06-04 02:20:43 -07:00
## Current Status
2019-05-30 02:04:25 -07:00
2019-06-11 02:56:00 -07:00
* This is the new GoLang/[ChdomeDP](https://github.com/chromedp/chromedp) version.
* It's still lacking some features of the [older version](/old) but far surpasses it in terms of stability and usability.
2019-06-18 14:45:50 -07:00
* It's beta quality but unlike the old version, it's now fully supported an maintained.
2019-06-07 01:30:32 -07:00
* Currently works as browser-in-browser. A real http proxy mode is being investigated. Check [issue #35](https://github.com/tenox7/wrp/issues/35) for updates.
2019-05-27 16:37:19 -07:00
2019-06-05 01:42:17 -07:00
## Usage
2019-06-20 10:20:41 -07:00
1. [Download a WRP binary](https://github.com/tenox7/wrp/releases) and run it on a machine that will become your WRP server.
2. Point your legacy browser to `http://address:port` of WRP server. Do not set or use it as a "Proxy Server" (yet).
2019-06-05 01:42:17 -07:00
3. Type a search string or a http/https URL and click Go.
2019-06-06 01:35:23 -07:00
4. Adjust your screen width/height/scale/#colors to fit in your old browser.
5. For very very very old browsers such as Mosaic 2.x and IBM WebExplorer 1.x tick the I checkbox to enable ISMAP mode. However this normally should not be needed.
2019-06-05 01:42:17 -07:00
6. Scroll web page by clicking Up/Down. To go to top enter 0 and click Go.
2019-06-05 01:35:42 -07:00
![ncsa mosaic on reddit in 2019](wrp.png)
2019-06-04 02:20:43 -07:00
## Flags
```
-l listen address:port, default :8080
-h headed mode, display browser window
-d chromedp debug logging
```
## More info and screenshots
* http://virtuallyfun.superglobalmegacorp.com/2014/03/11/web-rendering-proxy-update/
* http://virtuallyfun.superglobalmegacorp.com/2014/03/03/surfing-modern-web-with-ancient-browsers/
2019-06-06 16:46:40 -07:00
## Credits
2019-06-10 15:14:17 -07:00
* Uses [chromedp](https://github.com/chromedp), thanks to [mvdan](https://github.com/mvdan) for dealing with my issues
2019-06-18 14:46:19 -07:00
* Uses [go-quantize](https://github.com/ericpauley/go-quantize), thanks to [ericpauley](https://github.com/ericpauley) for developing the missing go quantizer
2019-06-10 15:14:17 -07:00
* Thanks to Jason Stevens of [Fun With Virtualization](https://virtuallyfun.com/) for graciously hosting my rumblings
2019-06-18 14:48:39 -07:00
## Legal Stuff
2019-06-18 14:49:32 -07:00
License: Apache 2.0
Copyright (c) 2013-2018 Antoni Sawicki
2019-06-18 14:48:39 -07:00
Copyright (c) 2019 Google LLC