From b91bbed4a74f3932edae5d989cda6ddadc158553 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Fri, 31 May 2019 18:28:48 -0700 Subject: [PATCH] readme fix --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07e3c72..9393f82 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ # 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 * screenshot and serve image+map via CDP * gif with Floyd–Steinberg dithering @@ -16,7 +17,8 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t * google search on input not starting with ^http ## Todo -* ISMAP + +* ISMAP - underway * net/url: invalid control character in URL on Windows * configurable color palete and quantization * real http proxy support @@ -26,4 +28,5 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t * chromedp logging, timeout, non-headless flags ## Python version + Check [master branch](https://github.com/tenox7/wrp/tree/master) for "stable" Python-Webkit version. \ No newline at end of file