source: trunk/gsdl/macros/gsdl.dm@ 1141

Last change on this file since 1141 was 1094, checked in by gwp, 24 years ago

gsdl.dm describes the Greenstone Digital Library software. (Installation instructions are in gsdlsoft.dm.)

  • Property svn:keywords set to Author Date Id Revision
File size: 3.5 KB
Line 
1package gsdl
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_httpgsdlmanual_ {_httppublications_/gsdl_manual.pdf}
21
22_pagetitle_ {Greenstone Digital Library Software}
23
24_imagethispage_ {_imagegreenstone_}
25
26_content_ {
27_iconblankbar_
28<h2>Greenstone Digital Library Software</h2>
29
30<p>
31The Greenstone Digital Library software provides a new way of
32organizing information and making it available over the Internet or on
33CD-ROM.
34<p>
35A digital library is made up of a set of collections.
36Each collection of information comprises several
37(typically several thousand, or even several million) documents,
38which share a uniform searching and browsing interface.
39Collections can be organized in many different ways while
40retaining a strong family resemblance.
41Numerous examples are hosted at the New Zealand Digital Library Project
42web site (<a href="http://www.nzdl.org">http://www.nzdl.org</a>.
43<p>
44Although primarily designed for access over the Web,
45Greenstone collections can be made available,
46in precisely the same form, on CD-ROM for standalone PCs.
47Greenstone CDs work with any version of Microsoft Windows.
48<p>
49Greenstone is open-source software,
50available under the terms of the GNU General Public License.
51The latest version can always be
52<a href="_httppagex_(gsdlsoft)">downloaded</a>
53from
54<a href="http://www.nzdl.org">http://www.nzdl.org/</a>.
55Documentation is available in the form of
56the Greenstone Digital Library Software manual.
57<p>
58
59<center><table><tr align=center valign=center>
60<td>_home:iconpdf_</td>
61<td><a href=_httpgsdlmanual_>Manual</a></td>
62<td width=10>&nbsp;</td>
63<td>_home:iconpdf_</td>
64<td><a href="_httppublications_/NZDLtext.pdf">_home:textinfosheet_</a></td>
65<td width=10>&nbsp;</td>
66<td>_home:iconpdf_</td>
67<td><a href="_httppublications_/NZDLpictures.pdf">Screenshots</a></td>
68</tr></table></center>
69
70
71<p>
72_iconblankbar_
73<p>
74<h2>Credits</h2>
75<p>
76Greenstone Digital Library Software is produced by the
77<a href="#nzdl">New Zealand Digital Library</a> project.
78The current software was designed and implemented by
79Rodger McNab, Stefan Boddie, Bill Rogers, Hong Chen and Stuart Inglis,
80and has benefited greatly from previous versions constructed by
81Craig Nevill-Manning and Todd Reed and previous interface
82designs by Che Tamahere.
83<p>
84The New Zealand Digital Library project is directed
85by Ian Witten and involves Mark Apperley, David Bainbridge, Sally Jo
86Cunningham, Steve Jones, Te Taka Keegan, Malika Mahoui and Lloyd Smith as
87principal investigators. Other researchers who have contributed to the project
88include Carl Gutwin, Rob Holte, Gordon Paynter and Bill Teahan.
89<p>
90Greenstone Digital Library Software uses the
91<a href="_httppagex_(mg)">MG</a>
92search engine produced principally by Alistair Moffat at the
93University of Melbourne and described in the book
94<i>Managing Gigabytes: Compressing and indexing documents and images</i>
95by Ian H. Witten, Alistair Moffat, and Tim C. Bell
96(Van Nostrand Reinhold, 1994).
97
98<p>
99_iconblankbar_
100<p>
101<table>
102<tr valign=top>
103<td>_home:textpoem_</td>
104<td>_imagegreenstone_</td>
105</tr></table>
106<p>_home:textgreenstone_
107
108_nzdlpagefooter_
109<br>April 2000
110}
Note: See TracBrowser for help on using the repository browser.