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

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

* empty log message *

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