Commit Graph

166 Commits

Author SHA1 Message Date
Sunshine
38a6f963ad
account for network errors, add option to ignore them 2020-11-22 16:49:26 -10:00
zfhrp
a296531b3f remove unused import opts::Options; 2020-11-01 23:04:08 +09:00
Sunshine
1d6392cb28
implement support for BASE tag 2020-08-01 02:35:07 -04:00
Sunshine
03cdc0e0b2
Merge pull request #201 from snshn/refactor-and-version-bump
Refactor and version bump
2020-07-14 03:51:31 -04:00
Sunshine
73c35eaccb
treat minus for output target file path as stdout 2020-07-14 03:35:59 -04:00
Sunshine
90f7c3a0d0
alphabetical order for function names 2020-07-14 03:27:52 -04:00
Sunshine
09d41d2cf1
automatically obtain favicon.ico 2020-07-14 02:58:29 -04:00
Sunshine
164e728ad3
Merge pull request #197 from snshn/addetional-black-box-test-data
Additional black box test data
2020-07-06 16:51:49 -04:00
Sunshine
8883bd6aca
add more black box test data 2020-07-06 16:15:57 -04:00
Sunshine
ec85121d28
update help message 2020-07-01 06:29:56 -04:00
Sunshine
decd5b2119
add ASCII logo atop of help message 2020-07-01 06:13:58 -04:00
Sunshine
23de5ced21
add tests for utils::indent() 2020-06-28 16:15:42 -04:00
Sunshine
bc98aca2a2
indent items in retrieval log to form a tree-like structure 2020-06-28 16:11:15 -04:00
Sunshine
438ebd520a
Merge pull request #193 from snshn/options-struct
Pass options object instead of using separate parameters
2020-06-28 01:51:05 -04:00
Sunshine
ddb97009e9
pass options object instead of using separate parameters 2020-06-28 01:36:41 -04:00
Sunshine
9e5d8ec691
add more sample data for blackbox tests 2020-06-27 14:55:10 -04:00
Sunshine
29bf042da0
trim CSS if it contains nothing but whitespaces 2020-06-26 23:26:55 -04:00
Sunshine
2ac964fae5
include font-src into CSP 2020-06-26 18:14:46 -04:00
Sunshine
ae5d6d2df4
refactor CSP code 2020-06-26 16:19:44 -04:00
Sunshine
44cac65a83
automatically remove "Refresh" and "Location" META tags 2020-06-26 01:18:52 -04:00
Sunshine
0347fd3985
move metadata tag code into a function 2020-06-25 18:23:56 -04:00
Sunshine
5c229c51da
move functions related to URL manipulation into url.rs 2020-06-24 03:16:40 -04:00
Sunshine
f6ea16b3ad
create a separate function for appending URL fragments 2020-06-24 02:26:05 -04:00
Sunshine
f9aac6f41b
update crates 2020-06-20 01:05:39 -04:00
Sunshine
4e31d0433e
only attempt to remove credentals from HTTP(S) URLs 2020-06-01 05:28:02 -04:00
Sunshine
090d647390
group all tests into either passing or failing groups 2020-05-23 03:49:04 -04:00
Sunshine
cbe3f9f554
implement support for embedding images within srcset 2020-05-17 14:06:44 -04:00
Sunshine
a18df74946
refactor code and implement integrity validation 2020-05-12 02:51:37 -04:00
Sunshine
c4569343a4
improve metadata comments 2020-04-30 20:23:09 -04:00
Sunshine
5f5820c71a
Merge pull request #168 from snshn/context-comment
Metadata comment tag
2020-04-30 20:06:40 -04:00
Sunshine
c999359b9f
Merge branch 'context-comment' of github.com:Alch-Emi/monolith into context-comment 2020-04-30 19:54:13 -04:00
Sunshine
f22e2b6e68
embed SVG IMAGE assets 2020-04-30 19:51:30 -04:00
Sunshine
9b40dbbf27
add option to exclude web fonts 2020-04-22 09:11:20 -04:00
Sunshine
edacd09dc8
store blobs instead of data URLs in cache 2020-04-19 13:26:14 -04:00
Sunshine
eeea617fb1
escape all special chars within #id and .class CSS selectors 2020-04-11 17:50:23 -04:00
Sunshine
9d3df2cdc6
escape colons within CSS idents 2020-04-10 20:59:56 -04:00
Sunshine
3738be2b6d
treat url()'s found in @counter-style rules as images 2020-04-10 07:22:02 -04:00
Sunshine
594ad55bd8
improve data URL media type detection 2020-04-10 05:50:33 -04:00
Sunshine
c097733ae7
improve parsing of data URLs 2020-04-09 20:27:07 -04:00
Sunshine
349c7bb3ea
properly parse negative units in CSS 2020-04-08 18:07:39 -04:00
Sunshine
a19aa37ea8
Merge pull request #145 from snshn/no-images-svg
Empty SVG nodes when excluding images
2020-04-04 15:55:26 -04:00
Sunshine
791e44796e
resolve hrefs of <area> image-map tags 2020-04-04 14:55:45 -04:00
Sunshine
b88479446c
implement unit tests for macros 2020-04-04 08:21:41 -04:00
Sunshine
1d6217ef5a
empty SVG nodes if --no-images 2020-04-03 21:56:46 -04:00
Sunshine
29836d979a
add support for image inputs 2020-04-03 03:30:52 -04:00
Sunshine
643c4ce7ef
implement improvements suggested by @robatipoor 2020-04-03 00:00:08 -04:00
Sunshine
875481b9a2
update help dialog 2020-04-02 03:04:21 -04:00
Sunshine
4951fea730
implement full CSS parsing 2020-04-02 01:09:32 -04:00
Sunshine
be25784297
improve SVG media type detection 2020-03-24 08:50:39 -04:00
Sunshine
479c42e1ce
improve test code structure 2020-03-22 22:08:41 -04:00