mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
* include the collection in Memento Link outputs: - add new cdx 'source-coll' field, storing only the collection - ensure rel="collection" property included in the TimeMap and Link header - tests: update all tests to include the 'source-coll' property - docs: add 'collection provenance' to auto-all collection configuration docs
20 lines
347 B
YAML
20 lines
347 B
YAML
# pywb config file
|
|
# ========================================
|
|
#
|
|
|
|
collections:
|
|
all: $all
|
|
pywb:
|
|
index_paths: ./sample_archive/cdx/
|
|
archive_paths: ./sample_archive/warcs/
|
|
|
|
# Settings for each collection
|
|
use_js_obj_proxy: true
|
|
|
|
# Memento support, enable
|
|
enable_memento: true
|
|
|
|
# Replay content in an iframe
|
|
framed_replay: true
|
|
|