Working with DLXS Utilities and Applications

From DLXS Documentation

(Difference between revisions)
Jump to: navigation, search
Current revision (19:01, 9 October 2007) (edit) (undo)
m
 
(8 intermediate revisions not shown.)
Line 1: Line 1:
[[DLXS Wiki|Main Page]] > [[Working with DLXS Components]] > Working with DLXS Utilities and Applications
[[DLXS Wiki|Main Page]] > [[Working with DLXS Components]] > Working with DLXS Utilities and Applications
- 
-
==[[nameresolver]]==
 
-
This CGI program assists in creating short, permanent URLs for longer, semi-permanent CGI URLs.
 
- 
-
==[[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/.
 
==[[DLXS Database Upgrade Utility]]==
==[[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.
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.
-
==[[broker20]]==
+
==[[Nameresolver:_Linking_from_BibClass_Using_ID_Resolver|nameresolver]]==
 +
This CGI program assists in creating short, permanent URLs for longer, semi-permanent CGI URLs.
 +
 
 +
==[[Sru:_Providing_SRU_Access_to_BibClass_Collections|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]]==
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/.
 +
==[[dbmove]]==
 +
Used to move a DLXS database from one type of database engine to another. <font color="red">As of DLXS release 13 dbmove is obsolete.</font>
 +
 +
==[[dbconv]]==
 +
A Perl script designed to merge data in the pre-CDROM#8 groups and collection tab-delimited files into CSV tables. <font color="red">As of DLXS release 13 dbconv is obsolete.</font>
[[#top|Top]]
[[#top|Top]]

Current revision

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

Contents

[edit] 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.

[edit] nameresolver

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

[edit] 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/.

[edit] 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/.

[edit] dbmove

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

[edit] 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