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

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

* empty log message *

  • Property svn:keywords set to Author Date Id Revision
File size: 4.3 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="http://www.nzdl.org/html/DOWNLOAD.html">downloaded</a>
53from
54<a href="ftp://nzdl.org/pub/gsdl/">ftp://nzdl.org/pub/gsdl/</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<p>
71_iconblankbar_
72<p>
73There is now a mailing list for Greenstone, intended primarily for
74discussions about the digital library software developed by the New Zealand
75Digital Library project. If you are, or plan to be, an active user of
76Greenstone, you should consider joining the mailing list and contributing
77to the discussions.
78<p>
79This mailing list is hosted by the Pathfinder Library System in beautiful
80Grand Junction, Colorado (John Campbell, [email protected]). To subscribe,
81send email to <a
82href="mailto:[email protected]">[email protected]</a> with the text
83<blockquote>
84subscribe greenstone
85</blockquote>
86(no subject, no name, nothing else). To send a message to the list,
87address it to <a
88href="mailto:[email protected]">[email protected]</a>.
89
90<p>
91_iconblankbar_
92<p>
93<h2>Credits</h2>
94<p>
95Greenstone Digital Library Software is produced by the
96<a href="#nzdl">New Zealand Digital Library</a> project.
97The current software was designed and implemented by
98Rodger McNab, Stefan Boddie, Bill Rogers, Hong Chen and Stuart Inglis,
99and has benefited greatly from previous versions constructed by
100Craig Nevill-Manning and Todd Reed and previous interface
101designs by Che Tamahere.
102<p>
103The New Zealand Digital Library project is directed
104by Ian Witten and involves Mark Apperley, David Bainbridge, Sally Jo
105Cunningham, Steve Jones, Te Taka Keegan, Malika Mahoui and Lloyd Smith as
106principal investigators. Other researchers who have contributed to the project
107include Carl Gutwin, Rob Holte, Gordon Paynter and Bill Teahan.
108<p>
109Greenstone Digital Library Software uses the
110<a href="_httppagex_(mg)">MG</a>
111search engine produced principally by Alistair Moffat at the
112University of Melbourne and described in the book
113<i>Managing Gigabytes: Compressing and indexing documents and images</i>
114by Ian H. Witten, Alistair Moffat, and Tim C. Bell
115(Van Nostrand Reinhold, 1994).
116
117<p>
118_iconblankbar_
119<p>
120<table>
121<tr valign=top>
122<td>_home:textpoem_</td>
123<td>_imagegreenstone_</td>
124</tr></table>
125<p>_home:textgreenstone_
126
127_nzdlpagefooter_
128<br>April 2000
129}
Note: See TracBrowser for help on using the repository browser.