Update README.md

This commit is contained in:
Antoni Sawicki 2020-03-23 19:47:35 -07:00 committed by GitHub
parent c93c2c883e
commit 5ce1c2456f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ docker run -d -p 8080:8080 gcr.io/tenox7/wrp:latest
### I can't get it to open
This program does not have a GUI and is run from the command line. You may need to enable executable mode, for example on Mac:
This program does not have a GUI and is run from the command line. You may need to enable executable bit, for example on Mac:
```bash
$ cd ~/your-download-directory
@ -64,7 +64,7 @@ $ ./wrp-amd64-macos -t png
* Later in 2014, version 2.0 became a stand alone http-proxy server, also support for both Linux/MacOS, [another post](https://virtuallyfun.com/wordpress/2014/03/11/web-rendering-proxy-update//).
* In 2016 the whole internet migrated to HTTPS/SSL/TLS and WRP largely stopped working. Python code became unmaintainable and mostly unportable (especially to Windows, even WSL).
* In 2019 WRP 3.0 has been rewritten in Golang/Chromedp as browser-in-browser instead of http proxy.
* Later in 2019, WRP 4.0 has been completely refactored to use mouse clicks instead using a href nodes. Also in 4.1 added sending keystrokes in to input boxes. You can now login to Gmail. Also now runs as a Docker container. Version 4.5 introduces rendering whole pages in to one tall image image.
* Later in 2019, WRP 4.0 has been completely refactored to use mouse clicks via imagemap instead parsing a href nodes. Also in 4.1 added sending keystrokes in to input boxes. You can now login to Gmail. Also now runs as a Docker container. Version 4.5 introduces rendering whole pages in to one tall image image.
## Credits
@ -77,4 +77,4 @@ $ ./wrp-amd64-macos -t png
License: Apache 2.0
Copyright (c) 2013-2018 Antoni Sawicki
Copyright (c) 2019 Google LLC
Copyright (c) 2019-2002 Google LLC