| Download | Size | md5 hash |
|---|---|---|
| oai2forcck-5.x-1.x-dev.tar.gz | 19.6 KB | 51e51fe563a2b9c9a84b3b66cd76a940 |
| oai2forcck-5.x-1.x-dev.zip | 21.52 KB | b1c18e2e6af2a7cb133b01342b3c4ddb |
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.