mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 16:14:48 +01:00
- make calendar tooltips into real links and clickable and ctrl+clickable - ensure advanced view uses old ui (not supported in new ui) - add language popup on frame_insert for vueui - i18n: consolidate loc strings for vueui into vue_loc.html - spinner: for replay, only show over banner - spinner: show after 500ms delay - i18n: add one more string ('no captures') - make calendar popup links regular links to support cmd+click - i18n: implement lang switcher in vue as well (for query and framed_insert), don't include non-vue language switcher in header
37 lines
675 B
YAML
37 lines
675 B
YAML
# pywb config file
|
|
# ========================================
|
|
#
|
|
debug: true
|
|
ui:
|
|
vue_calendar_ui: true
|
|
vue_timeline_banner: true
|
|
|
|
collections:
|
|
all: $all
|
|
pywb:
|
|
index_paths: ./sample_archive/cdx/
|
|
archive_paths: ./sample_archive/warcs/
|
|
|
|
ukwa: cdx+https://www.webarchive.org.uk/wayback/archive/cdx
|
|
is: cdx+http://beta.vefsafn.is/is/cdx
|
|
|
|
# Settings for each collection
|
|
use_js_obj_proxy: true
|
|
|
|
# Memento support, enable
|
|
enable_memento: true
|
|
|
|
# Replay content in an iframe
|
|
framed_replay: true
|
|
|
|
redirect_to_exact: true
|
|
|
|
|
|
# uncomment and change to set default locale
|
|
# default_locale: en
|
|
|
|
# uncomment to set available locales
|
|
locales:
|
|
- en
|
|
- ru
|