Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some issues w/ text introduced by copy-paste #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,7 @@ Web Service to provide aggregated memento data sorted from oldest to newest for
* Justin Brunelle

## Summary
Using the Memento API [4], we retrieve a list of Time-
Maps for a URI-R (e.g., http://www.google.com/). We request
each TimeMap individually, compiling the URI-Ms
from the TimeMaps, sorting the mementos by memento
datetime from newest to oldest, and returning the entire
set of known URI-Ms in a newly aggregated TimeMap to
the requesting client.
Using the Memento API [4], we retrieve a list of TimeMaps for a URI-R (e.g., http://www.google.com/). We request each TimeMap individually, compiling the URI-Ms from the TimeMaps, sorting the mementos by Memento-Datetime from newest to oldest, and returning the entire set of known URI-Ms in a newly aggregated TimeMap to the requesting client.

## How to Run
*NOTE: Built in server (startServer.bat) currently not working. Please use your own.*
Expand Down