This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Register
Sign In
backup
/
pywb
Watch
1
Star
0
Fork
0
You've already forked pywb
mirror of
https://github.com/webrecorder/pywb.git
synced
2025-03-15 00:03:28 +01:00
Code
Issues
Projects
Releases
Activity
pywb
/
tests
/
config_test_record.yaml
13 lines
110 B
YAML
Raw
Normal View
History
Unescape
Escape
Recorder App Support (#241) recording support: now available for dynamic collections via config - config.yaml 'recorder: live' entry enables /record/ subpath which records to any dynamic collections (can record from any collection, though usually live) - autoindex refactor: simplified, standalone AutoIndexer() -- indexes any changed warc files to autoindex.cdxj - windows autoindex support: also check for changed file size, as last modified time may not be changing - manager: remove autoindex, now part of main cli - tests: updated test_auto_colls with autoindex changes - tests: add record/replay tests for recording and replay
2017-09-21 22:12:57 -07:00
debug
:
true
collections_root
:
_test_colls
auto-all aggregate collection support: (#69) - enabled with 'all_coll' in config or --all-coll cli option, eg. --all-coll all to enable - supported for replay, timemap and cdx endpoints, uses wildcard '*' for coll name with directory aggregator - tests: record/replay tests updated to replay via all collection, check all collection cdxj
2017-09-28 02:08:31 -07:00
all_coll
:
all
Recorder App Support (#241) recording support: now available for dynamic collections via config - config.yaml 'recorder: live' entry enables /record/ subpath which records to any dynamic collections (can record from any collection, though usually live) - autoindex refactor: simplified, standalone AutoIndexer() -- indexes any changed warc files to autoindex.cdxj - windows autoindex support: also check for changed file size, as last modified time may not be changing - manager: remove autoindex, now part of main cli - tests: updated test_auto_colls with autoindex changes - tests: add record/replay tests for recording and replay
2017-09-21 22:12:57 -07:00
recorder
:
live
collections
:
'live'
:
'$live'
Reference in New Issue
Copy Permalink