source: branches/New_Config_Format-branch/gsdl/macros/gsdlsoft.dm@ 1279

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

merged changes to trunk into New_Config_Format branch

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