Update README.md
This commit is contained in:
parent
a445098409
commit
a92bba4ec5
1 changed files with 8 additions and 0 deletions
|
@ -17,6 +17,7 @@ Unlike the conventional "Save page as", `monolith` not only saves the target doc
|
||||||
|
|
||||||
If compared to saving websites with `wget -mpk`, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
|
If compared to saving websites with `wget -mpk`, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -34,10 +35,12 @@ If compared to saving websites with `wget -mpk`, this tool embeds all assets as
|
||||||
#### Via Docker
|
#### Via Docker
|
||||||
The guide can be found [here](https://github.com/Y2Z/monolith/wiki/Using-containers)
|
The guide can be found [here](https://github.com/Y2Z/monolith/wiki/Using-containers)
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
$ monolith https://lyrics.github.io/db/P/Portishead/Dummy/Roads/ -o portishead-roads-lyrics.html
|
$ monolith https://lyrics.github.io/db/P/Portishead/Dummy/Roads/ -o portishead-roads-lyrics.html
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
- `-c`: Ignore styles
|
- `-c`: Ignore styles
|
||||||
|
@ -51,24 +54,29 @@ The guide can be found [here](https://github.com/Y2Z/monolith/wiki/Using-contain
|
||||||
- `-t`: Set custom network request timeout
|
- `-t`: Set custom network request timeout
|
||||||
- `-u`: Provide own User-Agent
|
- `-u`: Provide own User-Agent
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## HTTPS and HTTP proxies
|
## HTTPS and HTTP proxies
|
||||||
Please set `https_proxy`, `http_proxy`, and `no_proxy` environment variables.
|
Please set `https_proxy`, `http_proxy`, and `no_proxy` environment variables.
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Please open an issue if something is wrong, that helps make this project better.
|
Please open an issue if something is wrong, that helps make this project better.
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## Related projects
|
## Related projects
|
||||||
- `Monolith Chrome Extension`: https://github.com/rhysd/monolith-of-web
|
- `Monolith Chrome Extension`: https://github.com/rhysd/monolith-of-web
|
||||||
- `Pagesaver`: https://github.com/distributed-mind/pagesaver
|
- `Pagesaver`: https://github.com/distributed-mind/pagesaver
|
||||||
- `Personal WayBack Machine`: https://github.com/popey/pwbm
|
- `Personal WayBack Machine`: https://github.com/popey/pwbm
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
## License
|
## License
|
||||||
The Unlicense
|
The Unlicense
|
||||||
|
|
||||||
|
---------------------------------------------------
|
||||||
|
|
||||||
<!-- Microtext -->
|
<!-- Microtext -->
|
||||||
<sub>Keep in mind that `monolith` is not aware of your browser's session</sub>
|
<sub>Keep in mind that `monolith` is not aware of your browser's session</sub>
|
||||||
|
|
Loading…
Reference in a new issue