source: main/tags/2.12/gsdl/macros/gsdlsoft.dm@ 28946

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

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 4.1 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
30organizing information and making it available over the Internet. A
31<i>collection</i> of information comprises several (typically several
32thousand, or even several million) <i>documents</i>, which share a uniform
33searching and browsing interface. The collections in a library are
34organized in a different way--though they share a strong family
35resemblance. Although primarily designed for access over the Web,
36Greenstone collections can be made available, in precisely the same form,
37on CD-ROM for standalone PCs. Greenstone is open-source software,
38available under the terms of the Gnu public license. Documentation is
39available in the form of <i>The Greenstone Digital Library Software</i>
40manual.
41
42<h4>Installing Greenstone</h4>
43
44<p> To install on unix systems:
45
46<ul>
47<li>Download the <a href="http://www.nzdl.org/technology/gsdl-2.12.tar.gz"><i>gsdl-2.12</i></a> distribution <i>(4.6 Mb)</i>.
48<li>Extract the gzipped tar archive <i>(tar xvzf gsdl-2.12.tar.gz)</i>.
49<li>In the resulting gsdl directory type <i>./configure</i>. When the configure script has finished running type
50<i>make</i>, then <i>make install</i>.
51<li><i>make install</i> copies the compiled executable file into the gsdl/cgi-bin directory by default. To
52run the library as a cgi script move the executable and the gsdlsite.cfg configuration file to your
53systems cgi-bin directory.
54<li>The gsdlsite.cfg configuration file must be edited to suit your site. The gsdlhome entry will need to
55be set to point to your gsdl directory. Other fields that may need changing are httpprefix (the web path
56to the gsdl directory) and httpimg (the path to gsdl/images).
57<li>To build the demonstration collection that comes with the distribution run the builddemo.sh script
58from within the gsdl directory.
59<li>For more information on using the Greenstone software, download <i>The Greenstone Digital Library Software</i> manual.
60</ul>
61
62<p> The current distribution of the Greenstone software was developed primarily for use on unix systems.
63The software does run under Windows/DOS however and windows specific distributions (including pre-compiled
64binaries) will soon be made available.
65
66<h4>Greenstone Collections</h4>
67Several of the smaller collections on this website are available for
68download. Once the main Greenstone distribution is installed simply
69download the required collection and extract the gzipped tar file to your
70gsdl/collect directory. You then need to import and build your new
71collection. See <i>The Greenstone Digital Library Software</i> manual for
72details on importing and building collections. The Greenstone software will
73automatically notice your new collection and include it in the home page
74once it has been built successfully.
75<p><a href="http://www.nzdl.org/technology/arabic.tar.gz">arabic demonstration collection</a> <i>(4.2 Mb)</i>.
76<br><a href="http://www.nzdl.org/technology/chinese.tar.gz">chinese demonstration collection</a> <i>(470 kb)</i>.
77<br><a href="http://www.nzdl.org/technology/hcibib.tar.gz">the hci bibliography</a> <i>(4.8 Mb)</i>.
78<br><a href="http://www.nzdl.org/technology/ipc.tar.gz">indigenous peoples</a> <i>(3.6 Mb)</i>.
79<br><a href="http://www.nzdl.org/technology/tcc.tar.gz">the computists' weekly</a> <i>(5.0 Mb)</i>.
80<br><a href="http://www.nzdl.org/technology/tidbits.tar.gz">tidbits</a> <i>(5.4 Mb)</i>.
81
82<h4>Bugs</h4>
83Please report bugs or installation problems to <a href="mailto:[email protected]">[email protected]</a>
84
85}
Note: See TracBrowser for help on using the repository browser.