mirror of
https://github.com/tenox7/wrp.git
synced 2024-12-22 06:29:16 +00:00
13 lines
711 B
Markdown
13 lines
711 B
Markdown
|
# 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
|
||
|
* http://virtuallyfun.superglobalmegacorp.com/2014/03/11/web-rendering-proxy-update/
|
||
|
* http://virtuallyfun.superglobalmegacorp.com/2014/03/03/surfing-modern-web-with-ancient-browsers/
|