Skip to content
gibsonjc edited this page Feb 24, 2017 · 4 revisions

The eXtensible Catalog (XC) project is working to design and develop a set of open-source applications that will provide libraries with an alternative way to reveal their collections to library users.

Please visit our project website at https://www.extensiblecatalog.org for a more complete overview of the eXtensible Catalog project and the software we are creating.

Latest News

  • Issue Tracking now in GitHub (Oct. 2015)

  • Update: September 2011: 1.0.8 released.

OAI Toolkit

The OAI Toolkit is used to make data stored in an institution’s ILS or other repository available for harvesting via OAI-PMH, including other eXtensible Catalog applications. For an ILS, this is accomplished by exporting ILS metadata, converting it from MARC to MARCXML, and loading it into an OAI-PMH compliant repository. The repository (embedded in the OAI Toolkit) makes the data available for harvesting by other XC components.

The OAI Toolkit can be used as part of the XC system, or on its own to enable OAI-PMH harvestability of an existing repository. It is a server application written in Java and is only needed for ILS’s and other repositories that do not already have the ability to be act as OAI-PMH Repositories (OAI Servers).

There are sample scripts provided that serve as implementation starting points for integration with the following ILS:

  • Voyager 6.2 and the 7.0 Classic Interface
  • Aleph 18

XC OAI Toolkit Primary Software Developers:

  • Peter Kiraly - developed original code base
  • Shreyansh Vakil - enhancements through Jan. 2011
  • Chris Delis - enhancements from Feb. 2011 on
Clone this wiki locally