From 9215ed57c0d7fc8bc99d30245a00e920d7c312fc Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Sun, 26 Apr 2020 00:14:33 -0700 Subject: [PATCH] readme update --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3378603..263317c 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,15 @@ A browser-in-browser "proxy" server that allows to use historical / vintage web ## Usage -1. [Download a WRP binary](https://github.com/tenox7/wrp/releases/) and run it on a machine that will become your WRP gateway/server. Google Chrome Browser is required. -2. Point your legacy browser to `http://address:port` of WRP server. Do not set or use it as a "http proxy server". +1. [Download a WRP binary](https://github.com/tenox7/wrp/releases/) and run it on a machine that will become your WRP gateway/server. +This machine should be modern and Google Chrome Browser is required to be preinstalled. +2. Point your legacy browser to `http://address:port` of WRP server. Do not set or use it as a "proxy server". 3. Type a search string or a http/https URL and click **Go**. 4. Adjust your screen width/height/scale/#colors to fit in your old browser. 5. Scroll web page by clicking on the in-image scroll bar. 6. Do not use client browser history-back, instead use **Bk** button in the app. 7. To send keystrokes, fill **K** input box and press **Go**. There also are buttons for backspace, enter and arrow keys. -8. You can set height **H** to `0` to render pages in to one tall image without the vertical scrollbar. This feature is experimental and your mileage will vary depending ong many factors. +8. You can set height **H** to `0` to render pages in to one tall image without the vertical scrollbar. This should not be used with old and low spec clients. Such images will be very large and take long time to encode/decode, especially for GIF. 9. Prefer PNG over GIF if your browser supports it. PNG is much faster, whereas GIF requires a lot of additional processing on both client and server. ## Docker