mirador-dl-plugin 0.13.0 → 1.0.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,28 +1,23 @@
1
1
  # mirador-dl-plugin
2
2
 
3
- [![Travis][build-badge]][build]
4
3
  [![npm package][npm-badge]][npm]
5
4
  [![Coveralls][coveralls-badge]][coveralls]
6
5
 
7
- `mirador-dl-plugin` is a Mirador 3 plugin that adds manifest-provided download links (e.g. `rendering`) to the window options menu. A [live demo](https://mirador-download-plugin.netlify.app/) with several institutions' manifests is available for testing.
6
+ `mirador-dl-plugin` is a Mirador 4 plugin that adds manifest-provided download links (e.g. `rendering`) to the window options menu. A [live demo](https://mirador-download-plugin.netlify.app/) with several institutions' manifests is available for testing.
8
7
 
9
8
  ![download option in menu](https://user-images.githubusercontent.com/5402927/87057974-5e665a80-c1bc-11ea-8f10-7b783bdc972f.png)
10
9
 
11
10
  ![mirador-download-options](https://user-images.githubusercontent.com/5402927/87057857-3d056e80-c1bc-11ea-8860-7662208c19fa.png)
12
11
 
13
-
14
- [build-badge]: https://img.shields.io/travis/projectmirador/mirador-dl-plugin/master.png?style=flat-square
15
- [build]: https://travis-ci.org/projectmirador/mirador-dl-plugin
16
-
17
12
  [npm-badge]: https://img.shields.io/npm/v/mirador-dl-plugin.png?style=flat-square
18
13
  [npm]: https://www.npmjs.org/package/mirador-dl-plugin
19
14
 
20
- [coveralls-badge]: https://img.shields.io/coveralls/user/repo/master.png?style=flat-square
15
+ [coveralls-badge]: https://img.shields.io/coveralls/user/repo/main.png?style=flat-square
21
16
  [coveralls]: https://coveralls.io/github/user/repo
22
17
 
23
18
  ## Installation
24
19
 
25
- `mirador-dl-plugin` requires an instance of Mirador 3. See the [Mirador wiki](https://github.com/ProjectMirador/mirador/wiki) for examples of embedding Mirador within an application and additional information about plugins. See the [live demo's index.js](https://github.com/ProjectMirador/mirador-dl-plugin/blob/master/demo/src/index.js) for an example of importing and configuring `mirador-dl-plugin`.
20
+ `mirador-dl-plugin` requires an instance of Mirador 4. See the [Mirador wiki](https://github.com/ProjectMirador/mirador/wiki) for examples of embedding Mirador within an application and additional information about plugins. See the [live demo's index.js](https://github.com/ProjectMirador/mirador-dl-plugin/blob/main/demo/src/index.js) for an example of importing and configuring `mirador-dl-plugin`.
26
21
 
27
22
  ## Configuration
28
23