oai2forcck 6.x-1.0-beta2
| Download | Size | md5 hash |
|---|---|---|
| oai2forcck-6.x-1.0-beta2.tar.gz | 18.3 KB | b44f9731ca4ef4c14e954e8ef9455b12 |
| oai2forcck-6.x-1.0-beta2.zip | 20.13 KB | 882e6b1ed2db8a6f96148afa3bbe8bf4 |
Release notes
Changes since 6.x-1.0-beta1
- #765612 by ruud_altenburg: Corrected resumptionToken empty cursor attribute.
- #586122 by cordmata: Do not add empty mappings for Title and Body fields.
- #898896 by wgrunberg, #419414 by iko: Fixed output of some custom CCK field like date, nodereference and link.
- Strip HTML tags in fields.
- Repository namespace for unique item identifier now configurable.
- Optional XSLT stylesheet for the OAI XML output.
- #416672 by brevity: OAI base path now really configurable.
oai2forcck 6.x-1.0-beta1
| Download | Size | md5 hash |
|---|---|---|
| oai2forcck-6.x-1.0-beta1.tar.gz | 17.9 KB | 0d16798a1ff43b7697011d6cf4d6d6fc |
| oai2forcck-6.x-1.0-beta1.zip | 19.85 KB | b157bdc2ff25abfffa8f8c1a14eb2f86 |
Release notes
First official release of D6 port. It works for me. Does it work for you?
oai2forcck 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| oai2forcck-6.x-1.x-dev.tar.gz | 19.59 KB | 084ad5433ca2cca16202c252c3f94b2f |
| oai2forcck-6.x-1.x-dev.zip | 21.53 KB | 4fcfe87819f12bced0541d1af2f22bce |
Release notes
Initial commit of 6x branch (this is the 5x code!)
oai2forcck 5.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| oai2forcck-5.x-1.0.tar.gz | 17.19 KB | 09ef6c3b65a1de9e4c0c40faca67eb68 |
| oai2forcck-5.x-1.0.zip | 18.61 KB | 7f648ce9502bd38b1ce91ed838ed8c4e |
Release notes
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
oai2forcck 5.x-1.x-dev
| 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 |
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.