2018-06-23 00:17:39 -07:00
# WRP - Web Rendering Proxy
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-05-30 02:04:25 -07:00
**You are looking at a GoLang / CDP branch of WRP.**
**This code is under active development and not fully usable yet.**
2018-06-23 00:40:27 -07:00
2018-06-23 00:17:39 -07:00
2019-05-30 02:02:24 -07:00
## Done so far
* basic browser-in-browser mode
* process and serve image+map via cdp
* gif with Floyd– Steinberg dithering
* random image addressing
* resolve relative links
2019-05-27 16:37:19 -07:00
2019-05-30 02:02:24 -07:00
## Todo
* ISMAP
2019-05-30 02:15:52 -07:00
* unexpected EOF on Windows
2019-05-30 02:02:24 -07:00
* configurable color palete and quantization
* paginated scrolling
* real http proxy support
* encode to png/jpeg option
* padded box model coordinates
* better http server shutdown
* chromedp logging, timeout, non-headless flags
2019-05-30 02:05:04 -07:00
## Python version
2019-05-30 02:02:24 -07:00
Check [master branch ](https://github.com/tenox7/wrp/tree/master ) for "stable" Python-Webkit version.
2018-06-23 00:44:42 -07:00
2018-12-28 14:16:01 +01:00