wrp/README.md

30 lines
915 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
* process and serve image+map via cdp
* gif with FloydSteinberg dithering
* random image addressing
* resolve relative links
2019-05-27 23:37:19 +00:00
2019-05-30 09:02:24 +00:00
## Todo
* configurable size and scale
* ISMAP
* 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
Check [master branch](https://github.com/tenox7/wrp/tree/master) for "stable" Python-Webkit version.
2018-06-23 07:44:42 +00:00