Use Omeka 2.1's API to do an Omeka site-to-site import
Omeka 2.1 introduced an API onto records, including Items, Collections, Elements, and more. Plugins can
also add their records to the API. The API is located at youromekasite.org/api
, and can be turned on under
Admin->Settings->Api
.
This plugin uses the API to import data from one Omeka site with an active API into another Omeka site.
Install the plugin in the usual way. Click the Omeka Api Import
tab in the admin screen. Enter the API URL of the
site from which you want to import data.
Optionally, enter the API key you have for the external Omeka site. This will have to be provided by an administrator of that site. If your key provides sufficient permissions, this will allow Users and non-public Items and Collections to be imported
Element Sets will be imported. If the external site has edited the comments for Elements, you can check the box to override the comments that exist in your site. This is only recommended if you are importing into an empty Omeka site.
As of version 1.2, includes a configuration option for whether to include User data in the import. Place this line in your Omeka installation's application/config/config.ini
file
plugins.OmekaApiImport.importUsers = false;
For converting data from the API to CSV, look at OmekaApiToCsv and Omekadd