source: trunk/gsdl/macros/gsdlsoft.dm@ 876

Last change on this file since 876 was 876, checked in by sjboddie, 24 years ago

lots of changes - including separating out all language strings
into separate files.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 KB
Line 
1package gsdlsoft
2
3
4#######################################################################
5# java images/scripts
6#######################################################################
7
8# the _javalinks_ macros are the flashy image links at the top right of
9# the page.
10
11_javalinks_ {_imagehome_}
12_javalinks_ [v=1] {
13_imagehome_<br>
14}
15
16#######################################################################
17# page content
18#######################################################################
19
20_pagetitle_ {NZDL: Greenstone Digital Library Software}
21
22_imagethispage_ {_imagegreenstone_}
23
24_content_ {
25_iconblankbar_
26
27<h4>The Greenstone software</h4>
28
29<p> The Greenstone Digital Library software provides a new way of organizing
30information and making it available over the Internet. A <i>collection</i> of
31information comprises several (typically several thousand, or even several
32million) <i>documents</i>, which share a uniform searching and browsing
33interface. The collections in a library are organized in a different
34way--though they share a strong family resemblance. Although primarily
35designed for access over the Web, Greenstone collections can be made available,
36in precisely the same form, on CD-ROM for standalone PCs. Greenstone is
37open-source software, available under the terms of the Gnu public linense.
38
39<h4>Installing Greenstone</h4>
40
41<p> To install on unix systems:
42
43<ul>
44<li>Download the <a href="http://www.nzdl.org/technology/gsdl-2.11.tar.gz"><i>gsdl-2.11</i></a> distribution.
45<li>Extract the gzipped tar archive (tar xvzf gsdl-2.11.tar.gz)
46<li>In the resulting gsdl directory type "./configure". When the configure script has finished running type
47"make", then "make install".
48<li>"make install" copies the compiled executable file into the top level gsdl directory by default. To
49run the library as a cgi script move the executable to your cgi-bin directory.
50<li>To build the demonstration collection that comes with the distribution run the builddemo.sh script
51from within the gsdl directory.
52<li>The gsdl/etc/site.cfg.example file must be saved as gsdl/etc/site.cfg and edited to suit your site.
53Things that may need changing are httpprefix (the web path to the gsdl directory) and httpimg (the path
54to gsdl/images).
55</ul>
56
57<p> The current distribution of the Greenstone software was developed primarily for use on unix systems.
58The software does run under Windows/DOS however and windows specific distributions (including pre-compiled
59binaries) will soon be made available.
60
61<h4>Bugs</h4>
62Please report bugs or installation problems to <a href="mailto:[email protected]">[email protected]</a>
63
64}
Note: See TracBrowser for help on using the repository browser.