wrp/README.md
2019-05-30 23:40:43 -07:00

31 lines
931 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# WRP - Web Rendering Proxy
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.
**You are looking at a GoLang / CDP branch of WRP.**
**This code is under active development and not fully usable yet.**
## Done so far
* basic browser-in-browser mode
* process and serve image+map via cdp
* gif with FloydSteinberg dithering
* random image addressing
* resolve relative links
## Todo
* ISMAP
* unexpected EOF on Windows
* 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
## Python version
Check [master branch](https://github.com/tenox7/wrp/tree/master) for "stable" Python-Webkit version.