Skip to content

Commit

Permalink
Add privacy policy, close #228, fix verbiage.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Aug 11, 2016
1 parent 74dc4dc commit 88f92e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions PrivacyPolicy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Privacy Policy

Mink reads the URI you requested and submits this URI as a parameter to a
Memento aggregator. A Memento TimeMap is returned and cached in your copy of
Google Chrome for quick recall when you visit the page again instead of needing
to query the Memento aggregator. Beyond TimeMap caching, Mink does not send
URIs you visit to any service other than the Memento aggregator.
2 changes: 1 addition & 1 deletion mink-plugin/js/displayMinkUI.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ function bindDropdown () {
var drilldownBox = shadow.getElementById('drilldownBox')

if (mementosDropdown.getAttribute('data-memento-count') + '' === '0') {
window.alert('Dropdown available for large collections of mementos due to major browser performance degradation.')
window.alert('The dropdown interface is unavailable for large collections of mementos due to browser performance degradation.')
return
}

Expand Down
2 changes: 1 addition & 1 deletion mink-plugin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Mink - Integrate Live & Archived Web +Memento",
"short_name": "Mink",
"version": "2.3.2",
"version": "2.3.2.1",
"description": "Integrating the Live and Archived Web Viewing Experience Using Memento",
"homepage_url": "http://matkelly.com/mink",
"author": "Mat Kelly <[email protected]>",
Expand Down

0 comments on commit 88f92e6

Please sign in to comment.