source: trunk/niupepa/macros/about.dm@ 13346

Last change on this file since 13346 was 13346, checked in by nzdl, 17 years ago

modified for standard receptionist and extra.dm

  • Property svn:keywords set to Author Date Id Revision
File size: 11.2 KB
Line 
1package about
2
3#_javalinks_ {_imagehelp__imagepref__imagenzdl_}
4#_javalinks_ [v=1] {
5#_imagehelp_<br>
6#_imagepref_<br>
7#_imagenzdl_<br>
8#}
9
10_globallinks_ {_helplink__preflink__nzdllink_}
11
12#######################################################################
13# Icons
14#######################################################################
15
16#_httpiconhhome_ {_httpprefix_/collect/niupepa/images/h\_home.gif}
17#_httpiconhhome_ [l=mi] {_httpprefix_/collect/niupepa/images/mi/h\_home.gif}
18#_widthhhome_ {150}
19#_heighthhome_ {57}
20#_imagethispage_ {<img src="_httpiconhhome_" width=_widthhhome_ height=_heighthhome_>}
21_titlehome_ {home}
22_titlehome_ [l=mi] {kāinga}
23_imagethispage_ {_titlehome_}
24
25# don't want link to 'about' page
26_imagecollection_ {<img src="_iconcollection_" border=0>}
27
28_imagemined_ {<a href="http://www.minedu.govt.nz/">_iconmined_</a>}
29
30_iconmined_ {<img src="_httpprefix_/collect/niupepa/images/mined.gif" border=0>}
31
32##############
33# about page #
34##############
35
36
37_pagescriptextraold_ {
38<!--
39function popupSurvey() \{
40 // check if the cookie has been set
41 if (retrieveCookie ("niupepasurvey_visited") == null) \{
42 setCookie ("niupepasurvey_visited", "true", "forever");
43 setCookie ("niupepasurvey_blocked", "true", "session");
44 return;
45 \}
46
47 if (retrieveCookie ("niupepasurvey_blocked" ) != null) \{
48 return; // we are blocking the popup at the moment
49 \}
50 // if we have got here, popup the survey
51 // block the popup for the rest of this session - in case they don't submit
52 setCookie ("niupepasurvey_blocked", "true", "session");
53
54 // open the popup
55 window.open('_httpcollection_/html/questions.html','questions','height=800,width=650,scrollbars=yes,resizable=yes');
56\}
57
58
59function retrieveCookie( cookieName ) \{
60 /* retrieved in the format
61 cookieName4=value; cookieName3=value; cookieName2=value; cookieName1=value
62 only cookies for this domain and path will be retrieved */
63
64 var cookieJar = document.cookie.split( "; " );
65 for( var x = 0; x < cookieJar.length; x++ ) \{
66 var oneCookie = cookieJar[x].split( "=" );
67 if( oneCookie[0] == escape( cookieName ) ) \{
68 return unescape( oneCookie[1] );
69 \}
70 \}
71 return null;
72\}
73
74function setCookie( cookieName, cookieValue, lifeTime) \{
75 if (!cookieName) \{return false;\}
76 var expires = "";
77 if (lifeTime == "forever") \{
78 expires = ";expires=Sun, 31 Dec 2006 12:00:00 GMT";
79 \}
80 document.cookie = cookieName + "=" + cookieValue + expires;
81
82\}
83//-->
84}
85
86_header_ {_cgihead_
87_htmlhead_(class="bgimage")
88_startspacer__pagebanner_
89}
90
91_headerold_ {_cgihead_
92_htmlhead_(class="bgimage")
93<script language="javascript" type="text/javascript">
94<!--
95popupSurvey();
96// -->
97</script>
98_startspacer__pagebanner_
99}
100
101_aboutextra_ {
102<table border=0 width=_pagewidth_>
103<tr><td align=right>
104_If_("_cgiargl_" eq "mi",<a href="_httppageabout_&l=en">English</a>,
105<a href="_httppageabout_&l=mi&nw=utf-8">Māori</a>)
106</td></tr></table>
107}
108
109_pagetitle_ {_collectionname_}
110
111_content_ {
112<center>
113<div class="navbar">
114<p class="navbar">
115_optnavigationbar_
116</p>
117</div>
118<small><i>
119_textxselect_
120</i></small>
121</center>
122_aboutextra_
123
124<p><center><h3>_textxwelcome_</h3></center>
125
126_textxwelcome2_
127
128<p>_textxbackground_
129
130<p>_textxgrateful_
131
132<br>&nbsp;<p>&nbsp;
133<div class="divbar">&nbsp;</div>
134
135<p><a name="background"><h3>_textxbackground2_</h3></a>
136
137_textxbackground3_
138
139<div class="divbar">&nbsp;</div>
140
141<p><a name="supportorgs"><h3>_textxsupporgs_</h3></a>
142
143<p><table><tr valign=top>
144<td>_imagemined_</td>
145<td>_textyaymined_</td>
146</tr></table>
147
148_textxsupportorgs2_
149}
150
151_textxselect_ {select one of the buttons on the above bar to access the niupepa}
152_textxselect_ [l=mi] {pāwhiritia tētehi
153pātene ki runga ake nei kia pānui ai ngā niupepa}
154
155_textxwelcome_ {Welcome to the Māori Niupepa Collection}
156_textxwelcome_ [l=mi] {Nau mai ki te Kohikohinga Niupepa Māori}
157
158_textxwelcome2_ {
159<p>Here we have a collection of historic newspapers published primarily for
160a Māori audience between 1842 and 1932. The newspapers can be <a
161href="_httpquery_"><b>searched</b></a> (full text), <a
162href="_httpbrowseSeries_"><b>browsed</b></a> (by series) or accessed by <a
163href="_httpbrowseDate_"><b>date</b></a>. This collection has been made
164available by the <a href="http://www.nzdl.org">New Zealand Digital Library
165Project</a>, at the <a href="http://www.cs.waikato.ac.nz/cs/">Department of
166Computer Science</a>, <a href="http://www.waikato.ac.nz">University of
167Waikato</a>.</p>
168}
169
170_textxwelcome2_ [l=mi] {
171<p>Kua whakaemitia mai ki konei he kohikohinga niupepa i tāngia
172mō ngā kaipānui Māori o ngā tau
1731842-1932. E taea te pānui niupepa mā te <a
174href="_httpquery_">rapu kupu</a>, i te <a
175href="_httpbrowseSeries_">rārangi taitara</a>, me te rārangi
176<a href="_httpbrowseDate_">wātaka</a> hoki. He mea i
177whakatūria e te kaupapa <a href="http://www.nzdl.org">New Zealand
178Digital Library</a>, i te <a href="http://www.cs.waikato.ac.nz/cs/">Tari
179Rorohiko</a>, o te <a href="http://www.waikato.ac.nz">Whare Wānanga
180o Waikato</a>.</p>
181}
182
183_textxbackground_ {<a href="#background">Background
184information</a> about the collection can be accessed below.}
185
186_textxbackground_ [l=mi] {Kei raro nei he <a
187href="#background">kupu whakamārama</a> e pā ana ki te kohikohinga
188nei.}
189
190_textxgrateful_ {We are grateful for the support of many
191organisations that have assisted in making this collection freely
192available, in particular the <a href="http://www.minedu.govt.nz">Ministry
193of Education</a> and university libraries throughout New Zealand. Please
194see our <a href="#supportorgs">supporting organisations</a> section below.}
195
196_textxgrateful_ [l=mi] {Ka nui te mihi ki ngā
197rōpū tautoko i te kaupapa nei. Nā tā rātou tautoko kua
198kore he utu, mā koutou, mō te titiro ki ngā niupepa nei. Ko te <a
199href="http://www.minedu.govt.nz">Tāhuhu o te Mātauranga</a>
200tērā, me ētehi whare pukapuka e noho mai nei ki ngā whare
201wānanga o te motu. Tirohia ngā <a
202href="#supportorgs">rōpū tautoko</a>.}
203
204_textxbackground2_ {Background Information}
205_textxbackground2_ [l=mi] {He Kupu Whakamārama}
206
207_textxbackground3_ {
208<p>The niupepa collection consists of over 17,000 pages taken from 34
209separate periodicals. It is based on &quot;Niupepa 1842-1933&quot;, a
210microfiche collection produced by the <a
211href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander
212Turnbull Library</a>. 70% of the collection is written solely in
213Māori, 27% is bilingual and about 3% is written in English. There
214were three main types of niupepa published; government sponsored,
215Māori initiated, and religious.
216
217<p>There are four main parts to the Māori niupepa collection:
218<ul>
219 <li>facsimile images of the original pages
220 <li>text extracted from the newspapers (for searching)
221 <li>bibliographic commentaries for each newspaper title
222 <li><a href="_httppagex_(abexpl)">English abstracts</a> for each issue
223</ul>
224
225<p>Further information about the Niupepa Collection can be found in <i>Rere
226Atu Taku Manu! Discovering History, Language & Politics in the Māori
227Language Newspapers</i>. Edited by Jennifer Curnow, Ngapare Hopa, and Jane
228McRae. Auckland University Press (2002).
229}
230
231_textxbackground3_ [l=mi] {
232
233<p>He nui ake i te 17,700 whārangi, mai i te 34 niupepa kei te kohikohinga
234nei. He mea hanga i te &quot;Niupepa 1842-1933&quot;, te kohinga kua
235whakaemihia e te <a
236href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander
237Turnbull Library</a> ki runga i te kiriata mororiki. E 70% kei te
238reo Māori, 27% kei ngā reo e rua, ā, kua āhua 3% kei te reo
239Pākehā. E toru ngā kaupapa matua o ngā niupepa nei: he
240hāpainga kāwanatanga; he pānui rānei nō
241ngā iwi Māori; he kupu whakapono rānei nō ngā hāhi.
242
243<p>E whā ngā wāhanga nui o te kohikohinga niupepa Māori:
244<ul>
245 <li>ngā whakaahua o te whārangi niupepa
246 <li>ngā kupu kua tangohia (mō te rapu) i aua whārangi
247 <li>he kupu whakataki mō ia niupepa
248 <li>he <a href="_httppagex_(abexpl)">rāpopototanga reo Pākehā</a>
249</ul>
250
251<p>Mō ētehi atu kōrero pānuitia te pukapuka <i>Rere
252Atu Taku Manu! Discovering History, Language & Politics in the Māori
253Language Newspapers</i>. Nā Jennifer Curnow, rātou ko Ngapare Hopa, ko Jane McRae. Auckland University Press (2002).
254}
255
256_textxsupporgs_ {Supporting Organisations}
257_textxsupporgs_ [l=mi] {Rōpū Tautoko}
258
259_textyaymined_ {The <a
260href="http://www.minedu.govt.nz">Ministry of Education</a> are the
261principal sponsors of this project.}
262
263_textyaymined_ [l=mi] {Ko te tino tautoko o te kaupapa nei,
264i puta i te <a href="http://www.minedu.govt.nz">Tāhuhu o te
265Mātauranga</a>.}
266
267_textxsupportorgs2_ {
268<p>Financial support was also generously given by the following
269university libraries:
270<ul>
271 <li><a href="http://www.waikato.ac.nz/library/">Waikato University Library</a>
272 <li><a href="http://www.library.otago.ac.nz">Otago University Library</a>
273 <li><a href="http://www.massey.ac.nz/~wwwlib/">Massey University Library</a>
274 <li><a href="http://www.victoria.ac.nz/library/">Victoria University Library</a>
275 <li><a href="http://www2.auckland.ac.nz/lbr/">Auckland University Library</a>
276 <li><a href="http://library.canterbury.ac.nz"</a>Canterbury University Library</a>
277 <li><a href="http://prod.lincoln.ac.nz/libr/default.htm"</a>Lincoln University Library</a>
278</ul>
279
280<p>The newspapers are also available on 35mm microfilm and microfiche. They
281can be borrowed on interloan through your local library or purchased from
282the <a href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander Turnbull Library</a>.
283
284<p>Digital image capture was provided by <a
285href="http://www.micrographics.co.nz">New Zealand Micrographic Services
286Ltd.</a>
287
288<p>Commentaries on titles provided by Gail Dallimore.
289
290<p><a href="_httppagex_(abexpl)">English abstracts</a> are provided by a
291team working through the Department of Māori Studies at the University
292of Auckland.
293}
294
295_textxsupportorgs2_ [l=mi] {
296<p>Arā anō hoki ngā tautoko i tukua mai e ngā whare
297pukapuka o ngā whare wānanga:
298<ul>
299 <li><a href="http://www.waikato.ac.nz/library/">Te Whare Pukapuka o te Whare Wānanga o Waikato</a>
300 <li><a href="http://www.library.otago.ac.nz">Te Whare Pukapuka o te Whare Wānanga o Otago</a>
301 <li><a href="http://www.massey.ac.nz/~wwwlib/">Te Whare Pukapuka o te Whare Wānanga o Massey</a>
302 <li><a href="http://www.victoria.ac.nz/library/">Te Whare Pukapuka o te Whare Wānanga o Victoria</a>
303 <li><a href="http://www2.auckland.ac.nz/lbr/">Te Whare Pukapuka o te Whare Wānanga o Auckland</a>
304 <li><a href="http://library.canterbury.ac.nz"</a>Te Whare Pukapuka o te Whare Wānanga o Canterbury</a>
305 <li><a href="http://prod.lincoln.ac.nz/libr/default.htm"</a>Te Whare Pukapuka o te Whare Wānanga o Lincoln</a>
306</ul>
307
308<p>Kei runga te kohinga &quot;Niupepa 1842-1933&quot; i te kiriata
309mōkito 35mm me te kiriata mororiki. Ka taea te tono atu ki te
310whare pukapuka o tō rohe, ka taea rānei te hoko, mai i te <a
311href="http://www.natlib.govt.nz/en/using/8atl.html">Alexander
312Turnbull Library</a>.
313
314<p>Nā te <a href="http://www.micrographics.co.nz">New Zealand
315Micrographic Services Ltd.</a> i whakawhiti ngā whakaahua, mai i te
316kiriata mōkito ki te whakatakotoranga TIFF.
317
318<p>Nā Gail Dallimore ngā kupu whakataki.
319
320<p>Nā tētehi rōpu rangahau i te Tari Māori o te Whare
321Wānanga o Tāmaki i whakarite ngā <a
322href="_httppagex_(abexpl)">rāpopototanga reo Pākehā</a>.
323}
Note: See TracBrowser for help on using the repository browser.