source: trunk/gsdl/macros/nzdlhome.dm@ 11142

Last change on this file since 11142 was 10872, checked in by jrm21, 18 years ago

extensive modifications of generated HTML to support HTML4 and CSS.
Style sheets are the images/ directory. This should make it much easier
to make custom themes for collections, merely by modifying the style
sheet.

  • Property svn:keywords set to Author Date Id Revision
File size: 15.7 KB
Line 
1# this file must be UTF-8 encoded
2
3# nzdlhome.dm
4#
5# This file defines the homepage of the New Zealand Digital Library Project
6# as it appears on Http://www.nzdl.org. It is designed to override the default
7# homepage (defined in home.dm), so it should appear last in the "macrofiles"
8# section of the main.cfg file.
9#
10
11package home
12
13#######################################################################
14# global navigation links
15#######################################################################
16
17# we don't want any links shown on the front page
18_globallinks_ {}
19
20
21#######################################################################
22# icons
23#######################################################################
24
25_httpiconnzdl_ {_httpimg_/nzdl2gr.gif}
26_widthnzdl_ {457}
27_heightnzdl_ {181}
28
29_iconnzdl_ {<img src="_httpiconnzdl_" width=_widthnzdl_ height=_heightnzdl_ alt="The New Zealand Digital Library">}
30_icongbull_ {<img src="_httpicongbull_">}
31_iconpdf_ {<img src="_httpiconpdf_">}
32
33
34#######################################################################
35# http macros
36#
37# These contain the url without any quotes
38#######################################################################
39
40_httpicongbull_ {_httpimg_/gbull.gif}
41
42_httpiconpdf_ {_httpimg_/pdf.gif}
43
44_httpicontmusic_ {_httpimg_/meldexsm.gif}
45
46
47#######################################################################
48# page content
49#######################################################################
50
51_pagetitle_ {_textpagetitle_}
52_imagethispage_ {}
53_imagecollection_ {<center>_iconnzdl_</center>}
54
55_content_ {
56_nzdlcollectionlist_
57<center><div class="divbar">&nbsp;</div></center>
58
59<p><center><h2>_textprojhead_</h2></center>
60
61<table border=0 cellpadding=5>
62
63<tr valign=top>
64<td>
65<table><tr valign="middle"><td>_icongbull_</td><td><a href="mailto:_mailaddr_">Feedback</a></td></tr></table>
66<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/people.html">People</a></td></tr></table>
67<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://greenstone.cs.uct.ac.za/gsdl/cgi-bin/library">African Digital Library Centre</a></td></tr></table>
68<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://sadl.uleth.ca">Southern Alberta Digital Library Centre</a></td></tr></table>
69</td>
70<td>_textprojinfo_</td>
71</tr>
72
73<tr>
74<td></td>
75<th align=left>_titlesoftwareinfo_</th>
76</tr>
77<tr valign=top>
78<td>
79<table><tr valign="middle"><td>_icongbull_</td><td><a href="_httppagex_(gsdl)">About<br>Greenstone</a></td></tr></table>
80<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.greenstone.org/english/docs.html">Greenstone<br>Documentation</a></td></tr></table>
81</td>
82<td>_textsoftwareinfo_</td>
83</tr>
84
85<tr>
86<td></td>
87<th align=left>_titleresearchinfo_</th>
88</tr>
89<tr valign=top>
90<td>
91<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/research.html">Research</a></td></tr></table>
92<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/projects.html">Projects</a></td></tr></table>
93<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/html/software.html">Software<br>Downloads</a></td></tr></table>
94<table><tr valign="middle"><td>_icongbull_</td><td><a href="http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=publicat">Publications</a></td></tr></table>
95</td>
96<td>_textresearchinfo_</td>
97</tr>
98
99<tr>
100<td></td>
101<th align=left>_titleaffiliateinfo_</th>
102</tr>
103<tr valign=top>
104<td>
105<img src="_httpimg_/ghproj.jpg" alt="Human Info NGO" width=100 height=90>
106</td>
107<td>_textaffiliatehumaninfo_</td></tr>
108<tr valign='top'>
109<td>
110<img src="_httpimg_/unesco.gif" alt="UNESCO" width=100 height=90>
111</td>
112<td>_textaffiliateunesco_</td>
113</tr></table></p>
114
115<div class="divbar">&nbsp;</div>
116<table>
117<tr valign=top>
118<td>_textpoem_</td>
119<td>_imagegreenstone_</td>
120</tr></table>
121<p>_textgreenstone_
122
123<p>
124_nzdlpagefooter_
125}
126
127#######################################################################
128# descriptions
129#######################################################################
130
131_textdescrcolun_ {Humanitarian and UN collections}
132
133_textdescrcolde_ {Demonstration collections}
134
135_textdescrcoldec_ {Documented Example collections}
136
137_textdescrcolgd_ {Greenstone documentation collections}
138
139#######################################################################
140# English language text macros
141#######################################################################
142_textpagetitle_ {New Zealand Digital Library}
143_textprojhead_ {The New Zealand Digital Library Project}
144
145_textprojinfo_ {
146<p>
147The New Zealand Digital Library project is a research programme at
148The University of Waikato whose aim is to develop the underlying
149technology for digital libraries and make it available publicly so that
150others can use it to create their own collections.
151<p>
152Our web site provides several document collections, including historical
153documents, humanitarian and development information, computer
154science technical reports and bibliographies, literary works, and
155magazines. All are available over the Web, and can be accessed
156through searching and browsing interfaces provided by the
157Greenstone digital library software. Behind the query interface lies a
158huge collection providing gigabytes of information. We hope you find
159what you want, or at least something intriguing!
160}
161
162_titlesoftwareinfo_ {The Greenstone software}
163
164_textsoftwareinfo_ {
165<p>
166The <a href="http://www.greenstone.org">Greenstone Digital Library software</a> provides a new way of
167organizing information and making it available over the Internet or on
168CD-ROM. It is open-source software, available under the terms of the
169Gnu public license.
170<p>
171A digital library is made up of a set of collections. Each collection of
172information comprises several (typically several thousand, or even
173several million) documents, which share a uniform searching and
174browsing interface. Collections can be organized in many different
175ways while retaining a strong family resemblance.
176
177<p>To subscribe to the Greenstone mailing list, go to <a
178href="https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users">https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users</a>.</p>
179
180<p align=right>
181<a href="_httppagex_(gsdl)">More...</a>
182}
183
184_titleresearchinfo_ {Our research}
185
186_textresearchinfo_ {
187<p>
188The goal of our research program is to explore the potential of
189internet-based digital libraries. Our vision is to develop systems that
190automatically impose structure on anarchic, uncatalogued, distributed
191repositories of information, thereby providing information consumers
192with effective tools to locate what they need and to peruse it
193conveniently and comfortably.
194<p>
195Project members are actively working on techniques for creating,
196managing, and and mainatining collections; extracting metadata from
197legacy documents; analysing library usage and user needs; Maori,
198Arabic and Chinese language systems; internationalising the library
199interface; optical music recognition and musical collections; novel
200interfaces for formulating queries and visualising results; novel
201interfaces for browsing metadata; text mining for keyphrases,
202acronyms, and other metadata; keyphrase extraction and
203phrase-based browsing; and other research topics.
204<p align=right>
205<a href="http://www.nzdl.org/html/research.html">More...</a>
206}
207
208_titleaffiliateinfo_ {Our affiliates}
209
210_textaffiliatehumaninfo_ {
211<p>
212<a href="http://humaninfo.org">Human Info NGO</a>
213is a registered charity responsible for the
214provision of universal low-cost
215information access through co-operation between UN Agencies,
216universities and NGOs. Human Info NGO collaborates extensively
217with the NZDL project, and use the Greenstone software.
218}
219
220_textaffiliateunesco_ {
221<p>
222<a href="http://www.unesco.org">United Nations Educational, Scientific and Cultural Organization</a>.
223The dissemination of educational, scientific and cultural information
224throughout the world, and particularly its availability in developing
225countries, is central to UNESCO's goals as pursued within its
226intergovernmental Information for All Programme, and appropriate,
227accessible information and communication technology is seen as an important
228tool in this context.
229}
230
231#######################################################################
232# The collection display
233# A hand-crafted alternative to the _homeextra_ macro
234#######################################################################
235
236_nzdlgwcgi_ {library}
237#_nzdlgwcgi_ {http://www.nzdl.org/cgi-bin/library}
238_nzdlhttpprefix_ {http://www.nzdl.org/gsdl}
239
240_nzdlcollection_ {library?a=p&p=about&c=_1_}
241#_nzdlcollection_ {http://www.nzdl.org/cgi-bin/library?a=p&p=about&c=_1_}
242_nzdlcollectionimage_ {<img width=150 border=1 src="_nzdlhttpprefix_/collect/_1_/images/_2_" alt=_3_>}
243
244_collectionlink_ {<a href="_nzdlcollection_(_4_)">_nzdlcollectionimage_(_1_,_2_,_3_)</a>}
245
246
247_nzdlcollectionlist_ {
248<center>
249<div class="divbar"><p class="navbar">_textdescrcolun_</p></div>
250<p>_collectfao_
251<div class="divbar"><p class="navbar">_textdescrcolde_</p></div>
252<p>_collectrest_
253<a name="greenstonedocumentationcollections"></a>
254<div class="divbar"><p class="navbar">_textdescrcolgd_</p></div>
255<p>_collectgd_
256<a name="documentedexamplecollections"></a>
257<div class="divbar"><p class="navbar">_textdescrcoldec_</p></div>
258<p>_collectdec_
259</center>
260}
261
262_collectfao_ {
263<table width=537>
264<tr valign=top>
265<td align=center>
266<p>_collectionlink_(hdl, hdlsm.gif, "Humanity Development Library", hdl)
267<p>_collectionlink_(fnl, fnlsm.gif, "Food and Nutrition Library", fnl)
268<p>_collectionlink_(envl, welsm.gif, "World Environment Library", envl)
269<p>_collectionlink_(aginfo, aginfo.gif, "Agricultural Information Modules", aginfo)
270<p>_collectionlink_(gtz, gtz.gif, "Crystal", gtz)
271<p>_collectionlink_(cdl, cdl.gif, "Community Development Library", cdl)
272<p>_collectionlink_(edudev, edudevsm.gif, "Human Info NGO Library for Education and Development", edudev)
273<p>_collectionlink_(nigeria, nigeriasm.gif, "Revitalizing Technical and Vocational Education in Nigeria", nigeria)
274<p>_collectionlink_(safem, safemsm.gif, "Safe Motherhood Strategies", safem)
275<p><a href="/cgi-bin/firstaid/library?a=p&p=about&c=firstaid&cl=0&l=en&w=utf-8"><img src="/custom/firstaid/collect/firstaid/images/colicon.jpg" border="1"></a>
276</td>
277
278<td align=center>
279<p>_collectionlink_(mhl, mhlsm.gif, "Medical and Health Library", mhl)
280<p>_collectionlink_(fnl1\_1, fnl1\_1.gif, "Food and Nutrition Library 1.1", fnl1\_1)
281<p>_collectionlink_(paho, pahosml.gif, "Virtual Disaster Library", paho)
282<p>_collectionlink_(unesco, unescosm.gif, "Sahel point Doc", unesco)
283<p>_collectionlink_(muster, muster.gif, "The Multi-Site Teacher Education Research Project", muster)
284<p>_collectionlink_(unescoen, unescoensm.gif, "East African Development Library", unescoen)
285<p>_collectionlink_(dfid, dfidsm.gif, "Researching Education Development", dfid)
286<p>_collectionlink_(ewf, ewf.gif, "Education Work and the Future", ewf)
287<p>_collectionlink_(fi1998, faosm.gif, "FAO on the Internet &#40;1998&#41;", fi1998)
288<p>_collectionlink_(faodocs, faodrsm.gif, "FAO document repository", faodocs)</td>
289</td>
290
291<td align=center>
292<p>_collectionlink_(ccgi, ccgism.gif, "Collection on Critical Global Issues", ccgi)
293<p>_collectionlink_(fnl2.2, fnl22.gif, "Food and Nutrition Library 2.2", fnl2.2)
294<p>_collectionlink_(who, who.gif, "Biblioteca Virtual De Salud Para Desastres", who)
295<p>_collectionlink_(tulane, tulanesm.gif, "BibliothÚque pour le développement", tulane)
296<p>_collectionlink_(unaids, unaids.gif, "UNAIDS Library", unaids)
297<p>_collectionlink_(aedl, aedl.gif, "Africa Collection for Transition", aedl)
298<p>_collectionlink_(whoedm, whoedmsm.gif, "WHO Medicines Bookshelf 1.0", whoedm)
299<p>_collectionlink_(helid, helidsm.gif, "WHO Health Library for Disasters", helid)
300<p>_collectionlink_(ipc, ipcsm.gif, "Indigenous Peoples", ipc)
301<p>_collectionlink_(povsem, povsem_front.gif, "Poverty Alleviation", povsem)
302</tr>
303</table>
304}
305
306
307_collectrest_ {
308<table width=537>
309<tr valign=top>
310
311<td align=center>
312<p>_collectionlink_(acrodemo, acrodemosm.gif, "AGRIS: acronym extraction demo", acrodemo)
313<p><a href="library?a=p&p=about&c=niupepa&l=mi&nw=utf-8"><img width=150 border=1 src="_nzdlhttpprefix_/collect/niupepa/images/niupepsm.gif" alt="Niupepa: MÀori Newspapers"></a>
314<p>_collectionlink_(arabic, arabic.gif, "Arabic text collection", arabic&l=ar&nw=windows-1256)
315<p>_collectionlink_(chinese, chinsm.jpg, "Chinese text collection", chinese&l=zh&nw=utf-8)
316<p>_collectionlink_(folktale, folktale.gif, "Folktales: language extraction demo", folktale)
317<p>_collectionlink_(demooai, jcdl_logo_photo_tiled.gif, "OAI demo collection", demooai)
318<p>_collectionlink_(tidbits, tidbitsm.gif, "TidBITS", tidbits)
319</td>
320
321<td align=center>
322<p><a href="/musiclib"><img src="_nzdlhttpprefix_/images/meldexsm.gif" border=1 alt="Meldex music library"></a>
323<p>_collectionlink_(wordpdf, wordpdf.gif, "MSWord and PDF demo", wordpdf)
324<p>_collectionlink_(musvid, musvid\_frontpage.gif, "Music Videos", musvid)
325<p>_collectionlink_(gberg, gbergsm.gif, "Project Gutenberg Collection", gberg)
326<p>_collectionlink_(allshake, shakefront.gif, "The Complete works of Shakespeare", allshake)
327<p>_collectionlink_(aircraft, logo.gif, "aircraft images collection", aircraft)
328<p>_collectionlink_(csbib, csbibsm.gif, "Computer Science Bibliographies", csbib)
329<p>_collectionlink_(coltbib, coltsm.gif, "COLT Bibliography", coltbib&ct=1&qto=3&qt=1)
330</td>
331
332<td align=center>
333<p><a href="cstrlibrary?a=p&p=about"><img width=150 border=1 src="_nzdlhttpprefix_/collect/cstr/images/cstrsm.gif" alt="Computer Science Technical Reports"></a>
334<p>_collectionlink_(ohist, ohist\_title\_small.gif, "Hamilton Public Library Youth Oral History Collection", ohist)
335<p>_collectionlink_(hcibib, hcibibsm.gif, "The HCI Bibliography", hcibib)
336<p>_collectionlink_(whist, whist\_logo\_small.gif, "Women's History Primary Source Documents", whist)
337<p>_collectionlink_(beowulf, beowulffront.jpg, "MARC Demonstration collection: Beowulf", beowulf)
338<p>_collectionlink_(tcc, tccsm.gif, "The Computists' Weekly", tcc)
339<p>_collectionlink_(jair, jair-sm.gif, "Journal of Artificial Intelligence Research", jair)
340</td>
341
342</tr>
343</table>
344}
345_collectgd_ {
346<table width=537>
347<tr valign=top>
348<td align=center>
349<p>_collectionlink_(publicat, nzdlpub.gif, "NZDL Publications collection", publicat)</td>
350<td align=center>
351<p>_collectionlink_(gsarch, gsarch.gif, "Greenstone mailing list archive", gsarch)
352<p><a href="/howto"><img width=150 height=110 border=1 src="/custom/howto/images/front_cover_tiled.gif" alt="How to build a digital library"></a></td>
353<td align=center>
354<p>_collectionlink_(gsdocs, gsdocs.gif, "Greenstone Documentation collection", gsdocs)</td>
355</tr></table>
356}
357
358_collectdec_ {
359<table width=537>
360<tr valign=top>
361
362<td align=center>
363<p>_collectionlink_(dls-e, dls-e.gif, "(Documented) Development Library Subset collection", dls-e)
364<p>_collectionlink_(wrdpdf-e, wrdpdf-e.gif, "(Documented) MSWord and PDF demonstration", wrdpdf-e)
365<p>_collectionlink_(gsarch-e, gsarch-e.gif, "(Documented) Greenstone Archives collection", gsarch-e)
366<p>_collectionlink_(isis-e, isis-e.gif, "(Documented) CDS/ISIS collection", isis-e&ct=1&qt=1&qto=3)
367
368</td>
369
370<td align=center>
371<p>_collectionlink_(cltbib-e, cltbib-e.gif, "(Documented) bibliography collection", cltbib-e&ct=1&qt=1)
372<p>_collectionlink_(MARC-e, MARC-e.gif, "(Documented) MARC example", MARC-e)
373<p>_collectionlink_(oai-e, oai-e.gif, "(Documented) OAI demo collection", oai-e)
374</td>
375
376<td align=center>
377<p>_collectionlink_(cltext-e, cltext-e.gif, "(Documented) bibliography supplement", cltext-e&ct=1&qt=1)
378<p>_collectionlink_(image-e, image-e.gif, "(Documented) simple image collection", image-e)
379<p>_collectionlink_(garish, garish.gif, "(Documented) Garish version of demo collection", garish)
380<p>_collectionlink_(authen-e, authen-e.gif, "(Documented) Formatting and authentication demo", authen-e)
381</td>
382
383</tr>
384</table>
385}
386
387
388# bbc no longer public
389#<p>_collectionlink_(bbc1, bbc_home.gif, "BBC archives (1900-1985)", bbc1)
Note: See TracBrowser for help on using the repository browser.