Commit Graph

50 Commits

Author SHA1 Message Date
Antoni Sawicki 34d4e2fa2a
Create LICENSE 2019-03-27 13:29:02 -07:00
Antoni Sawicki 2ac4464b98 changed reference to link 2019-01-07 17:26:09 -08:00
Antoni Sawicki cc3d4a674b readme update 2019-01-07 17:24:22 -08:00
Antoni Sawicki 6655993c07 readme update 2019-01-07 17:04:07 -08:00
Antoni Sawicki 64cf34fb85
Merge pull request #27 from girst/master
support https:// sites by stripping with sslstrip
2019-01-07 16:50:53 -08:00
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
Antoni Sawicki 7013f521b3 Status update in readme 2018-12-11 17:19:05 -08:00
tenox7 b15d64351b ISMAP to bool 2018-08-09 13:21:31 -07:00
Antoni Sawicki 0b617d1592 merge from dev 2018-06-23 01:01:03 -07:00
Antoni Sawicki f6446c0a3e readme update 2018-06-23 00:44:42 -07:00
Antoni Sawicki 4526dfca64 allow to run on freebsd 2018-06-23 00:40:27 -07:00
Antoni Sawicki 40c0329d1a readme update 2018-06-23 00:21:52 -07:00
Antoni Sawicki 67ec48aa62 small copyright update and formatting fixes 2018-06-23 00:17:39 -07:00
Antoni Sawicki b89211e432
Merge pull request #21 from miniupnp/freebsd
Support for FreeBSD
2018-03-26 02:19:57 -07:00
Thomas Bernard ef96884e77 Support for FreeBSD 2018-03-25 23:45:32 +02:00
Natalia Portillo 8549e13f64
Added changelog. 2017-05-10 07:41:19 +01: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 b090ea47b0 Merge pull request #20 from tenox7/v1.4
V1.4
2017-05-10 05:10:14 +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 12496f3d7c
Remove spurious ctags file. 2017-05-10 04:27:00 +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 6854596629
Updated README. 2017-01-21 18:15:09 +00:00
Natalia Portillo 2faee75543
Remove and ignore Visual Studio Code files. 2017-01-21 18:12:40 +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 ebb8d0efdf
Add Visual Studio Code configuration to use python2. 2017-01-21 14:41:30 +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
Natalia Portillo 4ebed0ad60
Merge branch 'Dev' of https://github.com/tenox7/wrp into Dev 2017-01-10 10:54:10 +00:00
Antoni Sawicki b463aad8ca
1.2 dev update queue and ISMAP
passes parameters through queue instead of globals, adds preliminary
support for ISMAP
2017-01-10 10:53:50 +00:00
Natalia Portillo f91e9ce356
Allow Mac OS X to load non-SSL secured URLs, closes #11
Signed-off-by: Natalia Portillo <claunia@claunia.com>
2017-01-10 10:32:52 +00:00
Natalia Portillo e209d42e30
Make executables as such.
Signed-off-by: Natalia Portillo <claunia@claunia.com>
2017-01-10 10:30:15 +00:00
Antoni Sawicki 8a431f4668 1.2 dev update queue and ISMAP
passes parameters through queue instead of globals, adds preliminary
support for ISMAP
2016-12-26 23:09:34 -08:00
Antoni Sawicki f827d20300 readme update 2016-07-13 14:28:37 -07:00
Antoni Sawicki e1891e2e37 readme update 2016-07-13 14:10:20 -07:00
Antoni Sawicki 060c65cb94 Initial 1.1 commit 2016-01-24 02:06:29 -08:00