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

Last change on this file since 1032 was 1032, checked in by nzdl, 24 years ago

* empty log message *

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