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

Last change on this file since 1034 was 1030, checked in by nzdl, 24 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 5.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><a
40href="http://nzdl2.cs.waikato.ac.nz/technology/gsdl_manual.pdf">The Greenstone
41Digital Library Software</a></i> manual.
42
43<h4>Installing Greenstone</h4>
44
45<p> To install on unix systems:
46
47<ul> <li>Download the <a
48href="http://nzdl2.cs.waikato.ac.nz/technology/gsdl-2.12.tar.gz"><i>gsdl-2.12</i></a>
49distribution <i>(4.6 Mb)</i>. <li>Extract the gzipped tar archive <i>(tar
50xvzf gsdl-2.12.tar.gz)</i>. <li>In the resulting gsdl directory type
51<i>./configure</i>. When the configure script has finished running type
52<i>make</i>, then <i>make install</i>. <li><i>make install</i> copies the
53compiled executable file into the gsdl/cgi-bin directory by default. To run
54the library as a cgi script move the executable and the gsdlsite.cfg
55configuration file to your systems cgi-bin directory. <li>The gsdlsite.cfg
56configuration file must be edited to suit your site. The gsdlhome entry
57will need to be set to point to your gsdl directory. Other fields that may
58need changing are httpprefix (the web path to the gsdl directory) and
59httpimg (the path to gsdl/images). <li>To build the demonstration
60collection that comes with the distribution run the builddemo.sh script
61from within the gsdl directory. <li>For more information on using the
62Greenstone software, download <i><a
63href="http://nzdl2.cs.waikato.ac.nz/technology/gsdl_manual.pdf">The Greenstone
64Digital Library Software</a></i> manual. </ul>
65
66<p> The current distribution of the Greenstone software was developed primarily for use on unix systems.
67The software does run under Windows/DOS however and windows specific distributions (including pre-compiled
68binaries) will soon be made available.
69
70<h4>Greenstone Collections</h4>
71Several of the smaller collections on this website are available for
72download. Once the main Greenstone distribution is installed simply
73download the required collection and extract the gzipped tar file to your
74gsdl/collect directory. You then need to import and build your new
75collection. See <i><a
76href="http://nzdl2.cs.waikato.ac.nz/technology/gsdl_manual.pdf">The Greenstone
77Digital Library Software</a></i> manual for details on importing and
78building collections. The Greenstone software will automatically notice
79your new collection and include it in the home page once it has been built
80successfully.
81
82<p><a href="http://nzdl2.cs.waikato.ac.nz/technology/arabic.tar.gz">arabic demonstration collection</a> <i>(4.2 Mb)</i>.
83<br>collection on critical global issues <i>(102 Mb)</i>.
84<br><a href="http://nzdl2.cs.waikato.ac.nz/technology/chinese.tar.gz">chinese demonstration collection</a> <i>(470 kb)</i>.
85<br>computer science bibliographies <i>(112 Mb)</i>.
86<br>computer science technical reports <i>(1800 Mb)</i>.
87<br>world environment library <i>(220 Mb)</i>.
88<br>food and nutrition library <i>(98 Mb)</i>.
89<br>project gutenberg collection <i>(428 Mb)</i>.
90<br><a href="http://nzdl2.cs.waikato.ac.nz/technology/hcibib.tar.gz">the hci bibliography</a> <i>(4.8 Mb)</i>.
91<br>humanity development library <i>(387 Mb)</i>.
92<br><a href="http://nzdl2.cs.waikato.ac.nz/technology/ipc.tar.gz">indigenous peoples collection</a> <i>(3.6 Mb)</i>.
93<br>medical and health library <i>(73 Mb)</i>.
94<br>m&auml;ori newspapers <i>(659 Mb)</i>.
95<br>youth oral history collection <i>(421 Mb)</i>.
96<br>virtual disaster library <i>(73 Mb)</i>.
97<br><a href="http://nzdl2.cs.waikato.ac.nz/technology/tcc.tar.gz">the computists' weekly</a> <i>(5.0 Mb)</i>.
98<br><a href="http://nzdl2.cs.waikato.ac.nz/technology/tidbits.tar.gz">tidbits</a> <i>(5.4 Mb)</i>.
99<br>bibliotheque pour le developpement <i>(340 Mb)</i>.
100<br>sahel point doc <i>(78 Mb)</i>.
101<br>united nations university collection <i>(71 Mb)</i>.
102<br>women's history collection <i>(12 Mb)</i>.
103
104<h4>Bugs</h4>
105Please report bugs or installation problems to <a href="mailto:[email protected]">[email protected]</a>
106
107}
Note: See TracBrowser for help on using the repository browser.