1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/config.yaml
Tessa Walsh c28941a0b6 Rework Vue banner UI
- Make Vue banner responsive with Bootstrap 4
- Add previous/next year arrows to calendar
- Make navbar background, text color, and button outlines configurable
via config.yaml
- Toggle calendar and timeline separately
- Fix bug preventing title from displaying
- Make app keyboard-navigable
- Fix banner background color configuration
- Comment out vue_navbar_background_hash
- Display linear timeline tooltip centrally on enter
- Improve header styling on small screens
- Add titles to font awesome icons
- Remove old default banner (calendar retained for advanced search
  results)
- Fix TimelineLinear TypeError that broke calendar
- Bump version to 2.7.0b2
- Set Cache-Control header on CDXJ API response to mark returned CDX as
stale after 1 day
- Add commented out UI values to config.yaml to aid users
- Remove timeline and calendar card borders
- Fix issues with snapshot navigation
- Center search bar and align with buttons
- Make Vue app bfcache-ineligible: By adding an empty unload event
listener, we make pages serving the Vue app ineligible for bfcache,
which prevents unexpected behavior when navigating via the browser's
back/forward buttons.
2022-11-21 12:46:09 -05:00

40 lines
809 B
YAML

# pywb config file
# ========================================
#
debug: true
# Uncomment to set banner colors and logo
# ui:
# logo: path/relative/from/static/logo.png
# navbar_background_hex: 0c49b0
# navbar_color_hex: fff
# navbar_light_buttons: 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
# Eanable Memento support
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