Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Go to file
2018-06-23 00:17:39 -07:00
.gitignore Remove and ignore Visual Studio Code files. 2017-01-21 18:12:40 +00:00
Changelog.md Added changelog. 2017-05-10 07:41:19 +01:00
README.md small copyright update and formatting fixes 2018-06-23 00:17:39 -07:00
wrp.py small copyright update and formatting fixes 2018-06-23 00:17:39 -07:00

WRP - Web Rendering Proxy

A HTTP proxy server that renders the web page in to a GIF/JPEG image associated with clickable imagemap of the original web links. It allows to use historical and obsolete web browsers on the modern web. It's still a work in progress but it's quite stable and usable for casual web browsing.

OS Support

WRP works on Mac OS X and Linux. It requires Python 2.7 and under Linux, PyQT4 or PyQT5.

Linux QT Webkit Install

apt install python-qt5 python-pyqt5.qtwebkit

More info and screenshots