Updated the project web site slightly.

git-svn-id: https://oai4j-client.svn.sourceforge.net/svnroot/oai4j-client/trunk@12 201c9376-5148-0410-b534-98494c770f31
This commit is contained in:
bobcat_zed 2008-03-18 14:40:40 +00:00
parent fe13c7bc4d
commit 9b07c8e6d0
2 changed files with 11 additions and 2 deletions

View File

@ -20,6 +20,8 @@ Dependencies
Both of these needs to be present on the classpath to successfully run OAI4J. Both of these needs to be present on the classpath to successfully run OAI4J.
Examples Examples
* OAI-PMH examples
To create an OaiPmhServer object and use it to retrieve a Record: To create an OaiPmhServer object and use it to retrieve a Record:
@ -62,6 +64,7 @@ while (more) {
+-----+ +-----+
* OAI-ORE examples
To create an AtomFactory and use it to create a new ResourceMap: To create an AtomFactory and use it to create a new ResourceMap:

View File

@ -10,5 +10,11 @@ OAI4J: a client library for PMH and ORE
OAI4J is an open-source client library for OAI-PMH and OAI-ORE created by the National Library of Sweden. OAI4J is an open-source client library for OAI-PMH and OAI-ORE created by the National Library of Sweden.
The library is object-oriented in it's design and written in Java. It can be used to harvest metadata from The library is object-oriented in it's design and written in Java. It can be used to harvest metadata from
OAI-PMH compliant repositories.It can also be used to create new OAI-ORE Resource Maps from scratch, to OAI-PMH compliant repositories. It can also be used to create new OAI-ORE Resource Maps from scratch, to
parse existing ones and to serialize them to xml. parse existing ones and to serialize them to xml.
The Sourceforge page for this project can be found {{{http://www.sourceforge.net/projects/oai4j-client}here}}.