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

Last change on this file since 1641 was 1641, checked in by paynter, 24 years ago

Added title to mailing list section.

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