summaryrefslogtreecommitdiff
path: root/README.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-11-09Add codecov.ioLars-Dominik Braun1-0/+3
2018-11-08Drop support for Python <3.6Lars-Dominik Braun1-1/+1
2018-11-08Update READMELars-Dominik Braun1-2/+4
Dependency changes after asyncio transition.
2018-09-29Add documentationLars-Dominik Braun1-0/+35
For -recursive and -irc
2018-08-21Remove celery and recursionLars-Dominik Braun1-61/+0
Gonna rewrite that properly.
2018-08-19README: Add rationaleLars-Dominik Braun1-25/+87
Explain a few design decisions
2018-05-05Update documentationLars-Dominik Braun1-4/+4
2018-05-04Move page archiving logic to SinglePageControllerLars-Dominik Braun1-1/+1
In preparation for recursive crawls.
2018-03-25Add Travis CILars-Dominik Braun1-1/+4
2018-02-23README: Add Squidwarc to related projectsLars-Dominik Braun1-0/+5
2017-12-24Refactor behavior scriptsLars-Dominik Braun1-12/+7
No functional changes, just cleanup. Replaces onload and onsnapshot events. Move screen metric emulation, DOM snapshots and screenshots here as well.
2017-12-18README: Add related projectLars-Dominik Braun1-0/+9
2017-12-17Extend READMELars-Dominik Braun1-10/+25
2017-12-17Don’t fetch redirected request bodyLars-Dominik Braun1-0/+1
We can’t do that safely due to a race-condition.
2017-12-17Add distributed archivingLars-Dominik Braun1-0/+38
Using celery. Also adds a plugin for the IRC bot sopel. Code still needs some love, but it should work.
2017-12-03Add note about Range: requestsLars-Dominik Braun1-0/+2
2017-11-25Rename --run-before-snapshot and document --on* optionsLars-Dominik Braun1-1/+17
2017-11-22Make <canvas> static before DOM snapshotLars-Dominik Braun1-1/+0
Use --run-before-snapshot=canvas-snapshot.js. Replaces <canvas> with image snapshot. We could use .captureStream() as well.
2017-11-22Emulate different screen sizesLars-Dominik Braun1-3/+0
Causes the browser to load CSS assets and <img> srcset, for example.
2017-11-20Add page created from DOM snapshotLars-Dominik Braun1-3/+17
2017-11-17Initial importLars-Dominik Braun1-0/+40