source: trunk/gsdl/macros/english2.dm@ 13040

Last change on this file since 13040 was 13040, checked in by kjdon, 18 years ago

moved some macros from english2.dm to english.dm - they are ones to do with the buttons on the home page, which I think are important enough to go into the main macro file

  • Property svn:keywords set to Author Date Id Revision
File size: 41.9 KB
Line 
1# this file must be UTF-8 encoded
2######################################################################
3#
4# Language text and icon macros
5# -- this file contains text that is of less importance
6######################################################################
7
8
9######################################################################
10# 'home' page
11package home
12######################################################################
13
14#------------------------------------------------------------
15# text macros
16#------------------------------------------------------------
17
18_documents_ { documents. }
19_lastupdate_ {Last updated}
20_ago_ {days ago.}
21_colnotbuilt_ {Collection not built.}
22
23### taken from here
24
25_textpoem_ {
26<br><h2>Kia papapounamu te moana</h2>
27
28<p>kia hora te marino,
29<br>kia tere te karohirohi,
30<br>kia papapounamu te moana
31
32<p>may peace and calmness surround you,
33<br>may you reside in the warmth of a summer's haze,
34<br>may the ocean of your travels be as smooth as the polished greenstone.
35}
36
37_textgreenstone_ {
38<p>Greenstone is a semi-precious stone that (like this software) is sourced
39in New Zealand. In traditional Maori society it was the most highly prized
40and sought after of all substances. It can absorb and hold <i>wairua</i>,
41which is a spirit or life force, and is endowed with traditional virtues
42that make it an appropriate emblem for a public-domain digital library
43project. Its lustre shows charity; its translucence, honesty; its
44toughness, courage; and the sharp edge it can take, justice. The carved
45piece used in the Greenstone Digital Library Software logo is a <i>patu</i>
46or fighting club, and is a family heirloom of one of our project members.
47In hand-to-hand combat its delivery is very quick, very accurate, and very
48complete. We like to think these qualities also apply to our software, the
49razor sharp edge of the <i>patu</i> symbolizing the leading edge of
50technology.</p>
51}
52
53_textaboutgreenstone_ {
54<p>Greenstone is a suite of software for building and distributing digital
55library collections. It provides a new way of organizing information and
56publishing it on the Internet or on CD-ROM. Greenstone is produced by the
57<b>New Zealand Digital Library Project</b> at the <b>University of
58Waikato</b>, and developed and distributed in cooperation with
59<b>UNESCO</b> and the <b>Human Info NGO</b>. It is open-source
60software, available from <a
61href="http://greenstone.org">http://greenstone.org</a> under the terms of
62the GNU General Public License.
63</p>
64
65<p>The aim of the software is to empower users, particularly in
66universities, libraries, and other public service institutions, to
67build their own digital libraries. Digital libraries are radically
68reforming how information is disseminated and acquired in UNESCO's
69partner communities and institutions in the fields of education,
70science and culture around the world, and particularly in developing
71countries. We hope that this software will encourage the effective
72deployment of digital libraries to share information and place it in
73the public domain.
74</p>
75
76<p>This software is developed and distributed as an international
77cooperative effort established in August 2000 among three parties.
78</p>
79
80<p>
81<a href="http://nzdl.org"><b>New Zealand Digital Library Project at the University of Waikato</b></a>
82<br>
83Greenstone software grew out of this project, and this initiative
84has been endorsed by the Communication Sub-Commission of the New
85Zealand National Commission for UNESCO as part of New Zealand's
86contribution to UNESCO's programme.
87</p>
88
89<p>
90<a href="http://www.unesco.org"><img alt="UNESCO logo" src="_httpimg_/unesco.gif"
91class="logo"></a>
92<a href="http://www.unesco.org"><b>United Nations Educational, Scientific and Cultural Organization</b></a>
93<br>
94The dissemination of educational, scientific and cultural information
95throughout the world, and particularly its availability in developing
96countries, is central to UNESCO's goals as pursued within its
97intergovernmental Information for All Programme, and appropriate,
98accessible information and communication technology is seen as an important
99tool in this context.
100</p>
101
102<p>
103<a href="http://humaninfo.org"><img alt="Human Info logo" src="_httpimg_/ghproj2.jpg" class="logo"></a>
104<a href="http://humaninfo.org"><b>The Human Info NGO, based in Antwerp, Belgium</b></a>
105<br>
106This project works with UN agencies and other NGOs, and has established
107a worldwide reputation for digitizing documentation of interest to
108human development and making it widely available, free of charge to
109developing nations and on a cost-recovery basis to others.
110</p>
111}
112
113
114_textdescrselcol_ {select a collection}
115
116
117######################################################################
118# home help page
119package homehelp
120######################################################################
121
122
123#------------------------------------------------------------
124# text macros
125#------------------------------------------------------------
126
127_text4buts_ {There are four further buttons on the home page}
128
129_textnocollections_ {
130<p>There are currently no collections available to this Greenstone installation.
131To add some collections you may either
132<ul><li>Use <a href="_httppagecollector_">The Collector</a> to build new collections
133 <li>If you have a Greenstone cd-rom you may install collections from cd-rom
134</ul>
135}
136
137_text1coll_ {This Greenstone installation contains 1 collection}
138
139_textmorecolls_ {This Greenstone installation contains _1_ collections}
140
141######################################################################
142# external link package
143package extlink
144######################################################################
145
146
147#------------------------------------------------------------
148# text macros
149#------------------------------------------------------------
150
151_textextlink_ {External Link}
152_textlinknotfound_ {Internal Link not Found}
153
154_textextlinkcontent_ {The link you have selected is external to any of your currently selected collections.
155 If you still wish to view this link and your browser has access to
156 the Web, you can <a href="_nexturl_">go forward</a> to this page; otherwise
157 use your browsers "back" button to return to the previous document.}
158
159_textlinknotfoundcontent_ {For reasons beyond our control, the internal link you have selected
160 does not exist. This is probably due to an error in the source collection.
161 Use your browsers "back" button to return to the previous document.}
162
163# should have arguments of collection, collectionname and link
164_foundintcontent_ {
165
166<h3>Link to "_2_" collection</h3>
167
168<p> The link you have selected is external to the "_collectionname_"
169 collection (it links to the "_2_" collection).
170 If you wish to view this link in the "_2_" collection you can
171 <a href="_httpdoc_&c=_1_&cl=_cgiargcl_&d=_3_">go forward</a> to this page;
172 otherwise use your browsers "back" button to return to the previous document.
173}
174
175
176######################################################################
177# authentication page
178package authen
179######################################################################
180
181
182#------------------------------------------------------------
183# text macros
184#------------------------------------------------------------
185
186_textGSDLtitle_ {Greenstone Digital Library}
187
188_textusername_ {username}
189_textpassword_ {password}
190
191_textmustbelongtogroup_ {Note that you must belong to the "_cgiargug_" group to access this page}
192
193_textmessageinvalid_ {The page you have requested requires you to sign in.<br>
194_If_(_cgiargug_,[_textmustbelongtogroup_]<br>)
195Please enter your Greenstone username and password.}
196
197_textmessagefailed_ {Either your username or password was incorrect.}
198
199_textmessagedisabled_ {Sorry, your account has been disabled. Please contact
200the webmaster for this site.}
201
202_textmessagepermissiondenied_ {Sorry, you do not have permission to access this page.}
203
204_textmessagestalekey_ {The link you have followed is now stale.
205Please enter your password to access this page.}
206
207
208######################################################################
209# 'docs' page
210package docs
211######################################################################
212
213
214#------------------------------------------------------------
215# text macros
216#------------------------------------------------------------
217
218_textnodocumentation_ {
219<p>This Greenstone installation does not include any documentation. This
220may be because:
221<ol>
222 <li>Greenstone was installed from CD-ROM using a compact installation.
223 <li>Greenstone was installed from a distribution downloaded from the
224 internet.
225</ol>
226In either case you may obtain the documentation either from the <i>docs</i>
227directory of a Greenstone CD-ROM or by visiting <a
228href="http://www.greenstone.org">http://www.greenstone.org</a>.
229}
230
231_textuserguide_ {User's Guide}
232_textinstallerguide_ {Installer's Guide}
233_textdeveloperguide_ {Developer's Guide}
234_textpaperguide_ {From Paper to Collection}
235_textorganizerguide_ {Using the Organizer}
236
237_textgsdocstitle_ {greenstone documentation}
238
239######################################################################
240# collectoraction
241package wizard
242
243_textbild_ {Build collection}
244_textbildsuc_ {Collection built successfully.}
245_textviewbildsummary_ {
246You may <a href="_httppagex_(bsummary)" target=_top>view the build
247summary</a> of this collection for further details.
248}
249_textview_ {View collection}
250
251_textbild1_ {
252The collection is now being built: this might take some time. The building
253status line below gives feedback on how the operation is progressing.
254}
255
256_textbild2_ {
257To stop the building process at any time, click here.
258<br>The collection you are working on will remain intact.
259}
260
261_textstopbuild_ {stop building}
262
263_textbild3_ {
264If you leave this page (and have not cancelled the building process with
265the "stop building" button) the collection will continue to build and will
266be installed upon successful completion.
267}
268
269_textbuildcancelled_ {Build cancelled}
270
271_textbildcancel1_ {
272The collection building process was cancelled. Use the yellow buttons below
273to make changes to your collection or restart the building process.
274}
275
276_textbsupdate1_ {Building status update in 1 second}
277_textbsupdate2_ {Building status update in}
278_textseconds_ {seconds}
279
280_textfailmsg11_ {
281The collection could not be built as it contains no data. Make sure that at
282least one of the directories or files you specified on the <i>source
283data</i> page exists and is of a type or (in the case of a directory)
284contains files of a type, that Greenstone can process.
285}
286
287_textfailmsg21_ {The collection could not be built (import.pl failed).}
288_textfailmsg31_ {The collection could not be built (buildcol.pl failed).}
289_textfailmsg41_ {The collection was built successfully but could not be installed.}
290_textfailmsg71_ {An unexpected error occurred while attempting to build your collection}
291
292
293_textblcont_ {The build log contains the following information:}
294
295######################################################################
296# collectoraction
297package collector
298######################################################################
299
300
301
302#------------------------------------------------------------
303# text macros
304#------------------------------------------------------------
305
306_textdefaultstructure_ {default structure}
307_textmore_ {more}
308_textinfo_ {Collection information}
309_textsrce_ {Source data}
310_textconf_ {Configure collection}
311_textbild_ {_wizard:textbild_}
312_textview_ {_wizard:textview_}
313_textdel_ {Delete collection}
314_textexpt_ {Export collection}
315_textbildsuc_ {_wizard:textbildsuc_}
316_textviewbildsummary_ {_wizard:textviewbildsummary_}
317
318_textdownloadingfiles_ {Downloading files ...}
319_textimportingcollection_ {Importing collection ...}
320_textbuildingcollection_ {Building collection ...}
321_textcreatingcollection_ {creating collection ...}
322
323_textcollectorblurb_ {
324<i>The pen is mightier than the sword!
325<br>Building and distributing information collections carries responsibilities
326that you may want to reflect on before you begin.
327There are legal issues of copyright: being able to access documents doesn't
328mean you can necessarily give them to others.
329There are social issues: collections should respect the customs of the
330community out of which the documents arise.
331And there are ethical issues: some things simply should not be made
332available to others.
333<br>Be sensitive to the power of information and use it wisely.
334</i>
335}
336
337_textcb1_ {
338The Collector helps you to create new collections, modify or add to
339existing ones, or delete collections. To do this you will be guided through a
340sequence of Web pages which request the information that is needed.
341}
342
343_textcb2_ {First, you must decide whether to}
344_textcnc_ {create a new collection}
345_textwec_ {work with an existing one, adding data to it or deleting it.}
346
347_textcb3_ {
348In order to build or modify digital library collections you must sign in.
349This is to protect you from others logging in to your computer and altering
350the information on it. Note: for security reasons you will be
351automatically logged out once a 30 minute period has elapsed since you
352logged in. If this happens, don't worry! -- you will be invited to log in
353again and can continue from where you left off.
354}
355
356_textcb4_ {
357Please enter your Greenstone username and password, and click the button to
358sign in.
359}
360
361_textfsc_ {
362First select the collection that you want to work with (write protected
363collections won't appear in this list).
364}
365
366_textwtc_ {With the collection you have selected, you can}
367_textamd_ {Add more data and rebuild the collection}
368_textetc_ {Edit the collection configuration file and rebuild the collection}
369_textdtc_ {Delete the collection entirely}
370_textetcfcd_ {Export the collection for writing to a self-installing Windows CD-ROM}
371_textcaec_ {Changing an existing collection}
372_textnwec_ {No write-enabled collections are available for modifying}
373_textcianc_ {Creating a new collection}
374_texttsosn_ {The sequence of steps needed to create a new digital library collection is:}
375_textsin_ {Specify its name (and associated information)}
376_textswts_ {Specify where the source data comes from}
377_textatco_ {Adjust the configuration options (advanced users only)}
378_textbtc_ {"Build" the collection (see below)}
379_textpvyh_ {Proudly view your handiwork.}
380
381_texttfsiw_ {
382The fourth step is where the computer does all the work. In the "building"
383process the computer makes all the indexes and gathers together any other
384information that is required to make things work. But first you have to
385specify the information.
386}
387
388_textadab_ {
389A diagram appears below that will help you keep track of where you are.
390The green button is the one that you click to carry on in the sequence. As
391you go through the sequence, the buttons will change to yellow. You can
392return to a previous page by clicking on the corresponding yellow button in
393the diagram.
394}
395
396_textwyar_ {
397When you are ready, click the green "collection information" button to
398begin creating your new digital library collection!
399}
400
401_textcnmbs_ {Collection name must be specified}
402_texteambs_ {Email address must be specified}
403_textpsea_ {Please specify email address in the form: username@domain}
404_textdocmbs_ {Description of collection must be specified}
405
406_textwcanc_ {
407When creating a new collection you need to enter some preliminary
408information about the source data. This process is structured as a series
409of Web pages, overseen by The Collector. The bar at the bottom of the page
410shows you the sequence of pages to be completed.
411}
412
413_texttfc_ {Title for collection:}
414
415_texttctiasp_ {
416The collection title is a short phrase used throughout the digital library
417to identify the content of the collection. Example titles include
418"Computer Science Technical Reports" and "Humanity Development Library."
419}
420
421_textcea_ {Contact email address:}
422
423_textteas_ {
424This email address specifies the first point of contact for the collection.
425If the Greenstone software detects a problem, a diagnostic report is sent
426to this address. Enter an email address in its full form:
427<tt>name@domain</tt>.
428}
429
430_textatc_ {About this collection:}
431
432_texttiasd_ {
433This is a statement describing the principles governing what is included in
434the collection. It appears on the first page when the collection is
435presented.
436}
437
438_textypits_ {
439Your position in the sequence is indicated by an arrow underneath--in this
440case, the "collection information" stage. To proceed, click the green
441"source data" button.
442}
443
444_srcebadsources_ {
445<p>One or more of the input sources you specified is unavailable (marked
446_iconcross_ below).
447
448<p>This might be because
449<ul>
450<li>The file, FTP site or URL does not exist.
451<li>You need to dial up your ISP first.
452<li>You are trying to access a URL from behind a firewall (this is the case
453if you normally have to present a username and password to access the
454internet).
455</ul>
456
457<p>If this is a URL that you can see in your browser, it may be coming from
458a locally cached copy. Unfortunately, locally cached copies are invisible
459to our mirroring process. In this case we recommend that you download the
460pages using your browser first.
461}
462
463_textymbyco_ {
464<p>You may base your collection on either
465<ul>
466<li>The default structure
467<dl><dd>The new collection may contain html documents (.htm, .html), plain text
468documents (.txt, .text), MS Word documents (.doc), PDF documents (.pdf) or
469"m-box" format email documents (.mbx).</dd></dl>
470<li>An existing collection
471<dl><dd>The files in your new collection must be exactly the same type as those
472used to build the existing one.</dd></dl>
473</ul>
474}
475
476_textbtco_ {Base the collection on}
477_textand_ {Add new data}
478_textad_ {Adding data:}
479
480_texttftysb_ {
481The files that you specify below will be added to the collection. Make sure
482that you do not re-specify files that are already in the collection:
483otherwise two copies will be included. Files are identified by their full
484pathname, Web pages by their absolute Web address.
485}
486
487_textis_ {Input sources:}
488
489_textddd1_ {
490<p>If you use file:// or ftp:// to specify a file, that file will be
491downloaded.
492
493<p>If you use http:// it depends on whether the URL gives you a normal web
494page in your browser, or a list of files. If a page, that page will be
495downloaded -- and so will all pages it links to, and all pages they link
496to, etc. -- provided they reside on the same site, below the URL.
497
498<p>If you use file:// or ftp:// to specify a folder or directory, or give a
499http:// URL that leads to a list of files, everything in the folder and all
500its sub-folders will be included in the collection.
501
502<p>Click the "more sources" button to get more input boxes.
503}
504
505_textddd2_ {
506<p>Click one of the green buttons. If you are an advanced user you may want
507to adjust the collection configuration. Alternatively, go straight to the
508building stage. Remember, you can always revisit an earlier stage by
509clicking its yellow button.
510}
511
512_textconf1_ {
513<p>The building and presentation of your collection are controlled by
514specifications in a special "configuration file". Advanced users may want
515to alter the configuration settings.
516
517<center><p><b>If you are not an advanced user, just go to the bottom of the
518page.</b></center>
519
520<p>To alter the configuration settings, edit the data that appears below.
521If you make a mistake, click on "Reset" to reinstate the original
522configuration settings.
523}
524
525_textreset_ {Reset}
526
527_textbild1_ {_wizard:textbild1_}
528
529_textbild2_ {_wizard:textbild2_}
530
531_textstopbuild_ {_wizard:textstopbuild_}
532
533_textbild3_ {_wizard:textbild3_}
534
535_textbuildcancelled_ {_wizard:textbuildcancelled_}
536
537_textbildcancel1_ {_wizard:textbildcancel1_}
538
539
540_textbsupdate1_ {_wizard:textbsupdate1_}
541_textbsupdate2_ {_wizard:textbsupdate2_}
542_textseconds_ {_wizard:textseconds_}
543
544
545_textfailmsg11_ {_wizard:textfailmsg11_}
546_textfailmsg21_ {_wizard:textfailmsg21_}
547_textblcont_ {_wizard:textblcont_}
548
549_texttryagain_ {
550Please <a href="_httppagecollector_" target=_top>restart the collector</a>
551and try again.
552}
553
554_textfailmsg31_ {_wizard:textfailmsg31_}
555_textfailmsg41_ {_wizard:textfailmsg41_}
556_textfailmsg71_ {_wizard:textfailmsg71_}
557
558_textretcoll_ {Return to the collector}
559
560_textdelperm_ {
561Some or all of the _cgiargbc1dirname_ collection could not be
562deleted. Possible causes are:
563<ul>
564<li> Greenstone does not have permission to delete the _gsdlhome_/collect/_cgiargbc1dirname_
565directory.<br>
566You may need to remove this directory manually to complete the removal of the _cgiargbc1dirname_
567collection from this computer.</li>
568<li>Greenstone can not run the program _gsdlhome_/bin/script/delcol.pl. Make sure that this file is readable and executable.</li>
569</ul>
570}
571
572_textdelinv_ {
573The _cgiargbc1dirname_ collection is protected or invalid. Deletion was cancelled.
574}
575
576_textdelsuc_ {The _cgiargbc1dirname_ collection was successfully deleted.}
577
578_textclonefail_ {
579The _cgiargclonecol_ collection cound not be cloned. Possible causes are:
580<ul>
581<li> The _cgiargclonecol_ collection doesn't exist
582<li> The _cgiargclonecol_ collection has no collect.cfg configuration file
583<li> Greenstone does not have permission to read the collect.cfg configuration file
584</ul>
585}
586
587_textcolerr_ {Collector error.}
588
589_texttmpfail_ {
590The collector failed to read from or write to a temporary file or
591directory. Possible causes are:
592<ul>
593<li> Greenstone does not have read/write access to the _gsdlhome_/tmp
594 directory.
595</ul>
596}
597
598_textmkcolfail_ {
599The collector failed to create the directory structure required by the new
600collection (mkcol.pl failed). Possible causes are:
601<ul>
602<li> Greenstone does not have permission to write to the _gsdlhome_/tmp
603 directory.
604<li> mkcol.pl perl script errors.
605</ul>
606}
607
608_textnocontent_ {
609Collector error: no collection name was provided for the new collection. Try
610restarting the Collector from the beginning.
611}
612
613_textrestart_ {Restart the Collector}
614
615_textreloaderror_ {
616An error occurred while creating the new collection. This may have been due
617to Greenstone getting confused by the use of your browser's "reload" or
618"back" buttons (please try to avoid using these buttons while creating a
619collection with the Collector). It is recommended that you restart the
620Collector from the beginning.
621}
622
623_textexptsuc_ {
624The _cgiargbc1dirname_ collection was successfully exported to the
625_gsdlhome_/tmp/exported\__cgiargbc1dirname_ directory.
626}
627
628_textexptfail_ {
629<p>Failed to export the _cgiargbc1dirname_ collection.
630
631<p>This is likely to be because Greenstone was installed without the
632necessary components to support the "Export Collection" function.
633<ul>
634
635 <li>If you installed Greenstone from a CD-ROM these components won't have
636 been installed unless you selected them during a "Custom" install.
637 You may add them to your installation by re-running the installation
638 procedure.
639
640 <li>If you installed Greenstone from a web distribution you will need to
641 download and install an additional package to enable this function. Please
642 visit <a href="http://www.greenstone.org">http://www.greenstone.org</a> or
643 email <a
644 href="mailto:[email protected]">[email protected]</a>
645 for further details.
646
647</ul>
648}
649
650######################################################################
651# depositoraction
652package depositor
653######################################################################
654
655
656_textdepositorblurb_ {
657
658<p> Please specify the following file information and click _textintro_ below. </p>
659
660}
661
662_textbsupdate1_ {_wizard:textbsupdate1_}
663_textbsupdate2_ {_wizard:textbsupdate2_}
664_textseconds_ {_wizard:textseconds_}
665
666_textcaec_ {Adding to an Existing Collection}
667_textbild_ {Deposit Item}
668_textintro_ {Select File}
669_textbildsuc_ {_wizard:textbildsuc_}
670_textviewbildsummary_ {_wizard:textviewbildsummary_}
671_textselect_ {Select Collection}
672_textmeta_ {Specify Metadata}
673_textview_ {_wizard:textview_}
674_textbild1_ {_wizard:textbild1_}
675
676_textbild2_ {_wizard:textbild2_}
677
678_textstopbuild_ {_wizard:textstopbuild_}
679
680_textbild3_ {_wizard:textbild3_}
681
682_textbuildcancelled_ {_wizard:textbuildcancelled_}
683
684_textbildcancel1_ {_wizard:textbildcancel1_}
685
686_textfailmsg11_ {_wizard:textfailmsg11_}
687_textfailmsg21_ {_wizard:textfailmsg21_}
688_textblcont_ {_wizard:textblcont_}
689
690_texttryagain_ {
691Please <a href="_httppagedepositor_" target=_top>restart the depositor</a>
692and try again.
693}
694
695_textfailmsg31_ {_wizard:textfailmsg31_}
696_textfailmsg41_ {_wizard:textfailmsg41_}
697_textfailmsg71_ {_wizard:textfailmsg71_}
698
699_textretcoll_ {Return to the depositor}
700
701_texttmpfail_ {
702The depositor failed to read from or write to a temporary file or
703directory. Possible causes are:
704<ul>
705<li> Greenstone does not have read/write access to the _gsdlhome_/tmp
706 directory.
707</ul>
708}
709
710
711######################################################################
712# 'gsdl' page
713package gsdl
714######################################################################
715
716
717#------------------------------------------------------------
718# text macros
719#------------------------------------------------------------
720
721
722_textgreenstone1_ {
723Greenstone is a suite of software which has the ability to serve digital
724library collections and build new collections. It provides a new way of
725organizing information and publishing it on the Internet or on CD-ROM.
726Greenstone is produced by the New Zealand Digital Library Project at the
727University of Waikato, and distributed in cooperation with UNESCO and the
728Human Info NGO. It is open-source software, available from
729<i>http://greenstone.org</i> under the terms of the GNU General Public
730License.
731}
732
733_textgreenstone2_ {
734The New Zealand Digital Library website (<a
735href="http://nzdl.org">http://nzdl.org</a>) contains numerous example
736collections, all created with the Greenstone software, which are publicly
737available for you to peruse. They exemplify various searching and browsing
738options, and include collections in Arabic, Chinese, French, Maori, and
739Spanish, as well as English. There are also some music collections.
740}
741
742_textplatformtitle_ {platform}
743_textgreenstone3_ {
744Greenstone runs on Windows, Unix and Mac OS X. The distribution includes ready-to-use
745binaries for all versions of Windows, and for Linux and Mac OS X. It also includes
746complete source code for the system, which can be compiled using Microsoft
747C++ or gcc. Greenstone works with associated software that is also freely
748available: the Apache Webserver and PERL. The user interface uses a Web
749browser: typically Netscape Navigator or Internet Explorer.
750}
751
752_textgreenstone4_ {
753Many document collections are distributed on CD-ROM using the Greenstone
754software. For example, the <i>Humanity Development Library</i> contains
7551,230 publications ranging from accounting to water sanitation. It runs on
756minimal computing facilities such as those typically found in developing
757countries. The information can be accessed by searching, browsing by
758subject, browsing by titles, browsing by organisation, browsing a list of
759how-tos, and by randomly viewing the book covers.
760}
761
762_textcustomisationtitle_ {customisation}
763_textgreenstone5_ {
764Greenstone is specifically designed to be highly extensible and
765customisable. New document and metadata formats are accommodated by writing
766"plugins" (in Perl). Analogously, new metadata browsing structures can be
767implemented by writing "classifiers." The user interface look-and-feel can
768be altered using "macros" written in a simple macro language. A Corba
769protocol allows agents (e.g. in Java) to use all the facilities associated
770with document collections. Finally, the source code, in C++ and Perl, is
771available and accessible for modification.
772}
773
774_textdocumentationtitle_ {documentation}
775_textdocuments_ {Extensive documentation for the Greenstone software is available.}
776
777#_textthreedocs_ {There are three documents that explain the Greenstone system:}
778#_textinstall_ {The Greenstone Digital Library Software Installer's Guide}
779#_textuser_ {The Greenstone Digital Library Software User's Guide}
780#_textdevelop_ {The Greenstone Digital Library Software Developer's Guide}
781
782_textmailinglisttitle_ {mailing list}
783_textmailinglist_ {
784There is a mailing list intended primarily for discussions about the
785Greenstone digital library software. Active users of Greenstone should
786consider joining the mailing list and contributing to the discussions.
787To subscribe, go to <a href="https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users">https://list.scms.waikato.ac.nz/mailman/listinfo/greenstone-users</a>.
788
789To send a message to the list, address it to <a
790href="mailto:[email protected]"
791>[email protected]</a>.
792}
793
794_textbugstitle_ {bugs}
795_textreport_ {
796We want to ensure that this software works well for you. Please report any
797bugs to <a href="mailto:[email protected]">[email protected]</a>
798}
799
800_textgs3title_ {in the works}
801_textgs3_ {Greenstone 3 is a complete redesign and reimplementation which
802retains all the advantages of Greenstone 2 (the current version)--for example,
803it is multilingual, multiplatform, and highly configurable. It
804incorporates all the features of the existing system, and is backwards
805compatible: that is, it can build and run existing collections without
806modification. Written in Java, it is structured as a network of
807independent modules that communicate using XML: thus it runs in a
808distributed fashion and can be spread across different servers as
809necessary. This modular design increases the flexibility and
810extensibility of Greenstone. Documentation and experimental releases of Greenstone 3 can be downloaded from the <a href="http://www.greenstone.org/greenstone3.html">Greenstone 3 home page</a>.}
811
812_textcreditstitle_ {credits}
813
814_textwhoswho_ {
815The Greenstone software is a collaborative effort between many
816people. Rodger McNab and Stefan Boddie are the principal architects and
817implementors. Contributions have been made by David Bainbridge, George
818Buchanan, Hong Chen, Michael Dewsnip, Katherine Don, Elke Duncker, Carl Gutwin, Geoff Holmes, Dana McKay, John
819McPherson, Craig Nevill-Manning, Dynal Patel, Gordon Paynter, Bernhard Pfahringer, Todd
820Reed, Bill Rogers, John Thompson, and Stuart Yeates. Other members of the New Zealand
821Digital Library project provided advice and inspiration in the design of
822the system: Mark Apperley, Sally Jo Cunningham, Matt Jones, Steve Jones, Te Taka
823Keegan, Michel Loots, Malika Mahoui, Gary Marsden, Dave Nichols and Lloyd Smith. We would also like to
824acknowledge all those who have contributed to the GNU-licensed packages
825included in this distribution: MG, GDBM, PDFTOHTML, PERL, WGET, WVWARE and XLHTML.
826}
827
828_textaboutgslong_ {about the greenstone software}
829
830######################################################################
831# 'users' page
832package userslistusers
833######################################################################
834
835
836#------------------------------------------------------------
837# text macros
838#------------------------------------------------------------
839
840_textlocu_ {List of current users}
841_textuser_ {user}
842_textas_ {account status}
843_textgroups_ {groups}
844_textcomment_ {comment}
845_textadduser_ {add a new user}
846_textedituser_ {edit}
847_textdeleteuser_ {delete}
848
849
850######################################################################
851# 'users' page
852package usersedituser
853######################################################################
854
855
856#------------------------------------------------------------
857# text macros
858#------------------------------------------------------------
859
860
861_textedituser_ {Edit user information}
862_textadduser_ {Add a new user}
863
864_textaboutusername_ {
865Usernames must be between 2 and 30 characters long. They can contain
866alphanumeric characters, '.', and '_'.
867}
868
869_textaboutpassword_ {
870Passwords must be between 3 and 8 characters long. They can contain any
871normal printable ASCII characters.
872}
873
874_textoldpass_ {If this field is blank the old password will be kept.}
875_textenabled_ {enabled}
876_textdisabled_ {disabled}
877
878_textaboutgroups_ {
879Groups is a comma separated list, do not put spaces after the commas.
880}
881
882
883######################################################################
884# 'users' page
885package usersdeleteuser
886######################################################################
887
888
889#------------------------------------------------------------
890# text macros
891#------------------------------------------------------------
892
893_textdeleteuser_ {Delete a user}
894_textremwarn_ {Do you really want to permanently remove user <b>_cgiargumun_</b>?}
895
896
897######################################################################
898# 'users' page
899package userschangepasswd
900######################################################################
901
902
903#------------------------------------------------------------
904# text macros
905#------------------------------------------------------------
906
907_textchangepw_ {Change password}
908_textoldpw_ {old password}
909_textnewpw_ {new password}
910_textretype_ {retype new password}
911
912
913######################################################################
914# 'users' page
915package userschangepasswdok
916######################################################################
917
918
919#------------------------------------------------------------
920# text macros
921#------------------------------------------------------------
922
923_textsuccess_ {Your password was successfully changed.}
924
925
926######################################################################
927# 'users' page
928package users
929######################################################################
930
931
932#------------------------------------------------------------
933# text macros
934#------------------------------------------------------------
935
936_textinvalidusername_ {The username is invalid.}
937_textinvalidpassword_ {The password is invalid.}
938_textemptypassword_ {Please enter an initial password for this user.}
939_textuserexists_ {This user already exists, please enter another username.}
940
941_textusernameempty_ {Please enter your username.}
942_textpasswordempty_ {You must enter your old password.}
943_textnewpass1empty_ {Enter your new password and then retype it.}
944_textnewpassmismatch_ {The two versions of your new password did not match.}
945_textnewinvalidpassword_ {You entered an invalid password.}
946_textfailed_ {Either your username or password was incorrect.}
947
948
949######################################################################
950# 'status' pages
951package status
952######################################################################
953
954
955#------------------------------------------------------------
956# text macros
957#------------------------------------------------------------
958
959
960_textversion_ {Greenstone version number}
961_textframebrowser_ {You must have a frame enabled browser to view this.}
962_textusermanage_ {User management}
963_textlistusers_ {list users}
964_textaddusers_ {add a new user}
965_textchangepasswd_ {change password}
966_textinfo_ {Technical information}
967_textgeneral_ {general}
968_textarguments_ {arguments}
969_textactions_ {actions}
970_textbrowsers_ {browsers}
971_textprotocols_ {protocols}
972_textconfigfiles_ {Configuration files}
973_textlogs_ {Logs}
974_textusagelog_ {usage log}
975_textinitlog_ {init log}
976_texterrorlog_ {error log}
977_textadminhome_ {admin home}
978_textreturnhome_ {Greenstone home}
979_titlewelcome_ { Administration }
980_textmaas_ {Maintenance and administration services available include:}
981_textvol_ {view on-line logs}
982_textcmuc_ {create, maintain and update collections}
983_textati_ {access technical information such as CGI arguments}
984
985_texttsaa_ {
986These services are accessed using the side navigation bar on the lefthand
987side of the page.
988}
989
990_textcolstat_ {Collection Status}
991
992_textcwoa_ {
993Collections will only appear as "running" if their build.cfg
994files exist, are readable, contain a valid builddate field (i.e. > 0),
995and are in the collection's index directory (i.e. NOT the building
996directory).
997}
998
999_textcafi_ {click <i>abbrev.</i> for information on a collection}
1000_textcctv_ {click <i>collection</i> to view a collection}
1001_textsubc_ {Submit Changes}
1002_texteom_ {Error opening main.cfg}
1003_textftum_ {Failed to update main.cfg}
1004_textmus_ {main.cfg updated successfully}
1005
1006
1007######################################################################
1008# 'bsummary' pages
1009package bsummary
1010######################################################################
1011
1012
1013#------------------------------------------------------------
1014# text macros
1015#------------------------------------------------------------
1016
1017_textbsummary_ {Build summary for "_collectionname_" collection}
1018_textflog_ {Fail log for "_collectionname_" collection}
1019_textilog_ {Import log for "_collectionname_" collection}
1020
1021############################################################################
1022#
1023# This stuff is only used by the usability (SEND FEEDBACK) stuff
1024#
1025############################################################################
1026package Global
1027
1028# old cusab button
1029_linktextusab_ {SEND FEEDBACK}
1030
1031_greenstoneusabilitytext_ {Greenstone Usability}
1032
1033_textwhy_ {<p>Sending this report is a way of indicating you have found the web page you were viewing difficult or frustrating.}
1034_textextraforform_ {You do not have to fill out the form -- any information will help.}
1035_textprivacybasic_ {<p>The report will contain only information about the Greenstone web page you were viewing, and the technology you were using to view it (plus any optional information you provide).}
1036_textstillsend_ {Would you still like to send this report?}
1037
1038_texterror_ {error}
1039_textyes_ {Yes}
1040_textno_ {No}
1041_textclosewindow_ {Close Window}
1042_textabout_ {About}
1043_textprivacy_ {Privacy}
1044_textsend_ {Send}
1045_textdontsend_ {Don\\'t Send}
1046_textoptionally_ {Optionally}
1047
1048_textunderdev_ {Details preview will be available in the final version.}
1049
1050_textviewdetails_ {View report details}
1051_textmoredetails_ {More details}
1052_texttrackreport_ {Track this report}
1053_textcharacterise_ {What kind of problem is it}
1054_textseverity_ {How bad is the problem}
1055
1056_textbadrender_ {Page looks strange}
1057_textcontenterror_ {Content error}
1058_textstrangebehaviour_ {Strange behaviour}
1059_textunexpected_ {Something unexpected happened}
1060_textfunctionality_ {Hard to use}
1061_textother_ {Other}
1062
1063_textcritical_ {Critical}
1064_textmajor_ {Serious}
1065_textmedium_ {Medium}
1066_textminor_ {Minor}
1067_texttrivial_ {Trivial}
1068
1069_textwhatdoing_ {What were you trying to do?}
1070_textwhatexpected_ {What did you expect to happen?}
1071_textwhathappened_ {What actually happened?}
1072
1073_cannotfindcgierror_ {<h2>Sorry!</h2>Can\\'t find the server programs for the "_linktextusab_" button.}
1074
1075_textusabbanner_ {the Greenstone koru-style banner}
1076
1077
1078######################################################################
1079# GTI text strings
1080package gti
1081######################################################################
1082
1083
1084#------------------------------------------------------------
1085# text macros
1086#------------------------------------------------------------
1087
1088_textgtierror_ {An error has occurred}
1089
1090_textgtihome_ {
1091These pages help you improve Greenstone's multilingual language support. Using them, you can
1092<ul>
1093 <li>translate parts of Greenstone into a new language
1094 <li>update an existing language interface when the English language interface changes (eg. for new Greenstone facilities)
1095 <li>correct errors in existing translations
1096</ul>
1097
1098You will be presented with a series of web pages, each containing
1099a phrase to translate.
1100You proceed by translating the language interface phrase by phrase.
1101Many phrases contain HTML formatting commands: you should not
1102attempt to translate these but preserve them intact in the translated
1103version. Words flanked by underscores (like _this_) should not be
1104translated either (they're Greenstone "macro" names).
1105<p>
1106If you are updating an existing language interface you will not be presented
1107with phrases for which a translation already exists. Sometimes a translation
1108exists but the English text has since been changed. In this case the current
1109translation will be provided and you should check and update this if necessary.
1110<p>
1111To correct a translation that has already been updated, use the "Correct existing translations" facility available for each part of Greenstone.
1112<p>
1113Each page ends with a "_textgtisubmit_" button. When you press it, changes are
1114made immediately to a separate Greenstone installation at nzdl.org. A button
1115is provided on each page to access this site.
1116}
1117
1118_textgtiselecttlc_ {Please select your language}
1119
1120_textgtiselecttfk_ {Please select a file to work on}
1121
1122_textgticoredm_ {Greenstone Interface (Core)}
1123_textgtiauxdm_ {Greenstone Interface (Auxiliary)}
1124_textgtiglidict_ {GLI Dictionary}
1125_textgtiglihelp_ {GLI Help}
1126_textgtiperlmodules_ {Perl Modules}
1127_textgtitutorials_ {Tutorial Exercises}
1128_textgtigreenorg_ {Greenstone.org}
1129
1130_textgtienter_ {ENTER}
1131
1132_textgticorrectexistingtranslations_ {Correct existing translations}
1133_textgtidownloadtargetfile_ {Download file}
1134_textgtiviewtargetfileinaction_ {View this file in action}
1135
1136_textgtinumchunksmatchingquery_ {Number of text fragments matching the query}
1137
1138_textgtinumchunkstranslated_ {translations done}
1139_textgtinumchunksrequiringupdating_ {Of these, _1_ require updating}
1140_textgtinumchunksrequiringtranslation_ {translations remaining}
1141
1142_textgtienterquery_ {Enter a word or phrase from the text fragment you want to correct}
1143_textgtifind_ {FIND}
1144
1145_textgtitranslatingchunk_ {Translating text fragment <i>_1_</i>}
1146_textgtiupdatingchunk_ {Updating text fragment <i>_1_</i>}
1147_textgtisubmit_ {SUBMIT}
1148
1149_textgtilastupdated_ {Last updated}
1150
1151_textgtitranslationfilecomplete_ {Thank you for updating this file -- it is now complete!<p>You can download a copy of this file using the link above, and it will also be included in future releases of Greenstone.}
1152
1153
1154############
1155# gli page
1156############
1157package gli
1158
1159_textglilong_ {the greenstone librarian interface}
1160_textglihelp_ {
1161<p>The Greenstone Librarian Interface (GLI) gives you access to Greenstone's functionality from an easy-to-use, 'point and click' interface. This allows you to collect sets of documents, import or assign metadata, and build them into a Greenstone collection.</p>
1162
1163<p>Note that the GLI is run in conjunction with Greenstone, and assumes that it is installed in a subdirectory of your Greenstone installation. If you have downloaded one of the Greenstone distributions, or installed from a Greenstone CD-ROM, this will be the case.</p>
1164
1165<h4>Running the GLI under Windows</h4>
1166
1167Launch the librarian interface under Windows by selecting <i>Greenstone Digital Library</i> from the <i>Programs</i> section of the <i>Start</i> menu and choosing <i>Librarian Interface</i>.
1168
1169<h4>Running the GLI under Unix</h4>
1170
1171To run the GLI under Unix, change to the <i>gli</i> directory in your Greenstone installation, then run the <i>gli.sh</i> script.
1172
1173<h4>Running the GLI under Mac OS X</h4>
1174
1175In the finder, browse to <i>Applications</i> then <i>Greenstone</i> (if you installed Greenstone into the default location), and then launch the <i>GLI</i> application.
1176}
Note: See TracBrowser for help on using the repository browser.