Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91707242
guide.html.wml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 13, 17:09
Size
3 KB
Mime Type
text/x-c
Expires
Fri, Nov 15, 17:09 (2 d)
Engine
blob
Format
Raw Data
Handle
22305986
Attached To
R3600 invenio-infoscience
guide.html.wml
View Options
## $Id$
## This file is part of the CERN Document Server Software (CDSware).
## Copyright (C) 2002 CERN.
##
## The CDSware is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 2 of the
## License, or (at your option) any later version.
##
## The CDSware is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with CDSware; if not, write to the Free Software Foundation, Inc.,
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
#include "cdspage.wml" \
title="BibHarvest Admin Guide" \
navtrail_previous_links="<a class=navtrail href=<WEBURL>/admin/<lang:star: index.*.html>><MSG_ADMIN_AREA></a> > <a class=navtrail href=<WEBURL>/admin/bibharvest/>BibHarvest Admin</a>" \
navbar_name="admin" \
navbar_select="bibharvest-admin-guide"
<p><table class="errorbox">
<thead>
<tr>
<th class="errorboxheader">
WARNING: THIS ADMIN GUIDE IS NOT FULLY COMPLETED
</th>
</tr>
</thead>
<tbody>
<tr>
<td class="errorboxbody">
This Admin Guide is not yet completed. Moreover, some
admin-level functionality for this module exists only in the form of
manual recipes. We are in the process of developing both the
guide as well as the web admin interface. If you are interested
in seeing some specific things implemented with high priority,
please contact us at <SUPPORTEMAIL>. Thanks for your interest!
</td>
</tr>
</tbody>
</table>
<p>Version <: print generate_pretty_revision_date_string('$Id$'); :>
<h2>Contents</h2>
<strong>1. <a href="#1">Overview</a></strong><br>
<strong>2. <a href="#2">OAI Data Harvesting</a></strong><br>
2.1 <a href="#2.1">BibHarvest command-line tool</a><br>
2.2 <a href="#2.2">Periodical harvesting</a><br>
<strong>3. <a href="#3">OAI Data Providing</a></strong><br>
<a name="1"></a><h2>1. Overview</h2>
FIXME.
<a name="2"></a><h2>2. OAI Data Harvesting</h2>
<a name="2.1"></a><h3>2.1. BibHarvest command-line tool</h3>
<p>To harvest records from an OAI compliant repository, run the
<code>bibharvest</code> command-line tool. For example:
<blockquote>
<pre>
$ bibharvest -vListRecords -f2004-04-01 -u2004-04-02 -pmarcxml -o/tmp/z.xml \\
http://cdsweb.cern.ch/oai2d.py
</pre>
</blockquote>
<p>For further help with the command-line harvesting tool, run
<code>bibharvest --help</code>.
<a name="2.2"></a><h3>2.2. Periodical harvesting</h3>
<p>It is not currently possible to set up periodical execution of
<code>bibharvest</code>. You would have to set up an external cron
job script to do that.
<a name="3"></a><h2>3. OAI Data Providing</h2>
FIXME. (See config.wml for OAI tags.)
Event Timeline
Log In to Comment