Title: Building collections from Greenstone Archive XML files at the command prompt
ALL VOLUMES CITATION PDF VIEWER PAGE IMAGE ZOOMABLE
Full Citation
STANDARD VIEW MARC VIEW
Permanent Link: http://ufdc.ufl.edu/UF00099460/00001
 Material Information
Title: Building collections from Greenstone Archive XML files at the command prompt
Physical Description: Archival
Language: English
Creator: Sullivan, Mark V.
Publisher: UF Libraries
Place of Publication: Gainesville, FL
Publication Date: August 2005
 Record Information
Bibliographic ID: UF00099460
Volume ID: VID00001
Source Institution: University of Florida
Holding Location: University of Florida
Rights Management: All rights reserved by the source institution and holding location.

Downloads

This item has the following downloads:

Building_Collections ( PDF )


Full Text





Building collections from Greenstone Archive XML files at the
command prompt


1) Place all of the necessary folders and files into the 'archive' folder under the
collection

2) Ensure environmental variables are st
a. GSDLHOME should be set (likely C:\Progam Files\Greenstone\)
b. GSDLOS should be set (to linux or windows )
c. Ensure that the following directory is part of your PATH statement
i. %GSDLHOME%\bin\%GSDLOS%

3) Navigate to %GSDLHOME%\bin\script

4) Run the collection building PURL statement
a. buildcol.pl -language en -collectdir "%GSDLHOME%\collect"
CollName
b. replace CollName with the collection code, which is also the name of the
collection directory

5) Move the screen images into the correct folders under 'index'
a. Use the same folder structure as appeared under the 'archive' folder
b. Only need the 'screen' images, not the 'source' images
c. Copy images into the 'assoc' folder under 'building'

6) Delete the old 'index' subfolder under that collection

7) Rename the 'building' subfolder under that collection 'index'




In Linux:

PATH=$PATH:/opt/gsdl/gsdl/bin/linux
export PATH
export GSDLOS=linux
export GSDHOME=/opt/gsdl/gsdl
env




University of Florida Home Page
© 2004 - 2010 University of Florida George A. Smathers Libraries.
All rights reserved.

Acceptable Use, Copyright, and Disclaimer Statement
Last updated October 10, 2010 - - mvs