Commit Graph

25 Commits

Author SHA1 Message Date
girst
85063cefc8 support https:// sites by stripping with sslstrip
if this project wasn't perverse enough, the web-rendering-proxy now
requires another proxy as its dependency.
2018-12-28 23:10:13 +01:00
tenox7
b15d64351b ISMAP to bool 2018-08-09 13:21:31 -07:00
Antoni Sawicki
4526dfca64 allow to run on freebsd 2018-06-23 00:40:27 -07:00
Antoni Sawicki
67ec48aa62 small copyright update and formatting fixes 2018-06-23 00:17:39 -07:00
Natalia Portillo
6a6d559a74
Version bumped to 2.0 and some typos corrected. 2017-05-10 07:28:17 +01:00
Natalia Portillo
5c1559984d
Corrected how webpage title is got on mac OS. 2017-05-10 07:25:36 +01:00
Natalia Portillo
18b382f82d
Added PythonMagick support.
Fixes #7
2017-05-10 06:54:22 +01:00
Natalia Portillo
20544c2d50
Add support for user choosing file format.
BMP would be huge so I don't see a reason to add it, and with this we could consider this fixes #14
2017-05-10 05:08:27 +01:00
Natalia Portillo
fb569d0a62
Added option to auto adjust browser width using javascript code. 2017-05-10 04:25:32 +01:00
Natalia Portillo
b4333ca2fd
Added code to prevent crashing when URLs contain non-ASCII characters.
Does not guarantee handling of non-UTF-8 URLs (like ISO 8859-15, Shift-JIS, etc)
2017-05-10 04:24:56 +01:00
Natalia Portillo
9914700ae9
Adds support for stopping when browser prepends www to wrp.stop command. 2017-05-10 03:46:15 +01:00
Natalia Portillo
100ab83720
Adds support for returning erors and non-HTML pages as is. Fixes #18 2017-05-10 03:45:13 +01:00
Natalia Portillo
4fefe187cd
Correct title working. 2017-05-10 03:43:26 +01:00
Natalia Portillo
762a3822f7
Sets title from read one. 2017-05-10 03:40:58 +01:00
Natalia Portillo
afc5e5724d
Adds support for PyQt5, fixes #19 2017-05-09 01:10:37 +01:00
Natalia Portillo
1e79b37d7c
Do not remove mapfile, client may go back. 2017-01-22 16:43:10 +00:00
Natalia Portillo
90d1e82b00
Implemented ISMAP on Linux, closes #3. 2017-01-22 16:42:32 +00:00
Natalia Portillo
e34a63604f
Clean up used maps. 2017-01-22 14:17:25 +00:00
Natalia Portillo
d7a2db49b8
Uses memory streams instead of files, closes #6 2017-01-21 21:40:30 +00:00
Natalia Portillo
6ea543b077
Remove spurious debug line. 2017-01-21 20:54:02 +00:00
Natalia Portillo
b4b730b652
Use QApplication.exit(0) when wrp.stop. 2017-01-21 17:56:54 +00:00
Natalia Portillo
3d5d56c5f7
Exit as soon as requested (not working). 2017-01-21 16:44:21 +00:00
Natalia Portillo
29c71e6fd9
Refactored code to follow common python style. 2017-01-21 16:38:14 +00:00
Natalia Portillo
85f9b175ce
Merged both codepaths in same file. This time for real closes #12
Signed-off-by: Natalia Portillo <claunia@claunia.com>
2017-01-20 00:12:17 +00:00
Natalia Portillo
966923949b
Merge common code in a single executable that detects corresponding codepath and runs it, closes #12
Signed-off-by: Natalia Portillo <claunia@claunia.com>
2017-01-18 15:35:24 +00:00