NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

Normalization Preview Component #7

Closed EeroHeikkinen closed 11 years ago

EeroHeikkinen commented 11 years ago

What

This component adds an AJAX component which provides on-the-fly previews of metadata normalization.

Installation

Edit httpd-recman-preview.conf to reflect the correct directory and link/copy it into Apache.

Usage

Example

http://localhost/preview?format=MyDriver&data=<my><meta><data></data></meta></my>

Mandatory arguments:

An JSON array of normalized index fields.