From 6a8f655953969fdbcf70dead99b1d6d98aad83a3 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Tue, 4 Jun 2019 23:46:16 -0700 Subject: [PATCH] delete old readme --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 04d43fe..0000000 --- a/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# 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. - -New: Version 2.1 brings support for sslstrip to allow browsing https/SSL/TSL websites. - - -# Current Status - -* This is a WebKit / Python version of WRP. -* It mostly works for casual browsing but the app is not very stable and your mileage may vary. -* Secure aka https/SSL/TLS websites might work with use of [sslstrip](https://moxie.org/software/sslstrip/) cheat (enabled by default). -* Web form submission is not yet implemented. -* New version using Chrome and GoLang is actively [being developed](https://github.com/tenox7/wrp/tree/gocdp). Stay tuned for updates. - -## 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. - -## 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/ -