1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

css subleties

This commit is contained in:
Nick Sweeting 2017-05-05 05:54:31 -04:00 committed by GitHub
parent 9b53611783
commit c375d88355

View file

@ -38,7 +38,9 @@ organized by timestamp. For each sites it saves:
I've found it takes about an hour to download 1000 articles, and they'll take up roughly 1GB.
Those numbers are from running it on my i5 4-core machine with 50mbps down. YMMV.
You can tweak all the parameters like screenshot size, file locations, timeouts, etc. in `archive.py`.
You can tweak parameters like screenshot size, file paths, timeouts, etc. in `archive.py`.
You can also tweak the outputted html index in `index_template.html`. It just uses python
format strings (not a proper templating engine like jinja2), which is why the CSS is double-bracketed `{{...}}`.
## Publishing Your Archive