/[drupal]/contributions/modules/oai2/README.txt
ViewVC logotype

Contents of /contributions/modules/oai2/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Tue Aug 22 19:53:53 2006 UTC (3 years, 3 months ago) by rjerome
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, DRUPAL-5--1-3, DRUPAL-5--1-2, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.1: +17 -4 lines
File MIME type: text/plain
re-wrote all the xml output to remove the dependance on dom-xml.  It should now work with any version of PHP.
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.

  ViewVC Help
Powered by ViewVC 1.1.2