wrp/README.md

29 lines
1010 B
Markdown
Raw Normal View History

# WRP - Web Rendering Proxy
2019-05-29 08:29:01 +00: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-08 01:04:07 +00:00
2019-05-30 09:04:25 +00: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 07:40:27 +00:00
2019-05-30 09:02:24 +00:00
## Done so far
* basic browser-in-browser mode
2019-05-31 07:44:50 +00:00
* screenshot and serve image+map via CDP
2019-05-30 09:02:24 +00:00
* gif with FloydSteinberg dithering
* random image addressing
* resolve relative links
2019-05-31 23:41:25 +00:00
* paginated scrolling
2019-05-31 07:44:50 +00:00
* google search on input not starting with ^http
2019-05-27 23:37:19 +00:00
2019-05-30 09:02:24 +00:00
## Todo
* ISMAP
2019-05-31 08:34:44 +00:00
* net/url: invalid control character in URL on Windows
2019-05-30 09:02:24 +00:00
* configurable color palete and quantization
* real http proxy support
2019-05-31 07:44:50 +00:00
* option to encode as png/jpeg
2019-05-30 09:02:24 +00:00
* padded box model coordinates
* better http server shutdown
* chromedp logging, timeout, non-headless flags
2019-05-30 09:05:04 +00:00
## Python version
2019-05-31 23:41:25 +00:00
Check [master branch](https://github.com/tenox7/wrp/tree/master) for "stable" Python-Webkit version.