netarchivesuite / solrwayback

A search interface and wayback machine for the UKWA Solr based warc-indexer framework.
Apache License 2.0
101 stars 21 forks source link

Change name of secondary playback property #348

Closed VictorHarbo closed 1 year ago

VictorHarbo commented 1 year ago

As webarchiving tools develop it makes sense to change the name of the openwayback.baseurl property as secondary playback can be done with other tools than OpenWayback eg. PyWB.

thomasegense commented 1 year ago

Also make it is possible to configure primary playback engine. The usecase is to only have PyWb playback.

thomasegense commented 1 year ago

Part 2) implemented. Overwriting SolrWayback as primary playback engine. László Tóth is currently testing.

thomasegense commented 1 year ago

László approved, working as expected.

thomasegense commented 1 year ago

Renamed alternative playback engine from 'openwayback.baseurl' to 'playback.alternative.engine'.

Review send to @VictorHarbo

VictorHarbo commented 1 year ago

Closed by #367