From 9b07c8e6d0f2ffd477bba24c4d3aca312b4a81a1 Mon Sep 17 00:00:00 2001 From: bobcat_zed Date: Tue, 18 Mar 2008 14:40:40 +0000 Subject: [PATCH] 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 --- src/site/apt/examples.apt | 3 +++ src/site/apt/index.apt | 10 ++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/src/site/apt/examples.apt b/src/site/apt/examples.apt index dd8b4f6..91eaeb8 100644 --- a/src/site/apt/examples.apt +++ b/src/site/apt/examples.apt @@ -20,6 +20,8 @@ Dependencies Both of these needs to be present on the classpath to successfully run OAI4J. Examples + +* OAI-PMH examples 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: diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt index 9a85e22..f140e3c 100644 --- a/src/site/apt/index.apt +++ b/src/site/apt/index.apt @@ -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. 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 - parse existing ones and to serialize them to xml. \ No newline at end of file + 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. + + The Sourceforge page for this project can be found {{{http://www.sourceforge.net/projects/oai4j-client}here}}. + + + + \ No newline at end of file