| 1 |
|
| 2 |
oai2.module
|
| 3 |
|
| 4 |
Copyright (C) 2006 Ron Jerome
|
| 5 |
|
| 6 |
This program is free software; you can redistribute it and/or modify
|
| 7 |
it under the terms of the GNU General Public License as published by
|
| 8 |
the Free Software Foundation; either version 2 of the License, or
|
| 9 |
(at your option) any later version.
|
| 10 |
|
| 11 |
This program is distributed in the hope that it will be useful,
|
| 12 |
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 13 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 14 |
GNU General Public License for more details.
|
| 15 |
|
| 16 |
You should have received a copy of the GNU General Public License along
|
| 17 |
with this program; if not, write to the Free Software Foundation, Inc.,
|
| 18 |
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
| 19 |
|
| 20 |
|
| 21 |
Description:
|
| 22 |
============
|
| 23 |
This module provides an implementation the OAI V2 Data-Provider for the Drupal
|
| 24 |
Bibliography module.
|
| 25 |
|
| 26 |
Requirements:
|
| 27 |
=============
|
| 28 |
Drupal 4.7, bibliography module.
|
| 29 |
|
| 30 |
Installation:
|
| 31 |
=============
|
| 32 |
Copy the oai2 directory to your modules directory. Visit admin/modules
|
| 33 |
and enable the oai2 module, the module will report success or failure of the
|
| 34 |
installation. Visit the admin/menu page to activate (and cache) the /oai url.
|
| 35 |
|
| 36 |
You should now be able to visit example.com/oai?verb=Identify and get some basic
|
| 37 |
information about your repository.
|
| 38 |
|
| 39 |
|
| 40 |
Acknowledgements:
|
| 41 |
=================
|
| 42 |
This module was inspired by and I have used some code from http://physnet.uni-oldenburg.de/oai/
|
| 43 |
writen by Heinrich Stamerjohanns.
|