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

Last change on this file since 9620 was 9532, checked in by davidb, 19 years ago

Introduction of tooltip text for web icon

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