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

Last change on this file since 1957 was 1957, checked in by sjboddie, 23 years ago

Updated the default homepage and supporting gsdl page

  • Property svn:keywords set to Author Date Id Revision
File size: 6.0 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_pagetitle_ {Greenstone Digital Library Software}
21#_imagethispage_ {_imagegreenstone_}
22
23_content_ {
24_iconblankbar_
25
26<p>
27
28
29<table border=0 cellspacing=0 cellpadding=0>
30 <tr>
31 <td valign=top align=center>_imagegreenstone_</td>
32 <td valign=top>
33 Greenstone is a suite of software which has the ability to serve digital
34 library collections and build new collections. It provides a new way of
35 organizing information and publishing it on the Internet or on CD-ROM.
36 Greenstone is produced by the New Zealand Digital Library Project at the
37 University of Waikato, and distributed in cooperation with UNESCO and the
38 Humanities Library Project. It is open-source software, available from
39 <i>http://nzdl.org</i> under the terms of the GNU General Public License.
40 <br><br>
41 </td>
42 </tr>
43 <tr>
44 <td valign=top align=center>
45 <h2><a href="http://nzdl.org">nzdl.org</a></h2>
46 </td>
47 <td valign=top>
48 The New Zealand Digital Library website (<a href="http://nzdl.org">http://nzdl.org</a>) contains
49 numerous example collections, all created with the Greenstone software, which
50 are publicly availabel for you to peruse. They exemplify various searching and
51 browsing options, and include collections in Arabic, Chinese, French, Maori,
52 and Spanish, as well as English. There are also some music
53 collections.
54 <br><br>
55 </td>
56 </tr>
57 <tr>
58 <td valign=top align=center>
59 <h2>platform</h2>
60 </td>
61 <td valign=top>
62 Greenstone runs on Windows and Unix. The distribution includes ready-to-use
63 binaries for all versions of Windows, and for Linux. It also includes complete
64 source code for the system, which can be compiled using Microsoft C++ or gcc
65 Greenstone works with associated software that is freely available: the Apache
66 Webserver and PERL. The user interface uses a Web browser: typically Netscape
67 Navigator or Internet Explorer.
68 <br><br>
69 </td>
70 </tr>
71 <tr>
72 <td valign=top align=center>
73 <a href="http://nzdl.org/hdl"><img border=0 width=101 height=100 src="_httpimg_/hdlimg.jpg"></a>
74 </td>
75 <td valign=top>
76 Many document collections are distributed on CD-ROM using the Greenstone
77 software. For example, the <i>Humanity Development Library</i> contains 1,230
78 publications ranging from accounting to water sanitation. It runs on minimal
79 computing facilities such as those typically found in developing countries. The
80 information can be accessed by searching, browsing by subject, browsing by
81 titles, browsing by organization, browsing a list of how-tos, and by randomly
82 viewing the book covers.
83 <br><br>
84 </td>
85 </tr>
86 <tr>
87 <td valign=top align=center>
88 <h2>customisation</h2>
89 </td>
90 <td valign=top>
91 Greenstone is specifically designed to be highly extensible and
92 customisable. New document and metadata formats are accommodated by writing
93 "plugins" (in Perl). Analogously, new metadata browsing structures can be
94 implemented by writing "classifiers." The user interface look-and-feel can be
95 altered using "macros" written in a simple macro language. A Corba protocol
96 allows agents (e.g. in Java) to use all the facilities associated with document
97 collections. Finally, the source code, in C++ and Perl, is available and
98 accessible for modification.
99 <br><br>
100 </td>
101 </tr>
102 <tr>
103 <td valign=top align=center>
104 <h2>documentation</h2>
105 </td>
106 <td valign=top>
107 There are three documents that explain the Greenstone system:
108<ul>
109<li> The Greenstone Digital Library Software Installer's Guide
110<li> The Greenstone Digital Library Software User's Guide
111<li> The Greenstone Digital Library Software Developer's Guide
112</ul><br>
113</tr>
114 <tr>
115 <td valign=top align=center>
116 <h2>mailing list</h2>
117 </td>
118 <td valign=top>
119 There is a mailing list intended primarily for discussions about the Greenstone
120 digital library software. Active users of Greenstone should consider joining
121 the mailing list and contributing to the discussions. The mailing list is
122 hosted by the Pathfinder Library System in beautiful Grand Junction, Colorado
123 (John Campbell, [email protected]). To subscribe, send email to <a
124 href="mailto:[email protected]">[email protected]</a> with the text
125 <ul>subscribe greenstone </ul> (no subject, no name, nothing else). To send a
126 message to the list, address it to <a
127 href="mailto:[email protected]">[email protected]</a>.
128 <br><br>
129 </tr>
130 <tr>
131 <td valign=top align=center>
132 <h2>bugs</h2>
133 </td>
134 <td valign=top>
135 We want to ensure that this software works well for you. Please report any
136 bugs to <a href="mailto:[email protected]">[email protected]</a>
137 <br><br>
138 </td>
139 </tr>
140 <tr>
141 <td valign=top align=center>
142 <h2>credits</h2>
143 </td>
144 <td valign=top>
145 The Greenstone software is a collaborative effort between many people. Rodger
146 McNab and Stefan Boddie are the principal architects and implementors.
147 Contributions have been made by David Bainbridge, George Buchanan, Hong Chen,
148 Elke Duncker, Carl Gutwin, Geoff Holmes, John McPherson, Craig Nevill-Manning,
149 Gordon Paynter, Bernhard Pfahringer, Todd Reed, Bill Rogers, and Stuart
150 Yeates. Other members of the New Zealand Digital Library project provided
151 advice and inspiration in the design of the system: Mark Apperley, Sally Jo
152 Cunningham, Steve Jones, Te Taka Keegan, Michel Loots, Malika Mahoui and Lloyd
153 Smith. We would also like to acknowledge all those who have contributed to the
154 GNU-licensed packages included in this distribution: MG, GDBM, WGET, WVWARE,
155 PDFTOHTML.
156 </td>
157 </tr>
158</table>
159
160<p>_iconblankbar_
161<p>
162<table>
163<tr valign=top>
164<td>_home:textpoem_</td>
165<td>_imagegreenstone_</td>
166</tr></table>
167<p>_home:textgreenstone_
168
169_nzdlpagefooter_
170}
Note: See TracBrowser for help on using the repository browser.