Downloads

Download tar.gz 19.6 KB
MD5: 085ab38ccda6269277aac1815c095219
SHA-1: 0162017ff9f8d6f0daec3338ac44d088506df8af
SHA-256: c3c9cfdf73d4ba31261d01b848adc2b7411930959f7e979ec3c7f0ce9ae6abbb
Download zip 21.53 KB
MD5: 3f56bb63db48ab0e8f4306484dd44a98
SHA-1: 4fd4be3b00dc152578dc4620a40f7e8e61c92137
SHA-256: 1f953c8c9cb1d6a1dcf8118800152062eac65645309d6b1897b376740c120d5b

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.

Created by: chienhuu
Created on: 6 Aug 2008 at 12:34 UTC
Last updated: 11 Aug 2008 at 11:42 UTC
New features

Other releases