source: trunk/gsdl/macros/english.dm@ 1289

Last change on this file since 1289 was 1289, checked in by sjboddie, 24 years ago

tidied up macro files a little more

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 34.8 KB
Line 
1######################################################################
2#
3# English Language text and icon macros
4#
5######################################################################
6#
7# This is the main macro file for translation when creating an
8# interface in another language.
9#
10# Under the 'text macros' comments are text macros of the form:
11# _macroname_ {macro value}
12# Everything between the {} is the text to be translated. This text
13# may itself contain macros (i.e. characters other than space between
14# underscore characters, e.g. _about:numdocs_ or _textpage_). These
15# macro names occurring within text shouldn't be translated but should
16# be left as they are. Underscores or curly brackets occurring
17# naturally within the text should be escaped with a leading backslash
18# (i.e. '\_', '\{' or '\}).
19#
20# Under the 'icons' comments are macros concerned with displaying
21# icons which themselves contain text.
22# Above each macro (or group of macros) for an icon is a comment line
23# that looks something like '## "HOME" ## top_nav_button ## chome ##'.
24# The first field of the comment ("HOME" in this case) is the text
25# that appears in the english version of the icon. This is the text
26# that must be translated, nothing needs to be done to the macros
27# themselves. The other two fields of the comments are used by
28# automatic icon generating software which reads the newly translated
29# file and generates appropriate icons.
30#
31# Comment lines (other than those described above) need not be
32# translated (i.e. any lines beginning with '#', like this line).
33#
34# The simplest way to translate this file is to save it as something
35# else (e.g. french.dm) and work through translating all the text
36# macro values and icon comments.
37#
38######################################################################
39
40
41######################################################################
42# Global (base) package
43package Global
44######################################################################
45
46
47#------------------------------------------------------------
48# text macros
49#------------------------------------------------------------
50
51_textdefaultcontent_ {The requested page could not be found. Please use
52your browsers 'back' button or the above home button to return to the
53Greenstone Digital Library.}
54
55_textdefaulttitle_ {GSDL Error}
56
57_collectionextra_ {This collection contains _about:numdocs_ documents.
58It was last built _about:builddate_ days ago.}
59
60_textimagecollection_ {}
61_textimageabout_ {About page}
62_textimagehome_ {Home page}
63_textimagehelp_ {Help page}
64_textimagepref_ {Preferences page}
65_textimagegreenstone_ {Greenstone Digital Library Software}
66
67_textimagesearch_ {Search for specific terms}
68_textimageTitle_ {Browse alphabetical list of titles}
69_textimageList_ {Browse document listing}
70_textimageCreator_ {Browse alphabetical list of authors}
71_textimageSeries_ {Browse by issue}
72_textimageDate_ {Browse by date}
73_textimageSubject_ {Browse by subject category}
74_textimageTo_ {Browse by To field}
75_textimageFrom_ {Browse by From field}
76_textimageOrganization_ {Browse by organization}
77_textimageHowto_ {Browse how to categories}
78_textimageTopic_ {Browse special topic issues}
79_textimageBrowse_ {Browse}
80_textimagePeople_ {Browse alphabetical list of People}
81
82_texticontabsearchgreen_{Search}
83_texticontabdategreen_{Dates}
84_texticontabseriesgreen_{Series}
85_texticontabauthorgreen_{Authors A-Z}
86_texticontabtitlegreen_{Titles A-Z}
87_texticontablistgreen_ {Listing}
88_texticontabsubjectgreen_{Subjects}
89_texticontabtogreen_{To}
90_texticontabfromgreen_{From}
91_texticontaborggreen_{Organization}
92_texticontabhowgreen_{How to}
93_texticontabtopicgreen_{Topics}
94_texticontabbrwsegreen_{Browse}
95_texticontabPeoplegreen_{People A-Z}
96
97_texticontext_ {View the document}
98_texticonclosedbook_ {open this document and view contents}
99_texticonnext_ {to next section}
100_texticonprev_ {to previous section}
101
102_page_ {page }
103_pages_ {pages}
104_of_ { of }
105_vol_ {Volume}
106_num_ {Number}
107
108_textmonth00_ {}
109_textmonth01_ {January}
110_textmonth02_ {February}
111_textmonth03_ {March}
112_textmonth04_ {April}
113_textmonth05_ {May}
114_textmonth06_ {June}
115_textmonth07_ {July}
116_textmonth08_ {August}
117_textmonth09_ {September}
118_textmonth10_ {October}
119_textmonth11_ {November}
120_textmonth12_ {December}
121
122_Document_ {Document}
123_Section_ {Section}
124_Paragraph_ {Paragraph}
125
126_magazines_ {Magazines}
127
128_nzdlpagefooter_ {<p>_iconblankbar_
129<p><a href="http://www.nzdl.org">New Zealand Digital Library Project</a>
130<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
131<a href="http://www.waikato.ac.nz">University of Waikato</a>,
132New Zealand}
133
134#------------------------------------------------------------
135# icons
136#------------------------------------------------------------
137
138## "HOME" ## top_nav_button ## chome ##
139_httpiconchomeof_ {_httpimg_/chomeof.gif}
140_httpiconchomeon_ {_httpimg_/chomeon.gif}
141_widthchomex_ {43}
142_heightchomex_ {20}
143
144## "HELP" ## top_nav_button ## chelp ##
145_httpiconchelpof_ {_httpimg_/chelpof.gif}
146_httpiconchelpon_ {_httpimg_/chelpon.gif}
147_widthchelpx_ {36}
148_heightchelpx_ {20}
149
150## "PREFERENCES" ## top_nav_button ## cpref ##
151_httpiconcprefof_ {_httpimg_/cprefof.gif}
152_httpiconcprefon_ {_httpimg_/cprefon.gif}
153_widthcprefx_ {87}
154_heightcprefx_ {20}
155
156## "help" ## green_title ## h_help ##
157_httpiconhhelp_ {_httpimg_/h\_help.gif}
158_widthhhelp_ {200}
159_heighthhelp_ {57}
160
161## "authors a-z" ## nav_bar_button ## tauth ##
162_httpicontauthgr_ {_httpimg_/tauthgr.gif}
163_httpicontauthof_ {_httpimg_/tauthof.gif}
164_httpicontauthon_ {_httpimg_/tauthon.gif}
165_widthtauthx_ {110}
166_heighttauthx_ {17}
167
168## "series" ## nav_bar_button ## tser ##
169_httpicontsergr_ {_httpimg_/tsergr.gif}
170_httpicontserof_ {_httpimg_/tserof.gif}
171_httpicontseron_ {_httpimg_/tseron.gif}
172_widthtserx_ {87}
173_heighttserx_ {17}
174
175## "dates" ## nav_bar_button ## tdate ##
176_httpicontdategr_ {_httpimg_/tdategr.gif}
177_httpicontdateof_ {_httpimg_/tdateof.gif}
178_httpicontdateon_ {_httpimg_/tdateon.gif}
179_widthtdatex_ {87}
180_heighttdatex_ {17}
181
182## "subjects" ## nav_bar_button ## tsubj ##
183_httpicontsubjgr_ {_httpimg_/tsubjgr.gif}
184_httpicontsubjon_ {_httpimg_/tsubjon.gif}
185_httpicontsubjof_ {_httpimg_/tsubjof.gif}
186_widthtsubjx_ {87}
187_heighttsubjx_ {17}
188
189## "to" ## nav_bar_button ## tto ##
190_httpiconttogr_ {_httpimg_/ttogr.gif}
191_httpiconttoon_ {_httpimg_/ttoon.gif}
192_httpiconttoof_ {_httpimg_/ttoof.gif}
193_widthttox_ {87}
194_heightttox_ {17}
195
196## "from" ## nav_bar_button ## tfrom ##
197_httpicontfromgr_ {_httpimg_/tfromgr.gif}
198_httpicontfromon_ {_httpimg_/tfromon.gif}
199_httpicontfromof_ {_httpimg_/tfromof.gif}
200_widthtfromx_ {87}
201_heighttfromx_ {17}
202
203## "organization" ## nav_bar_button ## torg ##
204_httpicontorggr_{_httpimg_/torggr.gif}
205_httpicontorgon_{_httpimg_/torgon.gif}
206_httpicontorgof_{_httpimg_/torgof.gif}
207_widthtorgx_ {109}
208_heighttorgx_ {17}
209
210## "how to" ## nav_bar_button ## thow ##
211_httpiconthowgr_{_httpimg_/thowgr.gif}
212_httpiconthowon_{_httpimg_/thowon.gif}
213_httpiconthowof_{_httpimg_/thowof.gif}
214_widththowx_ {87}
215_heightthowx_ {17}
216
217## "topic" ## nav_bar_button ## ttopic ##
218_httpiconttopicgr_{_httpimg_/ttopicgr.gif}
219_httpiconttopicon_{_httpimg_/ttopicon.gif}
220_httpiconttopicof_{_httpimg_/ttopicof.gif}
221_widthttopicx_ {87}
222_heightttopicx_ {17}
223
224## "browse" ## nav_bar_button ## tbrwse ##
225_httpicontbrwsegr_{_httpimg_/tbrwsegr.gif}
226_httpicontbrwseon_{_httpimg_/tbrwseon.gif}
227_httpicontbrwseof_{_httpimg_/tbrwseof.gif}
228_widthtbrwsex_ {87}
229_heighttbrwsex_ {17}
230
231## "search" ## nav_bar_button ## tsrch ##
232_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
233_httpicontsrchof_ {_httpimg_/tsrchof.gif}
234_httpicontsrchon_ {_httpimg_/tsrchon.gif}
235_widthtsrchx_ {87}
236_heighttsrchx_ {17}
237
238## "titles a-z" ## nav_bar_button ## ttitl ##
239_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
240_httpiconttitlof_ {_httpimg_/ttitlof.gif}
241_httpiconttitlon_ {_httpimg_/ttitlon.gif}
242_widthttitlx_ {87}
243_heightttitlx_ {17}
244
245## "people" ## nav_bar_button ## tpeop ##
246_httpicontpeopgr_ {_httpimg_/tpeopgr.gif}
247_httpicontpeopof_ {_httpimg_/tpeopof.gif}
248_httpicontpeopon_ {_httpimg_/tpeopon.gif}
249_widthtpeopx_ {97}
250_heighttpeopx_ {17}
251
252
253
254######################################################################
255# 'about' page
256package about
257######################################################################
258
259
260#------------------------------------------------------------
261# text macros
262#------------------------------------------------------------
263
264_textabcol_ {About this collection}
265
266_textsubcols1_ {<p>The complete collection comprises _1_ subcollections:
267<blockquote>}
268
269_textsubcols2_ {</blockquote>
270You can check (and alter) which subcollections you are
271currently using on the Preferences page.}
272
273
274#------------------------------------------------------------
275# icons
276#------------------------------------------------------------
277
278## "about" ## green_title ## h_about ##
279_httpiconhabout_ {_httpimg_/h\_about.gif}
280_widthhabout_ {200}
281_heighthabout_ {57}
282
283
284
285######################################################################
286# document package
287package document
288######################################################################
289
290
291#------------------------------------------------------------
292# text macros
293#------------------------------------------------------------
294
295_textTitlepage_ {_texticonhtitle_}
296_textCreatorpage_ {_texticonhauth_}
297_textSubjectpage_ {_texticonhsubj_}
298_textTopage_ {_texticonhto_}
299_textFrompage_ {_texticonhfrom_}
300_textSeriespage_ {_texticonhser_}
301_textDatepage_ {_texticonhdate_}
302_textHowtopage_ {_texticonhhow_}
303_textOrganizationpage_ {_texticonhorg_}
304_textBrowsepage_ {_texticonhbrwse_}
305_textPeoplepage_ {_texticonhpeople_}
306
307_texticonhtitle_ {Titles A-Z}
308_texticonhauth_ {Authors A-Z}
309_texticonhsubj_ {Subjects}
310_texticonhto_ {To}
311_texticonhfrom_ {From}
312_texticonhser_ {Series}
313_texticonhdate_ {Dates}
314_texticonhhow_ {How to}
315_texticonhorg_ {Organizations}
316_texticonhbrwse_ {Browse}
317_texticonhpeople_ {People A-Z}
318
319_texticonopenbookshelf_ {close this section of the library}
320_texticonclosedbookshelf_ {open this section of the library and view contents}
321_texticonopenbook_ {close this book}
322_texticonclosedfolder_ {Open this folder and view contents}
323_texticonclosedfolder2_ {open sub-section: }
324_texticonopenfolder_ {close this folder}
325_texticonopenfolder2_ {close sub-section: }
326_texticonsmalltext_ {View this section of the text}
327_texticonsmalltext2_ {view text: }
328_texticonpointer_ {current section}
329_texticondetach_ {Open this page in a new window}
330_texticonhighlight_ {Highlight search terms}
331_texticonnohighlight_ {Don't highlight search terms}
332_texticoncontracttoc_ {Collapse table of contents}
333_texticonexpandtoc_ {Expand table of contents}
334_texticonexpandtext_ {Display all text}
335_texticoncontracttext_ {Display text only for currently selected section}
336_texticonwarning_ {<b>Warning: </b>}
337_texticoncont_ {continue?}
338
339_textltwarning_ {
340<p><center>
341<table cellspacing=0 cellpadding=0 width=_pagewidth_>
342<tr valign=top><td>_iconwarning_Expanding the text here will generate a large
343amount of data for your browser to display _imagecont_
344</td></tr></table></center>
345}
346
347_textgoto_ {go to page}
348_textintro_ { <i>(introductory text)</i>}
349
350
351#------------------------------------------------------------
352# icons
353#------------------------------------------------------------
354
355## "titles a-z" ## green_title ## h_title ##
356_httpiconhtitle_ {_httpimg_/h\_title.gif}
357_widthhtitle_ {200}
358_heighthtitle_ {57}
359
360## "authors a-z" ## green_title ## h_auth ##
361_httpiconhauth_ {_httpimg_/h\_auth.gif}
362_widthhauth_ {200}
363_heighthauth_ {57}
364
365## "subjects" ## green_title ## h_subj ##
366_httpiconhsubj_ {_httpimg_/h\_subj.gif}
367_widthhsubj_ {200}
368_heighthsubj_ {57}
369
370## "to" ## green_title ## h_to ##
371_httpiconhto_ {_httpimg_/h\_to.gif}
372_widthhto_ {200}
373_heighthto_ {57}
374
375## "from" ## green_title ## h_from ##
376_httpiconhfrom_ {_httpimg_/h\_from.gif}
377_widthhfrom_ {200}
378_heighthfrom_ {57}
379
380## "series" ## green_title ## h_ser ##
381_httpiconhser_ {_httpimg_/h\_ser.gif}
382_widthhser_ {200}
383_heighthser_ {57}
384
385## "dates" ## green_title ## h_date ##
386_httpiconhdate_ {_httpimg_/h\_date.gif}
387_widthhdate_ {200}
388_heighthdate_ {57}
389
390## "how to" ## green_title ## h_how ##
391_httpiconhhow_ {_httpimg_/h\_how.gif}
392_widthhhow_ {200}
393_heighthhow_ {57}
394
395## "topics" ## green_title ## h_topic ##
396_httpiconhtopic_ {_httpimg_/h\_topic.gif}
397_widthhtopic_ {200}
398_heighthtopic_ {57}
399
400## "organization" ## green_title ## h_org ##
401_httpiconhorg_ {_httpimg_/h\_org.gif}
402_widthhorg_ {250}
403_heighthorg_ {57}
404
405## "browse" ## green_title ## h_brwse ##
406_httpiconhbrwse_ {_httpimg_/h\_brwse.gif}
407_widthhbrwse_ {200}
408_heighthbrwse_ {57}
409
410## "people" ## green_title ## h_people ##
411_httpiconhpeople_ {_httpimg_/h\_people.gif}
412_widthhpeople_ {200}
413_heighthpeople_ {57}
414
415## "CONTINUE?" ## top_nav_button ## cont ##
416_httpiconcontoff_ {_httpimg_/contoff.gif}
417_httpiconconton_ {_httpimg_/conton.gif}
418_widthcontx_ {76}
419_heightcontx_ {17}
420
421## "EXPAND TEXT" ## document_button ## eallt ##
422_httpiconealltof_ {_httpimg_/ealltof.gif}
423_httpiconeallton_ {_httpimg_/eallton.gif}
424_widthealltx_ {65}
425_heightealltx_ {30}
426
427## "CONTRACT CONTENTS" ## document_button ## econc ##
428_httpiconeconcof_ {_httpimg_/econcof.gif}
429_httpiconeconcon_ {_httpimg_/econcon.gif}
430_widtheconcx_ {65}
431_heighteconcx_ {30}
432
433## "DETACH" ## document_button ## edtch ##
434_httpiconedtchof_ {_httpimg_/edtchof.gif}
435_httpiconedtchon_ {_httpimg_/edtchon.gif}
436_widthedtchx_ {65}
437_heightedtchx_ {30}
438
439## "EXPAND CONTENTS" ## document_button ## eexpc ##
440_httpiconeexpcof_ {_httpimg_/eexpcof.gif}
441_httpiconeexpcon_ {_httpimg_/eexpcon.gif}
442_widtheexpcx_ {65}
443_heighteexpcx_ {30}
444
445## "CONTRACT TEXT" ## document_button ## etsec ##
446_httpiconetsecof_ {_httpimg_/etsecof.gif}
447_httpiconetsecon_ {_httpimg_/etsecon.gif}
448_widthetsecx_ {65}
449_heightetsecx_ {30}
450
451## "HIGHLIGHTING" ## document_button ## ehl ##
452_httpiconehlof_ {_httpimg_/ehlof.gif}
453_httpiconehlon_ {_httpimg_/ehlon.gif}
454_widthehlx_ {65}
455_heightehlx_ {30}
456
457## "NO HIGHLIGHTING" ## document_button ## enhl ##
458_httpiconenhlof_ {_httpimg_/enhlof.gif}
459_httpiconenhlon_ {_httpimg_/enhlon.gif}
460_widthenhlx_ {65}
461_heightenhlx_ {30}
462
463
464
465######################################################################
466# 'search' page
467package query
468######################################################################
469
470
471#------------------------------------------------------------
472# text macros
473#------------------------------------------------------------
474
475# this if statement produces the text 'results n1 - nn for query: querystring' or
476# 'No matches for query: querystring', depending on whether or not there were
477# any matches
478_textquerytitle_ {_If_(_thislast_,results _thisfirst_ - _thislast_ for query: _cgiargq_,No matches for query: _cgiargq_)}
479_textnoquerytitle_ {Search page}
480
481_texticonthispage_ {search}
482_textsome_ {_If_(_cgiargb_,ranked,some)}
483_textall_ {_If_(_cgiargb_,boolean,all)}
484_texticonqueryresultsbar_ {}
485_textfreqmsg1_ {Word count: }
486_textpostprocess_ {_If_(_quotedquery_,<br><i>post-processed to find _quotedquery_</i>
487)}
488
489_textmorethan_ {More than }
490_textapprox_ {About }
491_textnodocs_ {No documents matched the query.}
492_text1doc_ {1 document matched the query.}
493_textlotsdocs_ {documents matched the query.}
494_textmatches_ {Matches }
495_textbeginsearch_ {Begin Search}
496
497# _hselection_, _jselection_ and _nselection_ are set from within the server
498# some or all of them may remain unset
499_textsimplesearch_ {Search for _If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
500which contain _querytypeselection_ of the words}
501
502_textadvancedsearch_ {Search_If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
503using _querytypeselection_ query}
504
505_textjselect_ {_If_(_hselection_, of) _jselection_}
506
507_textstemon_ { (ignoring word endings)}
508_textclearhistory_ {Clear History}
509_textexpand_ {Expand}
510_textcontract_ {Contract}
511_textsearchhistory_ {Search History}
512_textquery_ {Query}
513_textresults_ {Results}
514_textview_ {View}
515_textnohistory_ {Search history not available}
516
517
518#------------------------------------------------------------
519# icons
520#------------------------------------------------------------
521
522## "search" ## green_title ## h_search ##
523_httpiconhsearch_ {_httpimg_/h\_search.gif}
524_widthhsearch_ {200}
525_heighthsearch_ {57}
526
527## "results" ## green_bar_left_aligned ## qryresb ##
528_httpiconqryresb_ {_httpimg_/qryresb.gif}
529_widthqryresb_ {_pagewidth_}
530_heightqryresb_ {17}
531
532## "display" ## hand_made ##
533_httpicondisplay_ {_httpimg_/display.gif}
534_widthdisplay_ {60}
535_heightdisplay_ {20}
536
537
538
539######################################################################
540# 'preferences' page
541package preferences
542######################################################################
543
544
545#------------------------------------------------------------
546# text macros
547#------------------------------------------------------------
548
549_textsearchprefs_ {Search preferences}
550_textcollectionprefs_ {Collection preferences}
551_textpresentationprefs_ {Presentation preferences}
552_textpreferences_ {Preferences}
553_textignorecase_ { ignore case differences}
554_textmatchcase_ { upper/lower case must match}
555_textstem_ { ignore word endings}
556_textnostem_ { whole word must match}
557_textprefop_ {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
558_textextlink_ {Access to external Web pages: }
559_textintlink_ {Source documents retrieved from:}
560_textlanguage_ {Interface language: }
561_textencoding_ {Encoding: }
562_textformat_ {Interface format: }
563_textall_ {all}
564_textsimplemode_ {simple query mode}
565_textadvancedmode_ {advanced query mode (allows boolean searching using !, &, |, and parentheses)}
566_textlinkinterm_ {through intermediate page}
567_textlinkdirect_ {go directly there}
568_textdigitlib_ {the digital library}
569_textweb_ {the web}
570_textlangeng_ {English}
571_textlanggerman_ {German}
572_textlangfrench_ {French}
573_textlangspanish_ {Spanish}
574_textlangmaori_ {M_amn_ori}
575_textlangchinese_ {Chinese}
576_textlangarabic_ {Arabic}
577_textgraphical_ {Graphical}
578_texttextual_ {Textual}
579_textcollectionoption_ {<p>
580Subcollections to include:
581<br>}
582_textfcoption_ {Include navigation bar at top of document pages}
583_texthloption_ {Highlight search terms within document text}
584_texthistorydisplay_ {display search history}
585
586
587#------------------------------------------------------------
588# icons
589#------------------------------------------------------------
590
591## "preferences" ## green_title ## h_pref ##
592_httpiconhpref_ {_httpimg_/h\_pref.gif}
593_widthhpref_ {200}
594_heighthpref_ {57}
595
596
597
598######################################################################
599# 'delete search history' page
600package delhistory
601######################################################################
602
603
604#------------------------------------------------------------
605# text macros
606#------------------------------------------------------------
607
608_textdsh_ {Delete Search History}
609
610_textselectdelete_ {<a href="_httpclearhistory_&hdh=1">Delete all
611records</a> or select records to <select name=hmode><option value=save>not
612delete<option value=delete selected>delete</select><br> Records can be
613selected by typing their numbers into the box,<br> or by clicking in the
614boxes in each record.<br> Acceptable values are 1,2,3-6,7- etc }
615
616_textclearselected_ {Clear selected}
617_textselect_ {select}
618
619
620#------------------------------------------------------------
621# icons
622#------------------------------------------------------------
623
624
625
626######################################################################
627# 'help' page -- this is lower priority for translating than the
628# rest of this file
629package help
630######################################################################
631
632
633#------------------------------------------------------------
634# text macros
635#------------------------------------------------------------
636
637_textHelp_ {Help}
638_textSearchshort_ {search for particular words}
639_textSeriesshort_ {access publications by series}
640_textDateshort_ {access publications by date}
641_textSubjectshort_ {access publications by subject}
642_textToshort_ {access publications by To field}
643_textFromshort_ {access publications by From field}
644_textTitleshort_ {access publications by title}
645_textBrowseshort_ {browse publications}
646_textCreatorshort_ {access publications by author}
647_textOrganizationshort_ {access publications by organization}
648_textHowtoshort_ {access publications by how to listing}
649_textTopicshort_ {access publications by topic}
650_textPeopleshort_ {access publications by people}
651_textdefaultshorttext_ {undefined classification}
652
653_textSearchlong_ { <p>You can <i>search for particular words</i> that
654appear in the text from the "search" page. This is the first page that
655comes up when you begin, and can be reached from other pages by pressing
656the <i>search</i> button. }
657
658_textTitlelong_ { <p>You can <i>access publications by title</i> by
659pressing the <i>titles a-z</i> button. This brings up a list of books in
660alphabetic order. }
661
662_textOrganizationlong_ { <p>You can <i>access publications by
663organization</i> by pressing the <i>organization</i> button. This brings
664up a list of organizations. }
665
666_textHowtolong_ { <p>You can <i>access publications by how to listing</i>
667by pressing the <i>how to</i> button. This brings up a list of how to
668strings. }
669
670_textCreatorlong_ { <p>You can <i>access publications by author</i> by
671pressing the <i>authors a-z</i> button. This brings up a list of books,
672sorted by author name. }
673
674_textTopiclong_ { <p>You can <i>access publications by topic</i> by
675pressing the <i>topic</i> button. This brings up a list of topics to
676browse. }
677
678_textSubjectlong_ { <p>You can <i>access publications by subject</i> by
679pressing the <i>subjects</i> button. This brings up a list of subjects,
680represented by bookshelves. }
681
682_textTolong_ { <p>You can <i>access publications by To field</i> by
683pressing the <i>to</i> button. This brings up a list of addressees. }
684
685_textFromlong_ { <p>You can <i>access publications by From field</i> by
686pressing the <i>from</i> button. This brings up a list of senders. }
687
688_textSerieslong_ { <p>You can <i>access publications by series</i> by
689pressing the <i>series</i> button. This brings up a list of those series
690which are currently in the collection. }
691
692_textDatelong_ { <p>You can <i>access publications by date</i> by pressing
693the <i>dates</i> button. This brings up a list of all the issues, sorted
694chronologically. }
695
696_textBrowselong_ { <p>You can <i>browse publications</i> by pressing the
697<i>browse</i> button. }
698
699_textPeoplelong_ { <p>You can <i>access publications by people</i> by
700pressing the <i>people a-z</i> button. This brings up a list of entries,
701sorted by surname. }
702
703_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
704publications (listing is sorted by an unknown field). }
705
706_texthelptopics_ {
707<h2 align=left>Topics</h2>
708<ul>
709 <li><a href="\#finding-information">_textsimplehelpheading_</a>
710 _topicreadingdocs_
711 <li><a href="\#searching">How to search for particular words</a>
712<ul>
713 <li><a href="\#query-terms">Search terms</a>
714 <li><a href="\#query-type">Query type</a>
715 <li><a href="\#scope-of-queries">Scope of queries</a>
716</ul>
717 <li><a href="\#preferences">_textchangeprefs_</a>
718<ul>
719 <li><a href="\#col-prefs">Collection preferences</a>
720 <li><a href="\#pres-prefs">Presentation preferences</a>
721 <li><a href="\#search-prefs">Search preferences</a>
722</ul>
723</ul>
724}
725
726# there are 4 versions of this section of the help text.
727# which version is used is currently set within the server
728# (it should probably use the macro language e.g. [type=book])
729# 1 = html (like fao collections) -- section is empty
730# 2 = book (like hdl collection) -- macros beginning with book
731# 3 = bibliographic (like csbib) -- macros beginning with bib
732# 4 = standard (like gberg) -- the default
733
734_topicreadingdocs_ {<li><a href="\#reading-docs">_textreadingdocs_</a>}
735
736_textreadingdocs_ {How to read the documents}
737_booktextreadingdocs_ {How to read the books}
738_bibtextreadingdocs_ {Getting more information on a bibliography item}
739
740_texthelpreadingdocs_ {
741<p>_iconblankbar_
742<a name=reading-docs>
743<h2>_textreadingdocs_</h2>
744
745<p>You can tell when you have arrived at an individual document because its
746title and author appear at the top left of the page. Beside these is the
747number of the current page, a box that allows you to select a new page, and
748forward and backward arrows.
749
750<p>Underneath is the text of the current section. When you have read
751through it, there are arrows at the bottom to take you on to the next
752section or back to the previous one.
753
754<p>Below the title and author are three buttons. Click on <i>expand
755text</i> to expand out the whole text of the current document. If the
756document is large, this could take a long time and use a lot of memory!
757Click on <i>detach</i> to make a new browser window for this
758document. (This is useful if you want to compare documents, or read two at
759once.) Finally, when you do a search the words you search for are
760highlighted. Click on <i>no highlighting</i> to remove the highlighting.
761<p>
762<table cellspacing="0" cellpadding="2" border="0">
763<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click on the arrow to go to the next section ...</td></tr>
764<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
765<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
766src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
767<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
768<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
769src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
770</table>
771
772}
773
774_booktexthelpreadingdocs_ {
775<p>_iconblankbar_
776<a name=reading-docs>
777<h2>_textreadingdocs_</h2>
778
779<p>You can tell when you have arrived at an individual book because there
780is a photograph of its front cover at the top left of the page. Beside the
781photograph is a table of contents with an arrow marking where you are.
782This table is expandable: click on the folders to open them or close them.
783Click on the open book at the top to close it.
784
785<p>Underneath is the text of the current section. When you have read
786through it, there are arrows at the bottom to take you on to the next
787section or back to the previous one.
788
789<p>Below the photograph are four buttons. Click on <i>expand text</i> to
790expand out the whole text of the current section, or book. If the book is
791large, this could take a long time and use a lot of memory! Click on
792<i>expand contents</i> to expand out the whole table of contents so that
793you can see the titles of all chapters and subsections. Click on
794<i>detach</i> to make a new browser window for this book. (This is useful
795if you want to compare books, or read two at once.) Finally, when you do a
796search the words you search for are highlighted. Click on <i>no
797highlighting</i> to remove highlighting.
798
799<p>
800<table cellspacing="0" cellpadding="2" border="0">
801<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
802<tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
803src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
804<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
805<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
806src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
807<tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
808src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
809<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
810<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
811src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
812<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
813<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
814</table>
815}
816
817_bibtexthelpreadingdocs_ {
818<p>_iconblankbar_
819<a name=reading-docs>
820<h2>_textreadingdocs_</h2>
821
822<p>Some bibliography items contain more information, such as an abstract.
823You can tell from the query response page if this is the case because they
824are shown with the _icontext_ icon instead of the _iconblanktext_ icon.
825
826<p>Clicking on the _icontext_ icon will give you more information about the
827bibliography item.
828
829<p> Below the bibliography item are two buttons. Click on <i>detach</i> to
830make a new browser window for this book. (This is useful if you want to compare
831bibliography items.) Finally, when you do a search the words you search for are
832highlighted. Click on <i>no highlighting</i> to remove the highlighting.
833
834<p>
835<table cellspacing="0" cellpadding="2" border="0">
836<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
837<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
838src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
839</table>
840}
841
842_texthelpsearching_ {
843<h2>How to search for particular words</h2>
844<p>
845 From the search page, you make a query in these simple steps:<p>
846
847 <ol><li>Specify what documents you want to search
848 <li>Say whether you want to search for all or just some of the words
849 <li>Type in the words you want to search for
850 <li>Click the <i>Begin Search</i> button
851 </ol>
852
853<p>When you make a query, the titles of twenty matching documents will be shown.
854There is a button at the end to take you on to the next twenty documents. From
855there you will find buttons to take you on to the third twenty or back to the
856first twenty, and so on. Click the title of any document, or the little button
857beside it, to see it.
858
859<p>A maximum of 100 is imposed on the number of
860 documents returned. You can change this number by clicking the
861 <i>preferences</i> button at the top of the page.<p>
862
863<p>_iconblankbar_
864<a name=query-terms>
865<h3>Search terms</h3>
866
867<p>Whatever you type into the query box is interpreted as a list of words
868called "search terms." Each term contains nothing but alphabetic characters
869and digits. Terms are separated by white space. If any other characters such
870as punctuation appear, they serve to separate terms just as though they were
871spaces. And then they are ignored. You can't search for words that include
872punctuation.
873
874<p>For example, the query<p>
875 <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
876 <p>will be treated the same as<p>
877 <ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul><p>
878
879<p>_iconblankbar_
880<a name=query-type>
881<h3>Query type</h3>
882
883<p>There are two different kinds of query.
884
885<ul>
886 <li>Queries for <b>all</b> of the words. These look for documents that
887 contain all the words you have specified. Documents that satisfy the
888 query are displayed, in alphabetical order.<p>
889
890 <li>Queries for <b>some</b> of the words. Just list some terms that are
891 likely to appear in the documents you are looking for. Documents are
892 displayed in order of how closely they match the query. When determining
893
894 the degree of match,
895
896 <p><ul>
897 <li> the more search terms a document contains, the closer it matches;
898 <li> rare terms are more important than common ones;
899 <li> short documents match better than long ones.
900 </ul>
901</ul>
902
903<p>Use as many search terms as you like--a whole sentence, or even a
904whole paragraph. If you specify only
905one term, documents will be ordered by its frequency of occurrence.<p>
906_texthelpscope_
907}
908
909_textchangeprefs_ {Changing your preferences}
910
911_texthelppreferences_ {<h2>_textchangeprefs_</h2>
912
913<p>When you click the <i>preferences</i> button at the top of the page you will
914be able to change some features of the interface to suit your own requirements.
915
916<p>_iconblankbar_
917<a name=col-prefs>
918<h3 align=left>Collection preferences</h3>
919
920Some collections comprise several subcollections, which can be searched
921independently or together, as one unit. If so, you can select which
922subcollections to include in your searches on the Preferences page.
923
924<p>_iconblankbar_
925<a name=pres-prefs>
926<h3 align=left>Presentation preferences</h3>
927
928Depending on the particular collection, there may be several options you can
929set that control the presentation.
930
931Collections of Web pages allow you to suppress the Greenstone navigation bar at
932the top of each document page, so that once you have done a search you land at
933the exact Web page that matches without any Greenstone header. To do another
934search you will have to use your browser's "back" button. These collections
935also allow you to suppress Greenstone's warning message when you click a link
936that takes you out of the digital library collection and on to the Web itself.
937And in some Web collections you can control whether the links on the "Search
938Results" page take you straight to the actual URL in question, rather than to
939the digital library's copy of the page.
940
941Collections that are capable of being presented in different languages allow
942you to specify the interface language. If the language is Chinese, you can
943also specify which of the standard Chinese encodings your browser uses.
944
945Finally, all collections allow you to switch to a textual interface format
946rather than the standard graphical one. This is particularly useful for
947visually impaired users who use large screen fonts or speech synthesizers for
948output.
949
950<p>_iconblankbar_
951<a name=search-prefs>
952<h3 align=left>Search preferences</h3>
953Two pairs of buttons control the case sensitivity and stemming of the searches
954that you make. The first set of buttons controls whether upper and lower case
955must match (case sensitivity). The second set controls whether to ignore word
956endings or not (stemming).
957
958<p>For example, if the buttons <i>ignore case differences</i> and
959<i>ignore word endings</i> are selected, the query<p>
960 <ul><kbd>African building</kbd></ul>
961 <p>will be treated the same as<p>
962 <ul><kbd>africa builds</kbd></ul><p>
963 because the uppercase letter in "African" will be transformed to
964 lowercase, and the suffixes "n" and "ing" will be removed from
965 "African" and "building" respectively (also, "s" would be removed from
966 "builds").
967
968<p>You can also switch to an "advanced" query mode which allows you to
969combine terms using AND (&), OR (|), and NOT (!). This allows you to
970specify more precise queries.
971
972<p>Finally, you can control the number of hits returned, and the number
973presented on each screenful.
974
975}
976
977_texttanumbrowseoptions_ {There are _numbrowseoptions_ ways to find information in this collection:}
978
979_textsimplehelpheading_ {How to find information}
980
981_texthelpscope_ {
982<p>_iconblankbar_
983<a name=scope-of-queries>
984<h3 align=left>Scope of queries</h3>
985
986<p>
987In most collections you can choose different indexes to search. For example, there might
988be author or title indexes. Or there might be chapter or paragraph indexes. Generally,
989the full matching document is returned regardless of which index you search.
990<p>If documents are books, they will be opened at the appropriate place.
991}
Note: See TracBrowser for help on using the repository browser.