Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.33 KB

OpenWayback (Stanford Libraries)

Build Status Coverage Status

Java application to query and access archived web material. This is the code for the Stanford Web Archiving Portal (SWAP).

Stanford University Libraries fork of iipc/openwayback. There are a small number of local modifications to the upstream code:

  • earliest year set to 1991
  • date format changed to allow for GUI goodness
  • GUI goodness
  • configuration changes
  • ...

For more documentation on this code, see the OpenWayback wiki.

Deployment

Deployment is via deployment artifacts created via sul-ci-prod (Jenkins). These artifacts are deployed to:

  • to wayback-xxx VMs by puppet
  • was-robot VMs as part of capistrano deployment tasks in was_robot_suite. The deployed was_robot_suite houses the deployed files in the jar/openwayback directory.

Build

mvn install

Run Tests

mvn test -B