Add single_file format implementation

This commit is contained in:
2023-04-02 16:12:57 +03:00
parent 23db2402c4
commit 1807564f26
4 changed files with 233 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ Aimed to be a simple, fast and easy-to-use webarchive for personal or home-net u
* **headers** — save all headers from response
* **pdf** — save page in pdf
* **single_file** — save html and all its resources (css,js,images) into one html file (not ready yet)
* **single_file** — save html and all its resources (css,js,images) into one html file
## Requirements
@@ -105,7 +105,7 @@ curl -X GET --location "http://localhost:5001/pages" | jq .
- [x] Save page to pdf
- [x] Save URL headers
- [ ] Save page to the single-page html
- [x] Save page to the single-page html
- [ ] Save page to html with separate resource files (?)
- [ ] Optional authentication
- [ ] Multi-user access