From f557504bed9333e3fe82658441a4c6d4a502d3da Mon Sep 17 00:00:00 2001 From: Sunshine Date: Tue, 8 Dec 2020 17:02:09 -1000 Subject: [PATCH 1/3] Update README.md Add Hako to the list of related projects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 175f15a..28b7821 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ Please open an issue if something is wrong, that helps make this project better. - `Monolith Chrome Extension`: https://github.com/rhysd/monolith-of-web - `Pagesaver`: https://github.com/distributed-mind/pagesaver - `Personal WayBack Machine`: https://github.com/popey/pwbm + - `Hako`: https://github.com/dmpop/hako --------------------------------------------------- From a2f59b4418120feef5401f99a85dc39345ea664a Mon Sep 17 00:00:00 2001 From: Sunshine Date: Wed, 9 Dec 2020 16:23:17 -1000 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 175f15a..8ca6186 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ The guide can be found [here](docs/containers.md) - `-I`: Isolate the document - `-j`: Exclude JavaScript - `-k`: Accept invalid X.509 (TLS) certificates + - `-M`: Don't add timestamp and URL information - `-o`: Write output to file - `-s`: Be quiet - `-t`: Adjust network request timeout From 36e82cb5112c4aac3a939a64494d8c756102427d Mon Sep 17 00:00:00 2001 From: Sunshine Date: Sun, 13 Dec 2020 08:42:41 -1000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff12ad1..0fa5e4f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The guide can be found [here](docs/containers.md) --------------------------------------------------- -## HTTPS and HTTP proxies +## Proxies Please set `https_proxy`, `http_proxy`, and `no_proxy` environment variables. ---------------------------------------------------