Working with DLXS Utilities and Applications

From DLXS Documentation

(Difference between revisions)
Jump to: navigation, search
m
m
Line 10: Line 10:
<code>sru</code> provides access to Bib Class collections. This CGI program produces XML responses to SRU requests as dictated by SRU protocol. For more information on the SRU protocol, see: http://www.loc.gov/standards/sru/.
<code>sru</code> provides access to Bib Class collections. This CGI program produces XML responses to SRU requests as dictated by SRU protocol. For more information on the SRU protocol, see: http://www.loc.gov/standards/sru/.
-
==[[Broker20:_An_OAI-compliant_Metadata_Server]]==
+
==[[Broker20:_An_OAI-compliant_Metadata_Server|broker20]]==
This CGI program produces XML responses to OAI requests from OAI service providers who harvest collection metadata. For more information on the OAI protocol, see: http://www.openarchives.org/.
This CGI program produces XML responses to OAI requests from OAI service providers who harvest collection metadata. For more information on the OAI protocol, see: http://www.openarchives.org/.

Revision as of 19:00, 9 October 2007

Main Page > Working with DLXS Components > Working with DLXS Utilities and Applications

Contents

DLXS Database Upgrade Utility

This Perl program (included in DLXS software beginning with Release #9) is used to convert your current metadata into a new database structure whenever a new DLXS middleware release requires such a conversion.

nameresolver

This CGI program assists in creating short, permanent URLs for longer, semi-permanent CGI URLs.

sru

sru provides access to Bib Class collections. This CGI program produces XML responses to SRU requests as dictated by SRU protocol. For more information on the SRU protocol, see: http://www.loc.gov/standards/sru/.

broker20

This CGI program produces XML responses to OAI requests from OAI service providers who harvest collection metadata. For more information on the OAI protocol, see: http://www.openarchives.org/.

dbmove

Used to move a DLXS database from one type of database engine to another. As of DLXS release 13 dbmove is obsolete.

dbconv

A Perl script designed to merge data in the pre-CDROM#8 groups and collection tab-delimited files into CSV tables. As of DLXS release 13 dbconv is obsolete.

Top