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

Last change on this file since 2982 was 2982, checked in by jrm21, 22 years ago

Added macros for powerpoint icon to languages that already have the other
file icons.

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