-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
41 lines (27 loc) · 1 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
static_routes:
static/__pywb: pywb/static/
static/m: ./static/
collections:
'reconstruct':
index_paths:
- http://timetravel.mementoweb.org/api/json/
- http://labs.mementoweb.org/timemap/json/
server_cls: !!python/name:webreconstruct.mementoquery.MementoIndexServer
wb_handler_class: !!python/name:webreconstruct.mementohandler.MementoHandler
rewrite_opts:
punycode_only_links: true
cookie_scope: removeall
fallback: live
search_html: index.html
'live':
index_paths: $liveweb
cookie_scope: host
'reconstruct-api':
index_paths: $liveweb
wb_handler_class: !!python/name:webreconstruct.mementohandler.APIHandler
memento_archive_xml: 'http://labs.mementoweb.org/aggregator_config/archivelist.xml'
redir_to_exact: false
framed_replay: inverse
enable_cdx_api: true
enable_memento: true
urlrewriter_class: !!python/name:webreconstruct.mementohandler.ReUrlRewriter