1.0.5 • Published 6 years ago

tropy-omeka v1.0.5

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
6 years ago

Tropy -> Omeka Plugin

This is a plugin for Tropy. It can export selected items into an Omeka S instance.

Setup

git clone https://github.com/tropy/tropy-omeka
cd tropy-omeka
npm install

Configuration

Copy the default configuration

cp config.default.json config.json

And populate it with your Omeka API key, found under User Preferences -> API keys.

Running

Export your items from Tropy using the context menu, e.g. to items.jsonld. Run the exporter:

npm run export -- --config /path/to/config.json --data /path/to/items.jsonld | bunyan

Development

Run the tests in electron renderer process:

npm run test
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago