readme update

This commit is contained in:
Antoni Sawicki 2019-06-01 01:26:18 -07:00
parent e48f0c9ff2
commit a6df4cbec4
2 changed files with 31 additions and 3 deletions

View File

@ -19,7 +19,6 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t
## Todo
* ISMAP - underway
* net/url: invalid control character in URL on Windows
* configurable color palete and quantization
* real http proxy support
* option to encode as png/jpeg
@ -27,6 +26,6 @@ A HTTP proxy server that allows to use historical and obsolete web browsers on t
* better http server shutdown
* chromedp logging, timeout, non-headless flags
## Python version
## Old Python version
Check [master branch](https://github.com/tenox7/wrp/tree/master) for "stable" Python-Webkit version.
Check [pywebkit/](/pywebkit) folder for the old Python-Webkit version.

29
pywebkit/README.md Normal file
View File

@ -0,0 +1,29 @@
# 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/PNG/JPEG image associated with clickable imagemap of original web links.
# Current Status
* This is a WebKit / Python version of WRP.
* No longer maintained / supported.
* You should be using GoLang/CDP version instead.
* It mostly works for casual browsing but it's not very stable.
* Secure aka https/SSL/TLS websites might work with use of [sslstrip](https://moxie.org/software/sslstrip/) cheat (enabled by default).
## OS Support
WRP works on macOS (Mac OS X), Linux and FreeBSD. On macOS it uses Cocoa Webkit, on Linux/FreeBSD QT Webkit, for which needs PyQT4 or PyQT5. It does not work on Windows. Use Go/CDP version for that.
## Installation
* macOS - should just work
* Linux/FreeBSD install `python-pyqt5.qtwebkit` and `sslstrip`
* For PythonMagick (Imagemagick library) install `python-pythonmagick`
## Configuration
Edit wrp.py, scroll past Copyright section to find config parameters
## Usage
Configure your web browser to use HTTP proxy at IP address and port where WRP is running. If using browsers prior to HTML 3.2, ISMAP option may need to be enabled. Check configuration.
## More info and screenshots
* http://virtuallyfun.superglobalmegacorp.com/2014/03/11/web-rendering-proxy-update/
* http://virtuallyfun.superglobalmegacorp.com/2014/03/03/surfing-modern-web-with-ancient-browsers/