Downloads
Release notes
oai2ForCCK.module
Description:
============
This module provides an implementation the OAI V2 Data-Provider for the Drupal
CCK module.
Functionality:
=============
- Receive OAI-PMH request of service providers in form of HTTP request
- Handle the OAI-PMH request
- Mapp Drupal nodes(created by CCK module) to OAI records ( use the configuration on admin settings for oai2ForCCK)
- Transfer OAI-PMH response in form of HTTP response to the service provider
Requirements:
=============
- Drupal 5.x
- CCK 5.x-1.7
Installation:
=============
1. Copy the oai2ForCCK directory to your modules directory.
2. Browse to admin/modules and enable the oai2ForCCK module, the module will report success or failure of the installation.
3. This module is now to be called by /oai. You should to browse to the admin/menu page to activate the /oai url.
4. Browse to admin/settings/oai2ForCCK to set the basic configuration of your repository
5. Browse to /oai&verb=Identify to get some basic information about your repository.