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

Last change on this file since 5625 was 5622, checked in by nzdl, 21 years ago

added macros for captions nav bar button

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 43.6 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_textperiodicals_ {Periodicals}
52_textsource_ {source ref: }
53_textdate_ {publication date: }
54_textnumpages_ {no. of pages: }
55
56_textsignin_ {sign in}
57
58_textdefaultcontent_ {The requested page could not be found. Please use
59your browsers 'back' button or the above home button to return to the
60Greenstone Digital Library.}
61
62_textdefaulttitle_ {GSDL Error}
63
64_textbadcollection_ {This collection (called "_cvariable_") is not installed on this Greenstone digital library system.}
65
66_textselectpage_ {-- Select Page --}
67
68_collectionextra_ {This collection contains _about:numdocs_ documents.
69It was last built _about:builddate_ days ago.}
70
71# this is only used by the collector (where the above _collectionextra_
72# macro will always be set to another value)
73_collectorextra_ {
74<p>This collection contains _numdocs_ _If_("_numdocs_" eq "1",document,documents), a total of _numbytes_.
75<p><a href="_httppagex_(bsummary)">Click here</a> to view the build summary for this collection.
76}
77
78_textimagecollection_ {}
79_textimageabout_ {About page}
80_textimagehome_ {Home page}
81_textimagehelp_ {Help page}
82_textimagepref_ {Preferences page}
83_textimagegreenstone_ {Greenstone Digital Library Software}
84_textimageusab_ {What did you find hard to use?}
85
86_textimagesearch_ {Search for specific terms}
87_textimageTitle_ {Browse alphabetical list of titles}
88_textimageList_ {Browse document listing}
89_textimageCreator_ {Browse alphabetical list of authors}
90_textimageSeries_ {Browse by issue}
91_textimageDate_ {Browse by date}
92_textimageSubject_ {Browse by subject category}
93_textimageTo_ {Browse by To field}
94_textimageFrom_ {Browse by From field}
95_textimageOrganization_ {Browse by organization}
96_textimageHowto_ {Browse how to categories}
97_textimageTopic_ {Browse special topic issues}
98_textimageBrowse_ {Browse}
99_textimagePeople_ {Browse alphabetical list of people}
100_textimageLanguage_ {Browse by language}
101_textimageAcronym_ {Browse acronyms}
102_textimagePhrase_ {Browse phrases}
103_textimageArtist_ {Browse artists}
104_textimageSource_ {Browse by original filename}
105_textimageKeyword_ {Browse by keyword}
106_textimageVolume_ {Browse by volume}
107_textimageCountries_ {Browse by countries}
108_textimageCaptions_ {Browse by photo captions}
109
110_texticontabsearchgreen_{Search}
111_texticontabdategreen_{Dates}
112_texticontabseriesgreen_{Series}
113_texticontabauthorgreen_{Authors A-Z}
114_texticontabtitlegreen_{Titles A-Z}
115_texticontablistgreen_ {Listing}
116_texticontabsubjectgreen_{Subjects}
117_texticontabtogreen_{To}
118_texticontabfromgreen_{From}
119_texticontaborggreen_{Organization}
120_texticontabhowgreen_{How to}
121_texticontabtopicgreen_{Topics}
122_texticontabbrwsegreen_{Browse}
123_texticontabbrowsgreen_{Browse}
124_texticontabPeoplegreen_{People A-Z}
125_texticontabLanguagegreen_{Language}
126_texticontabAcronymgreen_{Acronyms}
127_texticontabPhrasegreen_{Phrases}
128_texticontabArtistgreen_{Artists}
129_texticontabSourcegreen_{Filenames}
130_texticontabKeywordgreen_{Keywords}
131_texticontabVolumegreen_{Volumes}
132_texticontabCaptionsgreen_ {Captions}
133_texticontabCountriesgreen_{Countries}
134
135_texticontext_ {View the document}
136_texticonclosedbook_ {open this document and view contents}
137_texticonnext_ {to next section}
138_texticonprev_ {to previous section}
139
140_texticonmidi_ {View the MIDI document}
141_texticonmsword_ {View the Microsoft Word document}
142_texticonpdf_ {View the PDF document}
143_texticonps_ {View the PostScript document}
144_texticonppt_ {View the PowerPoint document}
145_texticonrtf_ {View the RTF document}
146_texticonxls_ {View the Microsoft Excel document}
147
148_page_ {page }
149_pages_ {pages}
150_of_ { of }
151_vol_ {Vol.}
152_num_ {No.}
153
154_textmonth00_ {}
155_textmonth01_ {January}
156_textmonth02_ {February}
157_textmonth03_ {March}
158_textmonth04_ {April}
159_textmonth05_ {May}
160_textmonth06_ {June}
161_textmonth07_ {July}
162_textmonth08_ {August}
163_textmonth09_ {September}
164_textmonth10_ {October}
165_textmonth11_ {November}
166_textmonth12_ {December}
167
168_textdocument_ {Document}
169_textsection_ {Section}
170_textparagraph_ {Paragraph}
171
172_magazines_ {Magazines}
173
174_nzdlpagefooter_ {<p>_iconblankbar_
175<p><a href="http://www.nzdl.org">New Zealand Digital Library Project</a>
176<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
177<a href="http://www.waikato.ac.nz">University of Waikato</a>,
178New Zealand}
179
180#------------------------------------------------------------
181# icons
182#------------------------------------------------------------
183
184## "HOME" ## top_nav_button ## chome ##
185_httpiconchomeof_ {_httpimg_/chomeof.gif}
186_httpiconchomeon_ {_httpimg_/chomeon.gif}
187
188## "HELP" ## top_nav_button ## chelp ##
189_httpiconchelpof_ {_httpimg_/chelpof.gif}
190_httpiconchelpon_ {_httpimg_/chelpon.gif}
191
192## "PREFERENCES" ## top_nav_button ## cpref ##
193_httpiconcprefof_ {_httpimg_/cprefof.gif}
194_httpiconcprefon_ {_httpimg_/cprefon.gif}
195
196## "SEND FEEDBACK" ## top_nav_button ## cusab ##
197_httpiconcusabof_ {_httpimg_/cusabof.gif}
198_httpiconcusabon_ {_httpimg_/cusabon.gif}
199
200
201## "help" ## green_title ## h_help ##
202_httpiconhhelp_ {_httpimg_/h\_help.gif}
203_widthhhelp_ {200}
204_heighthhelp_ {57}
205
206## "authors a-z" ## nav_bar_button ## tauth ##
207_httpicontauthgr_ {_httpimg_/tauthgr.gif}
208_httpicontauthof_ {_httpimg_/tauthof.gif}
209_httpicontauthon_ {_httpimg_/tauthon.gif}
210_widthtauthx_ {110}
211
212## "captions" ## nav_bar_button ## tcapt ##
213_httpicontcaptgr_ {_httpimg_/tcaptgr.gif}
214_httpicontcaptof_ {_httpimg_/tcaptof.gif}
215_httpicontcapton_ {_httpimg_/tcapton.gif}
216_widthtcaptx_ [l=en] {87}
217
218## "series" ## nav_bar_button ## tser ##
219_httpicontsergr_ {_httpimg_/tsergr.gif}
220_httpicontserof_ {_httpimg_/tserof.gif}
221_httpicontseron_ {_httpimg_/tseron.gif}
222_widthtserx_ {87}
223
224## "dates" ## nav_bar_button ## tdate ##
225_httpicontdategr_ {_httpimg_/tdategr.gif}
226_httpicontdateof_ {_httpimg_/tdateof.gif}
227_httpicontdateon_ {_httpimg_/tdateon.gif}
228_widthtdatex_ {87}
229
230## "subjects" ## nav_bar_button ## tsubj ##
231_httpicontsubjgr_ {_httpimg_/tsubjgr.gif}
232_httpicontsubjon_ {_httpimg_/tsubjon.gif}
233_httpicontsubjof_ {_httpimg_/tsubjof.gif}
234_widthtsubjx_ {87}
235
236## "to" ## nav_bar_button ## tto ##
237_httpiconttogr_ {_httpimg_/ttogr.gif}
238_httpiconttoon_ {_httpimg_/ttoon.gif}
239_httpiconttoof_ {_httpimg_/ttoof.gif}
240_widthttox_ {87}
241
242## "from" ## nav_bar_button ## tfrom ##
243_httpicontfromgr_ {_httpimg_/tfromgr.gif}
244_httpicontfromon_ {_httpimg_/tfromon.gif}
245_httpicontfromof_ {_httpimg_/tfromof.gif}
246_widthtfromx_ {87}
247
248## "organisations" ## nav_bar_button ## torg ##
249_httpicontorggr_{_httpimg_/torggr.gif}
250_httpicontorgon_{_httpimg_/torgon.gif}
251_httpicontorgof_{_httpimg_/torgof.gif}
252_widthtorgx_ {114}
253
254## "how to" ## nav_bar_button ## thow ##
255_httpiconthowgr_{_httpimg_/thowgr.gif}
256_httpiconthowon_{_httpimg_/thowon.gif}
257_httpiconthowof_{_httpimg_/thowof.gif}
258_widththowx_ {87}
259
260## "topic" ## nav_bar_button ## ttopic ##
261_httpiconttopicgr_{_httpimg_/ttopicgr.gif}
262_httpiconttopicon_{_httpimg_/ttopicon.gif}
263_httpiconttopicof_{_httpimg_/ttopicof.gif}
264_widthttopicx_ {87}
265
266## "browse" ## nav_bar_button ## tbrwse ##
267_httpicontbrwsegr_{_httpimg_/tbrwsegr.gif}
268_httpicontbrwseon_{_httpimg_/tbrwseon.gif}
269_httpicontbrwseof_{_httpimg_/tbrwseof.gif}
270_widthtbrwsex_ {87}
271
272## "search" ## nav_bar_button ## tsrch ##
273_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
274_httpicontsrchof_ {_httpimg_/tsrchof.gif}
275_httpicontsrchon_ {_httpimg_/tsrchon.gif}
276_widthtsrchx_ {87}
277
278## "titles a-z" ## nav_bar_button ## ttitl ##
279_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
280_httpiconttitlof_ {_httpimg_/ttitlof.gif}
281_httpiconttitlon_ {_httpimg_/ttitlon.gif}
282_widthttitlx_ {87}
283
284## "people" ## nav_bar_button ## tpeop ##
285_httpicontpeopgr_ {_httpimg_/tpeopgr.gif}
286_httpicontpeopof_ {_httpimg_/tpeopof.gif}
287_httpicontpeopon_ {_httpimg_/tpeopon.gif}
288_widthtpeopx_ {97}
289
290## "language" ## nav_bar_button ## tlang ##
291_httpicontlanggr_ {_httpimg_/tlanggr.gif}
292_httpicontlangon_ {_httpimg_/tlangon.gif}
293_httpicontlangof_ {_httpimg_/tlangof.gif}
294_widthtlangx_ {87}
295
296## "acronym" ## nav_bar_button ## tacro ##
297_httpicontacrogr_ {_httpimg_/tacrogr.gif}
298_httpicontacroof_ {_httpimg_/tacroof.gif}
299_httpicontacroon_ {_httpimg_/tacroon.gif}
300_widthtacrox_ {87}
301
302#TODO singular or plural?
303
304## "phrases" ## nav_bar_button ## tphrse ##
305_httpicontphrsegr_ {_httpimg_/tphrsegr.gif}
306_httpicontphrseof_ {_httpimg_/tphrseof.gif}
307_httpicontphrseon_ {_httpimg_/tphrseon.gif}
308_widthtphrsex_ {87}
309
310## "artists" ## nav_bar_button ## tartst ##
311_httpicontartstgr_ {_httpimg_/tartstgr.gif}
312_httpicontartstof_ {_httpimg_/tartstof.gif}
313_httpicontartston_ {_httpimg_/tartston.gif}
314_widthtartstx_ {87}
315
316## "filenames" ## nav_bar_button ## tsrc ##
317_httpicontsrcgr_ {_httpimg_/tsrcgr.gif}
318_httpicontsrcof_ {_httpimg_/tsrcof.gif}
319_httpicontsrcon_ {_httpimg_/tsrcon.gif}
320_widthtsrcx_ {87}
321
322## "keywords" ## nav_bar_button ## tkw ##
323_httpicontkwgr_ {_httpimg_/tkwgr.gif}
324_httpicontkwof_ {_httpimg_/tkwof.gif}
325_httpicontkwon_ {_httpimg_/tkwon.gif}
326_widthtkwx_ {87}
327
328## "volumes" ## nav_bar_button ## tvol ##
329_httpicontvolgr_ {_httpimg_/tvolgr.gif}
330_httpicontvolof_ {_httpimg_/tvolof.gif}
331_httpicontvolon_ {_httpimg_/tvolon.gif}
332_widthtvolx_ {87}
333
334## "captions" ## nav_bar_button ## tcapt ##
335_httpicontcaptgr_ {_httpimg_/tcaptgr.gif}
336_httpicontcaptof_ {_httpimg_/tcaptof.gif}
337_httpicontcapton_ {_httpimg_/tcapton.gif}
338_widthtcaptx_ {87}
339
340## "countries" ## nav_bar_button ## tcount ##
341_httpicontcountgr_ {_httpimg_/tcountgr.gif}
342_httpicontcountof_ {_httpimg_/tcountof.gif}
343_httpicontcounton_ {_httpimg_/tcounton.gif}
344_widthtcountx_ {87}
345
346## "The Translator" ## top_nav_button ## ctrans ##
347_httpiconctransof_ {_httpimg_/en/ctransof.gif}
348_httpiconctranson_ {_httpimg_/en/ctranson.gif}
349_widthctrans_ {100}
350
351
352
353
354######################################################################
355# 'about' page
356package about
357######################################################################
358
359
360#------------------------------------------------------------
361# text macros
362#------------------------------------------------------------
363
364_textabcol_ {About this collection}
365
366_textsubcols1_ {<p>The complete collection comprises _1_ subcollections.
367Those currently available are:
368<blockquote>}
369
370_textsubcols2_ {</blockquote>
371You can check (and alter) which subcollections you are
372currently using on the Preferences page.}
373
374
375#------------------------------------------------------------
376# icons
377#------------------------------------------------------------
378
379## "about" ## green_title ## h_about ##
380_httpiconhabout_ {_httpimg_/h\_about.gif}
381_widthhabout_ {200}
382_heighthabout_ {57}
383
384
385
386######################################################################
387# document package
388package document
389######################################################################
390
391
392#------------------------------------------------------------
393# text macros
394#------------------------------------------------------------
395
396_texticonhtitle_ {Titles A-Z}
397_texticonhauth_ {Authors A-Z}
398_texticonhsubj_ {Subjects}
399_texticonhto_ {To}
400_texticonhfrom_ {From}
401_texticonhser_ {Series}
402_texticonhdate_ {Dates}
403_texticonhhow_ {How to}
404_texticonhorg_ {Organizations}
405_texticonhbrwse_ {Browse}
406_texticonhbrows_ {Browse}
407_texticonhpeople_ {People A-Z}
408_texticonhlanguage_ {Languages}
409_texticonhacronym_ {Acronyms}
410_texticonhphrases_ {Phrases}
411_texticonhartist_ {Artists}
412_texticonhsrc_ {Filenames}
413_texticonhkw_ {Keywords}
414_texticonhvol_ {Volumes}
415_texticonhcapt_ {Captions}
416_texticonhcount_{Countries}
417
418_texticonopenbookshelf_ {close this section of the library}
419_texticonclosedbookshelf_ {open this section of the library and view contents}
420_texticonopenbook_ {close this book}
421_texticonclosedfolder_ {Open this folder and view contents}
422_texticonclosedfolder2_ {open sub-section: }
423_texticonopenfolder_ {close this folder}
424_texticonopenfolder2_ {close sub-section: }
425_texticonsmalltext_ {View this section of the text}
426_texticonsmalltext2_ {view text: }
427_texticonpointer_ {current section}
428_texticondetach_ {Open this page in a new window}
429_texticonhighlight_ {Highlight search terms}
430_texticonnohighlight_ {Don't highlight search terms}
431_texticoncontracttoc_ {Collapse table of contents}
432_texticonexpandtoc_ {Expand table of contents}
433_texticonexpandtext_ {Display all text}
434_texticoncontracttext_ {Display text only for currently selected section}
435_texticonwarning_ {<b>Warning: </b>}
436_texticoncont_ {continue?}
437
438_textltwarning_ {
439<p><center>
440<table cellspacing=0 cellpadding=0 width=_pagewidth_>
441<tr valign=top><td>_iconwarning_Expanding the text here will generate a large
442amount of data for your browser to display _imagecont_
443</td></tr></table></center>
444}
445
446_textgoto_ {go to page}
447_textintro_ { <i>(introductory text)</i>}
448
449
450#------------------------------------------------------------
451# icons
452#------------------------------------------------------------
453
454## "titles a-z" ## green_title ## h_title ##
455_httpiconhtitle_ {_httpimg_/h\_title.gif}
456_widthhtitle_ {200}
457_heighthtitle_ {57}
458
459## "authors a-z" ## green_title ## h_auth ##
460_httpiconhauth_ {_httpimg_/h\_auth.gif}
461_widthhauth_ {200}
462_heighthauth_ {57}
463
464## "subjects" ## green_title ## h_subj ##
465_httpiconhsubj_ {_httpimg_/h\_subj.gif}
466_widthhsubj_ {200}
467_heighthsubj_ {57}
468
469## "to" ## green_title ## h_to ##
470_httpiconhto_ {_httpimg_/h\_to.gif}
471_widthhto_ {200}
472_heighthto_ {57}
473
474## "from" ## green_title ## h_from ##
475_httpiconhfrom_ {_httpimg_/h\_from.gif}
476_widthhfrom_ {200}
477_heighthfrom_ {57}
478
479## "series" ## green_title ## h_ser ##
480_httpiconhser_ {_httpimg_/h\_ser.gif}
481_widthhser_ {200}
482_heighthser_ {57}
483
484## "dates" ## green_title ## h_date ##
485_httpiconhdate_ {_httpimg_/h\_date.gif}
486_widthhdate_ {200}
487_heighthdate_ {57}
488
489## "how to" ## green_title ## h_how ##
490_httpiconhhow_ {_httpimg_/h\_how.gif}
491_widthhhow_ {200}
492_heighthhow_ {57}
493
494## "topics" ## green_title ## h_topic ##
495_httpiconhtopic_ {_httpimg_/h\_topic.gif}
496_widthhtopic_ {200}
497_heighthtopic_ {57}
498
499## "organization" ## green_title ## h_org ##
500_httpiconhorg_ {_httpimg_/h\_org.gif}
501_widthhorg_ {250}
502_heighthorg_ {57}
503
504## "browse" ## green_title ## h_brwse ##
505_httpiconhbrwse_ {_httpimg_/h\_brwse.gif}
506_widthhbrwse_ {200}
507_heighthbrwse_ {57}
508
509## "people" ## green_title ## h_people ##
510_httpiconhpeople_ {_httpimg_/h\_people.gif}
511_widthhpeople_ {200}
512_heighthpeople_ {57}
513
514## "languages" ## green_title ## h_lang ##
515_httpiconhlanguage_ {_httpimg_/h\_lang.gif}
516_widthhlanguage_ {200}
517_heighthlanguage_ {57}
518
519## "acronyms" ## green_title ## h_acro ##
520_httpiconhacronym_ {_httpimg_/h\_acro.gif}
521_widthhacronym_ {200}
522_heighthacronym_ {57}
523
524## "phrases" ## green_title ## h_phrse ##
525_httpiconhphrse_ {_httpimg_/h\_phrse.gif}
526_widthhphrse_ {200}
527_heighthphrse_ {57}
528
529## "artists" ## green_title ## h_artist ##
530_httpiconhartist_ {_httpimg_/h\_artist.gif}
531_widthhartist_ {200}
532_heighthartist_ {57}
533
534## "filenames" ## green_title ## h_src ##
535_httpiconhsrc_ {_httpimg_/h\_src.gif}
536_widthhsrc_ {200}
537_heighthsrc_ {57}
538
539## "keywords" ## green_title ## h_kw ##
540_httpiconhkw_ {_httpimg_/h\_kw.gif}
541_widthhkw_ {200}
542_heighthkw_ {57}
543
544## "volumes" ## green_title ## h_vol ##
545_httpiconhvol_ {_httpimg_/h\_vol.gif}
546_widthhvol_ {200}
547_heighthvol_ {57}
548
549## "countries" ## green_title ## h_count ##
550_httpiconhcount_ {_httpimg_/h\_count.gif}
551_widthhcount_ {200}
552_heighthcount_ {57}
553
554## "captions" ## green_title ## h_capt ##
555_httpiconhcapt_ {_httpimg_/h\_capt.gif}
556_widthhcapt_ {200}
557_heighthcapt_ {57}
558
559
560## "CONTINUE?" ## top_nav_button ## cont ##
561_httpiconcontoff_ {_httpimg_/contof.gif}
562_httpiconconton_ {_httpimg_/conton.gif}
563
564## "EXPAND TEXT" ## document_button ## eallt ##
565_httpiconealltof_ {_httpimg_/ealltof.gif}
566_httpiconeallton_ {_httpimg_/eallton.gif}
567
568## "CONTRACT CONTENTS" ## document_button ## econc ##
569_httpiconeconcof_ {_httpimg_/econcof.gif}
570_httpiconeconcon_ {_httpimg_/econcon.gif}
571
572## "DETACH" ## document_button ## edtch ##
573_httpiconedtchof_ {_httpimg_/edtchof.gif}
574_httpiconedtchon_ {_httpimg_/edtchon.gif}
575
576## "EXPAND CONTENTS" ## document_button ## eexpc ##
577_httpiconeexpcof_ {_httpimg_/eexpcof.gif}
578_httpiconeexpcon_ {_httpimg_/eexpcon.gif}
579
580## "CONTRACT TEXT" ## document_button ## etsec ##
581_httpiconetsecof_ {_httpimg_/etsecof.gif}
582_httpiconetsecon_ {_httpimg_/etsecon.gif}
583
584## "HIGHLIGHTING" ## document_button ## ehl ##
585_httpiconehlof_ {_httpimg_/ehlof.gif}
586_httpiconehlon_ {_httpimg_/ehlon.gif}
587
588## "NO HIGHLIGHTING" ## document_button ## enhl ##
589_httpiconenhlof_ {_httpimg_/enhlof.gif}
590_httpiconenhlon_ {_httpimg_/enhlon.gif}
591
592
593######################################################################
594# 'search' page
595package query
596######################################################################
597
598
599#------------------------------------------------------------
600# text macros
601#------------------------------------------------------------
602
603# this if statement produces the text 'results n1 - nn for query: querystring' or
604# 'No matches for query: querystring', depending on whether or not there were
605# any matches
606_textquerytitle_ {_If_(_thislast_,results _thisfirst_ - _thislast_ for query: _cgiargq_,No matches for query: _cgiargq_)}
607_textnoquerytitle_ {Search page}
608
609_texticonthispage_ {search}
610_textsome_ {some}
611_textall_ {all}
612_textboolean_ {boolean}
613_textranked_ {ranked}
614_textnatural_ {natural}
615#_textsome_ {_If_(_cgiargb_,ranked,some)}
616#_textall_ {_If_(_cgiargb_,boolean,all)}
617#_textformsome_ {_If_(_cgiargb_,ranked,some)}
618#_textformall_ {_If_(_cgiargb_,natural,all)}
619_texticonqueryresultsbar_ {}
620_texticonsearchhistorybar_ {search history}
621
622#alt text for query buttons
623_textusequery_ {use this query}
624_textfreqmsg1_ {Word count: }
625_textpostprocess_ {_If_(_quotedquery_,<br><i>post-processed to find _quotedquery_</i>
626)}
627_textinvalidquery_ {Invalid query syntax}
628
629_textmorethan_ {More than }
630_textapprox_ {About }
631_textnodocs_ {No documents matched the query.}
632_text1doc_ {1 document matched the query.}
633_textlotsdocs_ {documents matched the query.}
634_textmatches_ {Matches }
635_textbeginsearch_ {Begin Search}
636_textrunquery_{Run Query}
637_textclearform_{Clear Form}
638
639#these go together in form search:
640#"Word or phrase (fold, stem) ... in field"
641_textwordphrase_{Word or phrase}
642_textinfield_{... in field}
643_textfoldstem_{(fold, stem)}
644
645_textadvquery_{Or enter a query directly:}
646_textallfields_{all fields}
647_texttextonly_ {text only}
648_textand_{and}
649_textor_{or}
650_textandnot_{and not}
651
652# _hselection_, _jselection_, _nselection_ and _gselection_ are set from
653# within the server some or all of them may remain unset
654
655
656_textsimplesearch_ {Search for _If_(_hselection_, _hselection_) _If_(_jselection_, _textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, in _nselection_ language)
657which contain _querytypeselection_ of the words}
658
659_textadvancedsearch_ {Search _If_(_hselection_, _hselection_, _defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
660using _querytypeselection_ query}
661
662_textjselect_ {_If_(_hselection_, of) _jselection_}
663
664#have changed mgpp search headers
665_textsimplesearchmgpp_ {Search for _fqfselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language )which contain _querytypeselection_ of the words}
666
667_textadvancedsearchmgpp_ {Search _fqfselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language )using _querytypeselection_ query}
668
669_textformsimplesearch_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )for _formquerytypeselection_ of}
670
671_textformadvancedsearch_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )and display results in _formquerytypeselection_ order}
672
673
674_textnojsformwarning_ {Warning: Javascript is disabled in your web browser. <br>To use form searching, please enable it.}
675_textdatesearch_ {This collection can be searched for documents within a date range, or documents that contain a particular date. This is an optional feature of the search.}
676_textstartdate_ {Start (or only) date:}
677_textenddate_ {End date:}
678_textbc_ {B.C.E.}
679_textad_ {C.E.}
680_textexplaineras_{C.E. and B.C.E are alternatives for A.D. and B.C. respectively. These terms are considered to be culture indiscriminate, and stand for "Common Era" and "Before the Common Era"}
681
682_textstemon_ { (ignoring word endings)}
683
684_textsearchhistory_ {Search History}
685
686#text macros for search history
687_textnohistory_ {Search history not available}
688_texthresult_ {result}
689_texthresults_ {results}
690_texthallwords_ {all words}
691_texthsomewords_ {some words}
692_texthboolean_ {boolean}
693_texthranked_ {ranked}
694_texthcaseon_ {case must match}
695_texthcaseoff_ {casefolded}
696_texthstemon_ {stemmed}
697_texthstemoff_ {unstemmed}
698
699#------------------------------------------------------------
700# icons
701#------------------------------------------------------------
702
703## "search" ## green_title ## h_search ##
704_httpiconhsearch_ {_httpimg_/h\_search.gif}
705_widthhsearch_ {200}
706_heighthsearch_ {57}
707
708## "results" ## green_bar_left_aligned ## qryresb ##
709_httpiconqryresb_ {_httpimg_/qryresb.gif}
710_widthqryresb_ {_pagewidth_}
711_heightqryresb_ {17}
712
713## "history" ## green_bar_left_aligned ## schhistb ##
714_httpiconsrchhistb_ {_httpimg_/schhistb.gif}
715_widthsrchhistb_ {_pagewidth_}
716_heightsrchhistb_ {17}
717
718
719######################################################################
720# 'preferences' page
721package preferences
722######################################################################
723
724
725#------------------------------------------------------------
726# text macros
727#------------------------------------------------------------
728
729_textprefschanged_ {
730Preferences have been set as follows. Do not use your browser's
731"back" button - it will unset them! Instead, click one of the
732buttons on the access bar above.
733}
734_textsetprefs_ {set preferences}
735_textsearchprefs_ {Search preferences}
736_textcollectionprefs_ {Collection preferences}
737_textpresentationprefs_ {Presentation preferences}
738_textpreferences_ {Preferences}
739_textcasediffs_ {Case differences:}
740_textignorecase_ { ignore case differences}
741_textmatchcase_ { upper/lower case must match}
742_textwordends_{Word endings:}
743_textstem_ { ignore word endings}
744_textnostem_ { whole word must match}
745_textprefop_ {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
746_textextlink_ {Access to external Web pages:}
747_textintlink_ {Source documents retrieved from:}
748_textlanguage_ {Interface language:}
749_textencoding_ {Encoding:}
750_textformat_ {Interface format:}
751_textall_ {all}
752_textquerymode_{Query mode:}
753_textsimplemode_ { simple query mode}
754_textadvancedmode_ { advanced query mode (allows boolean searching using !, &, |, and parentheses)}
755_textlinkinterm_ {through intermediate page}
756_textlinkdirect_ {go directly there}
757_textdigitlib_ {the digital library}
758_textweb_ {the web}
759_textgraphical_ {Graphical}
760_texttextual_ {Textual}
761_textcollectionoption_ {<p>
762Subcollections to include:
763<br>}
764
765_textrelateddocdisplay_ {display related documents}
766_textsearchhistory_{Search history:}
767_textnohistory_ { No search history}
768_texthistorydisplay_ { display _historynumrecords_ search history records}
769_textnohistorydisplay_{ do not display search history}
770
771#_texttypesearch_ {Type of search:}
772#_texttextsearch_ {text search}
773_textformsearch_ {Form search:}
774_textplainsearch_ {Plain search:}
775_textqueryboxsize_ {Query box size:}
776_textregbox_{ regular query box}
777_textbigbox_{ large query box}
778_textformtype_ {Form type:}
779_textsimple_{ simple}
780_textadvanced_ { advanced}
781
782# used in "with 4 fields" in the form search box
783_textwith_{with}
784_textfields_{fields}
785
786
787#------------------------------------------------------------
788# icons
789#------------------------------------------------------------
790
791## "preferences" ## green_title ## h_pref ##
792_httpiconhpref_ {_httpimg_/h\_pref.gif}
793_widthhpref_ {200}
794_heighthpref_ {57}
795
796#####################################################################
797# 'browse' package for the dynamic browsing interface
798package browse
799#####################################################################
800
801_textsortby_ {Sort documents by}
802_textalsoshowing_ {also showing}
803_textwith_ {with at most}
804_textdocsperpage_ {documents per page}
805
806_textfilterby_ {Get documents containing}
807_textall_ {all}
808_textany_ {any}
809_textwords_ {of the words}
810_textleaveblank_{leave this box blank to get all the documents}
811
812_browsebuttontext_ {"Sort Documents"}
813
814_nodata_ {<i>no data</i>}
815_docs_ {documents}
816######################################################################
817# 'help' page -- this is lower priority for translating than the
818# rest of this file
819package help
820######################################################################
821
822
823#------------------------------------------------------------
824# text macros
825#------------------------------------------------------------
826
827_textHelp_ {Help}
828_textSearchshort_ {search for particular words}
829_textSeriesshort_ {access publications by series}
830_textDateshort_ {access publications by date}
831_textSubjectshort_ {access publications by subject}
832_textToshort_ {access publications by To field}
833_textFromshort_ {access publications by From field}
834_textTitleshort_ {access publications by title}
835_textBrowseshort_ {browse publications}
836_textCreatorshort_ {access publications by author}
837_textOrganizationshort_ {access publications by organization}
838_textHowtoshort_ {access publications by "how to" listing}
839_textTopicshort_ {access publications by topic}
840_textPeopleshort_ {access publications by people}
841_textLanguageshort_ {access publications by language}
842_textAcronymshort_ {access publications by acronym occurrence}
843_textPhraseshort_ {browse phrases occurring in publications}
844_textArtistshort_ {access publications by artist}
845_textSourceshort_ {access publications by filename}
846_textKeywordshort_ {access publications by keyword}
847_textVolumeshort_ {access publications by volume}
848_textCountriesshort_ {access publications by country}
849_textdefaultshorttext_ {undefined classification}
850
851_textSearchlong_ { <p>You can <i>search for particular words</i> that
852appear in the text from the "search" page. This is the first page that
853comes up when you begin, and can be reached from other pages by pressing
854the <i>search</i> button. }
855
856_textTitlelong_ { <p>You can <i>access publications by title</i> by
857pressing the <i>titles a-z</i> button. This brings up a list of books in
858alphabetic order. }
859
860_textOrganizationlong_ { <p>You can <i>access publications by
861organisation</i> by pressing the <i>organisations</i> button. This brings
862up a list of organisations. }
863
864_textHowtolong_ { <p>You can <i>access publications by "how to" listing</i>
865by pressing the <i>how to</i> button. This brings up a list of how to
866strings. }
867
868_textCreatorlong_ { <p>You can <i>access publications by author</i> by
869pressing the <i>authors a-z</i> button. This brings up a list of books,
870sorted by author name. }
871
872_textTopiclong_ { <p>You can <i>access publications by topic</i> by
873pressing the <i>topic</i> button. This brings up a list of topics to
874browse. }
875
876_textSubjectlong_ { <p>You can <i>access publications by subject</i> by
877pressing the <i>subjects</i> button. This brings up a list of subjects,
878represented by bookshelves. }
879
880_textTolong_ { <p>You can <i>access publications by To field</i> by
881pressing the <i>to</i> button. This brings up a list of addressees. }
882
883_textFromlong_ { <p>You can <i>access publications by From field</i> by
884pressing the <i>from</i> button. This brings up a list of senders. }
885
886_textSerieslong_ { <p>You can <i>access publications by series</i> by
887pressing the <i>series</i> button. This brings up a list of those series
888which are currently in the collection. }
889
890_textDatelong_ { <p>You can <i>access publications by date</i> by pressing
891the <i>dates</i> button. This brings up a list of all the issues, sorted
892chronologically. }
893
894_textBrowselong_ { <p>You can <i>browse publications</i> by pressing the
895<i>browse</i> button. }
896
897_textPeoplelong_ { <p>You can <i>access publications by people</i> by
898pressing the <i>people a-z</i> button. This brings up a list of entries,
899sorted by surname. }
900
901_textLanguagelong_ { <p>You can <i>access publications by language</i> by
902pressing the <i>languages</i> button. This brings up a list of entries,
903sorted by language. }
904
905_textAcronymlong_ { <p>You can <i>access publications by acronym occurrence</i> by
906pressing the <i>acronyms</i> button. This brings up a list of the acronyms,
907and the places that they occur. }
908
909_textPhraselong_ { <p>You can <i>browse phrases occurring in publications</i> by
910pressing the <i>phrases</i> button. This uses the phind phrase browser. }
911
912_textArtistlong_ { <p>You can <i>access publications by artist</i> by
913pressing the <i>artists</i> button. This brings up a list of entries,
914sorted by artist name. }
915
916_textSourcelong_ { <p>You can <i>access publications by filename</i> by
917pressing the <i>filenames</i> button. This brings up a list of entries,
918sorted by original filename. }
919
920_textKeywordlong_ { <p>You can <i>access publications by keyword</i> by
921pressing the <i>keywords</i> button. This brings up a list of keywords. }
922
923_textVolumelong_ { <p>You can <i>access publications by volume</i> by
924pressing the <i>volumes</i> button. This brings up a list of volumes. }
925
926_textCaptionslong_ { <p>You can <i>access publications by caption</i> by
927pressing the <i>captions</i> button. This brings up a list of captions. }
928
929_textCountrieslong_ { <p>You can <i>access publications by country</i> by
930pressing the <i>countries</i> button. This brings up a list of countries. }
931
932
933_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
934publications (listing is sorted by an unknown field). }
935
936_texthelptopics_ {
937<h2 align=left>Topics</h2>
938<ul>
939 <li><a href="\#finding-information">_textsimplehelpheading_</a>
940 _topicreadingdocs_
941 <li><a href="\#searching">How to search for particular words</a>
942<ul>
943 <li><a href="\#query-terms">Search terms</a>
944 <li><a href="\#query-type">Query type</a>
945 <li><a href="\#scope-of-queries">Scope of queries</a>
946</ul>
947 <li><a href="\#preferences">_textchangeprefs_</a>
948<ul>
949 <li><a href="\#col-prefs">Collection preferences</a>
950 <li><a href="\#lang-prefs">Language preferences</a>
951 <li><a href="\#pres-prefs">Presentation preferences</a>
952 <li><a href="\#search-prefs">Search preferences</a>
953</ul>
954</ul>
955}
956
957# there are 4 versions of this section of the help text.
958# which version is used is currently set within the server
959# (it should probably use the macro language e.g. [type=book])
960# 1 = html (like fao collections) -- section is empty
961# 2 = book (like hdl collection) -- macros beginning with book
962# 3 = bibliographic (like csbib) -- macros beginning with bib
963# 4 = standard (like gberg) -- the default
964
965_topicreadingdocs_ {<li><a href="\#reading-docs">_textreadingdocs_</a>}
966
967_textreadingdocs_ {How to read the documents}
968
969_texthelpreadingdocs_ {
970<p>_iconblankbar_</p>
971<a name=reading-docs>
972<h2>_textreadingdocs_</h2>
973
974<p>You can tell when you have arrived at an individual book or document
975because its title, or a photograph of the front cover, appears at the top
976left of the page. In some collections this is accompanied by a table of
977contents, while others contain just the number of the current page along
978with a box that allows you to select a new page and go forward and
979backward. In the table of contents, the current section heading is in bold
980face, and the table is expandable -- click on the folders to open or close
981them; click on the open book at the top to close it.</p>
982
983<p>Underneath is the text of the current section. When you have read
984through it, there are arrows at the bottom to take you on to the next
985section or back to the previous one.</p>
986
987<p>Below the title or front-cover photograph are some buttons. Click on
988<i>expand text</i> to expand out the whole text of the current section, or
989book. If the document is large, this could take a long time and use a lot
990of memory! Click on <i>expand contents</i> to expand out the whole table of
991contents so that you can see the titles of all chapters and
992subsections. Click on <i>detach</i> to make a new browser window for this
993document. (This is useful if you want to compare documents, or read two at
994once.) Finally, when you do a search the words you search for are
995highlighted. Click on <i>no highlighting</i> to remove highlighting.</p>
996
997<p>
998<table cellspacing="0" cellpadding="2" border="0">
999<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
1000<tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
1001src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
1002<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
1003<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
1004src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
1005<tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
1006src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
1007<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
1008<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
1009src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
1010<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
1011<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
1012</table>
1013}
1014
1015_texthelpsearching_ {
1016<h2>How to search for particular words</h2>
1017<p>
1018 From the search page, you make a query in these simple steps:<p>
1019
1020 <ol><li>Specify what items you want to search
1021 <li>Say whether you want to search for all or just some of the words
1022 <li>Type in the words you want to search for
1023 <li>Click the <i>Begin Search</i> button
1024 </ol>
1025
1026<p>When you make a query, the titles of twenty matching documents will be shown.
1027There is a button at the end to take you on to the next twenty documents. From
1028there you will find buttons to take you on to the third twenty or back to the
1029first twenty, and so on. Click the title of any document, or the little button
1030beside it, to see it.
1031
1032<p>A maximum of 100 is imposed on the number of
1033 documents returned. You can change this number by clicking the
1034 <i>preferences</i> button at the top of the page.<p>
1035
1036<p>_iconblankbar_
1037<a name=query-terms>
1038<h3>Search terms</h3>
1039
1040<p>Whatever you type into the query box is interpreted as a list of words
1041called "search terms." Each term contains nothing but alphabetic characters
1042and digits. Terms are separated by white space. If any other characters such
1043as punctuation appear, they serve to separate terms just as though they were
1044spaces. And then they are ignored. You can't search for words that include
1045punctuation.
1046
1047<p>For example, the query<p>
1048 <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
1049 <p>will be treated the same as<p>
1050 <ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul><p>
1051
1052<p>_iconblankbar_
1053<a name=query-type>
1054<h3>Query type</h3>
1055
1056<p>There are two different kinds of query.
1057
1058<ul>
1059 <li>Queries for <b>all</b> of the words. These look for documents (or
1060 chapters, or titles) that contain all the words you have specified.
1061 Documents that satisfy the query are displayed, in alphabetical
1062 order.<p>
1063
1064 <li>Queries for <b>some</b> of the words. Just list some terms that are
1065 likely to appear in the documents you are looking for. Documents are
1066 displayed in order of how closely they match the query. When determining
1067
1068 the degree of match,
1069
1070 <p><ul>
1071 <li> the more search terms a document contains, the closer it matches;
1072 <li> rare terms are more important than common ones;
1073 <li> short documents match better than long ones.
1074 </ul>
1075</ul>
1076
1077<p>Use as many search terms as you like--a whole sentence, or even a
1078whole paragraph. If you specify only
1079one term, documents will be ordered by its frequency of occurrence.<p>
1080_texthelpscope_
1081}
1082
1083_textdatesearch_{Searching with Dates}
1084
1085_texthelpdatesearch_{<h2>_textdatesearch_</h2>
1086Date search lets you find documents that, as well as matching your search
1087terms, are about events within a certain timeframe. You can search for
1088documents from a certain year or from a range of years. Note that you do not
1089have to have any search terms -- you can search by date alone; and also that
1090you do not have to use dates in your search, if you do not type any dates in it
1091 is just the same as if the date search didn't exist.<p>
1092
1093<p>_iconblankbar_
1094<a name=datesearch-howto>
1095<h3>How to use this feature:</h3>
1096<ul>
1097 <li>To search for documents about a single year:<p>
1098 <ul>
1099 <li>Type in any ordinary search terms as you normally would.
1100 <li>Type the year you want into the "Start (or only) date" box.
1101 <li>If your date is from before the common era (also known as before
1102 Christ), choose the "B.C.E" option from the pulldown menu next to that
1103 box.
1104 <li>Begin your search as you ordinarily would.
1105 </ul>
1106<p><li>To search for documents about a time period or range of years:<p>
1107 <ul>
1108 <li>Type in any ordinary search terms as you normally would.
1109 <li>Type the earlier date into the "Start (or only) date" box.
1110 <li>Type the later date into the "End date" box.
1111 <li>Select "B.C.E" option from the pulldown menu next to any date from before
1112 the common era (also known as before Christ).
1113 <li>Begin your search as you ordinarily would.
1114 </ul>
1115</ul><p>
1116
1117<p>_iconblankbar_
1118<a name=datesearch-results>
1119<h3>The way results of your search work</h3>
1120
1121Generally speaking a search for documents about the year 1903 will not return documents that, say, reference books written in 1903, just documents about 1903. However, the way that the documents' dates are found, it will return documents that have a date range (for example 1899-1911) that includes 1903, and also those documents which, as part of their text name the century that 1903 is a part of (for example 20th century or twentieth century). This means that for some documents, the dates in your search will not actually appear in the document text. For a range search, all of this applies to every date in the range.<p>
1122}
1123
1124_textchangeprefs_ {Changing your preferences}
1125
1126_texthelppreferences_ {<h2>_textchangeprefs_</h2>
1127
1128<p>When you click the <i>preferences</i> button at the top of the page you will
1129be able to change some features of the interface to suit your own requirements.
1130
1131<p>_iconblankbar_
1132<a name=col-prefs>
1133<h3 align=left>Collection preferences</h3>
1134
1135Some collections comprise several subcollections, which can be searched
1136independently or together, as one unit. If so, you can select which
1137subcollections to include in your searches on the Preferences page.
1138
1139<p>_iconblankbar_
1140<a name=lang-prefs>
1141<h3 align=left>Language preferences</h3>
1142
1143Each collection has a default presentation language, but you can switch to
1144a different language if you like. You can also alter the encoding scheme
1145used by Greenstone for output to the browser -- the software chooses
1146sensible defaults, but with some browsers better visual results can be used
1147by switching to a different encoding scheme. All collections allow you to
1148switch from the standard graphical interface format to a textual one. This
1149is particularly useful for visually impaired users who use large screen
1150fonts or speech synthesizers for output.
1151
1152<p>_iconblankbar_
1153<a name=pres-prefs>
1154<h3 align=left>Presentation preferences</h3>
1155
1156Depending on the particular collection, there may be several options you can
1157set that control the presentation.
1158
1159<p>Collections of Web pages allow you to suppress the Greenstone navigation bar at
1160the top of each document page, so that once you have done a search you land at
1161the exact Web page that matches without any Greenstone header. To do another
1162search you will have to use your browser's "back" button. These collections
1163also allow you to suppress Greenstone's warning message when you click a link
1164that takes you out of the digital library collection and on to the Web itself.
1165And in some Web collections you can control whether the links on the "Search
1166Results" page take you straight to the actual URL in question, rather than to
1167the digital library's copy of the page.
1168
1169<p>_iconblankbar_
1170<a name=search-prefs>
1171<h3 align=left>Search preferences</h3>
1172<p>Two pairs of buttons control the kind of text matching in the searches that
1173you make. The first set (labeled "case differences") controls whether upper and
1174lower case must match. The second ("word endings") controls whether to ignore
1175word endings or not. It is possible to get a large query box, so that you can
1176easily do paragraph-sized searching. It is surprisingly quick to search for
1177large amounts of text.
1178
1179<p>For example, if the buttons <i>ignore case differences</i> and
1180<i>ignore word endings</i> are selected, the query<p>
1181 <ul><kbd>African building</kbd></ul>
1182 <p>will be treated the same as<p>
1183 <ul><kbd>africa builds</kbd></ul><p>
1184 because the uppercase letter in "African" will be transformed to
1185 lowercase, and the suffixes "n" and "ing" will be removed from
1186 "African" and "building" respectively (also, "s" would be removed from
1187 "builds").
1188
1189<p>You can switch to an "advanced" query mode which allows you to combine terms
1190using AND (&amp;), OR (|), and NOT (!). This allows you to specify more precise
1191queries. You can turn the search history feature, which shows you your last few
1192queries. This makes it easy to repeat slightly modified versions of previous
1193queries. Finally, you can control the number of hits returned, and the
1194number presented on each screenful.
1195}
1196
1197_texttanumbrowseoptions_ {There are _numbrowseoptions_ ways to find information in this collection:}
1198
1199_textsimplehelpheading_ {How to find information in the _collectionname_ collection}
1200
1201_texthelpscope_ {
1202<p>_iconblankbar_
1203<a name=scope-of-queries>
1204<h3 align=left>Scope of queries</h3>
1205
1206<p>
1207In most collections you can choose different indexes to search. For example, there might
1208be author or title indexes. Or there might be chapter or paragraph indexes. Generally,
1209the full matching document is returned regardless of which index you search.
1210<p>If documents are books, they will be opened at the appropriate place.
1211}
Note: See TracBrowser for help on using the repository browser.