1 | The Greenstone Librarian Interface
|
---|
2 | ----------------------------------
|
---|
3 |
|
---|
4 | This folder contains the Greenstone Librarian Interface (GLI), a tool to
|
---|
5 | assist you with building digital libraries using Greenstone. The GLI gives
|
---|
6 | you access to Greenstone's functionality from an easy-to-use, 'point and
|
---|
7 | click' interface.
|
---|
8 |
|
---|
9 | To use the GLI, you need a suitable version of the Java Runtime Environment
|
---|
10 | (version 1.4.0 or newer). If you don't already have one, you can download
|
---|
11 | one from http://java.sun.com/j2se/downloads.html
|
---|
12 |
|
---|
13 | Note that the GLI is run in conjunction with Greenstone, and assumes that
|
---|
14 | it is installed in a subdirectory of your Greenstone installation. If you
|
---|
15 | have downloaded one of the Greenstone distributions, or installed from a
|
---|
16 | Greenstone CD-ROM, this will be the case.
|
---|
17 |
|
---|
18 |
|
---|
19 | -- Running the GLI under Windows --
|
---|
20 |
|
---|
21 | To run the GLI under Windows, browse to the GLI folder in your Greenstone
|
---|
22 | installation (using Windows Explorer), and double-click on the gli.bat
|
---|
23 | file. This file will check that Greenstone, Perl, and the Java Runtime
|
---|
24 | Environment are installed, then start the Greenstone Librarian Interface.
|
---|
25 |
|
---|
26 |
|
---|
27 | -- Running the GLI under Unix --
|
---|
28 |
|
---|
29 | To run the GLI under Unix, change to the GLI directory in your Greenstone
|
---|
30 | installation, then run the gli.sh script. This script will check that
|
---|
31 | Greenstone, Perl, and the Java Runtime Environment are installed (make sure
|
---|
32 | they are on your search path), then start the Greenstone Librarian
|
---|
33 | Interface.
|
---|
34 |
|
---|
35 |
|
---|
36 | Please report any problems you have running or using the Librarian
|
---|
37 | Interface to greenstone@cs.waikato.ac.nz.
|
---|
38 |
|
---|
39 |
|
---|
40 | -- Compiling the GLI --
|
---|
41 |
|
---|
42 | If you have downloaded the Greenstone source distribution, or you have
|
---|
43 | obtained the GLI via CVS, you will have the source code (Java) of the
|
---|
44 | Librarian Interface. Compiling it requires a suitable version of the Java
|
---|
45 | Software Development Kit (version 1.4.0 or newer). You can download one
|
---|
46 | from http://java.sun.com/j2se/downloads.html
|
---|
47 |
|
---|
48 | To compile this source code, run the makegli.bat (Windows) or makegli.sh
|
---|
49 | (Unix) files. Once this has been done, you can run the GLI using the
|
---|
50 | instructions above.
|
---|