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

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

tidied up status pages and end-user collection building

  • Property svn:keywords set to Author Date Id Revision
File size: 6.6 KB
Line 
1######################################################################
2#
3# English Language text and icon macros
4# -- this file contains english text that is of less importance
5# -- to translate when creating a new interface language
6######################################################################
7
8
9
10######################################################################
11# 'home' page
12package home
13######################################################################
14
15
16#------------------------------------------------------------
17# text macros
18#------------------------------------------------------------
19
20_documents_ { documents. }
21_lastupdate_ {Last updated}
22_ago_ {days ago.}
23_colnotbuilt_ {Collection not built.}
24
25_textpagetitle_ {Greenstone Digital Library}
26_textfb_ {Feedback}
27_textinfosheet_ {Info Sheet}
28
29_textprojhead_ {The Greenstone software and <br>The New Zealand Digital Library Project}
30_textprojinfo_ {
31<p>
32The Greenstone Digital Library software provides a new way of
33organizing information and making it available over the Internet or on
34CD-ROM. It is open-source software, available under the terms of the
35GNU General Public License.
36<p>
37A digital library is made up of a set of collections. Each collection of
38information comprises several (typically several thousand, or even
39several million) documents, which share a uniform searching and
40browsing interface. Collections can be organized in many different
41ways while retaining a strong family resemblance.
42<p>
43The
44<a href="http://www.nzdl.org">New Zealand Digital Library Project</a>
45is a research programme at The University of Waikato whose aim is to
46develop the underlying technology for digital libraries and make it
47available publicly so that others can use it to create their own
48collections.
49Greenstone was created to further this objective.
50Further details are available from
51<a href="http://www.nzdl.org">http://www.nzdl.org</a>
52}
53
54_textpoem_ {
55<br><h2>Kia papapounamu te moana</h2>
56
57<p>kia hora te marino,
58<br>kia tere te karohirohi,
59<br>kia papapounamu te moana
60
61<p>may peace and calmness surround you,
62<br>may you reside in the warmth of a summer's haze,
63<br>may the ocean of your travels be as smooth as the polished greenstone.
64}
65
66_textgreenstone_ {
67<p>Greenstone is a semi-precious stone that (like this software) is sourced in New Zealand. In traditional Maori society it was the most highly prized and sought after of all substances. It can absorb and hold <i>wairua</i>, which is a spirit or life force, and is endowed with traditional virtues that make it an appropriate emblem for a
68public-domain digital library project. Its lustre shows charity; its
69translucence, honesty; its toughness, courage; and the sharp edge it can
70take, justice. The carved piece used in the Greenstone Digital Library
71Software logo is a <i>patu</i> or fighting club, and is a family heirloom
72of one of our project members. In hand-to-hand combat its delivery is very
73quick, very accurate, and very complete. We like to think these qualities
74also apply to our software, the razor sharp edge of the <i>patu</i>
75symbolizing the leading edge of technology.
76
77}
78
79
80#------------------------------------------------------------
81# icons
82#------------------------------------------------------------
83
84## "THE NEW ZEALAND DIGITAL LIBRARY" ## nzdl_heading ## nzdl2gr ##
85_httpiconnzdl_ {_httpimg_/nzdl2gr.gif}
86_widthnzdl_ {457}
87_heightnzdl_ {181}
88
89## "select a collection" ## green_bar_left_aligned ## selcolgr ##
90_httpiconselcolgr_ {_httpimg_/selcolgr.gif}
91_widthselcolgr_ {537}
92_heightselcolgr_ {17}
93_altselcolgr_ {"Select a collection"}
94
95
96
97######################################################################
98# html package
99package html
100######################################################################
101
102
103#------------------------------------------------------------
104# text macros
105#------------------------------------------------------------
106
107_textframebrowser_ {You must have a frame enabled browser to view this.}
108
109
110#------------------------------------------------------------
111# icons
112#------------------------------------------------------------
113
114
115
116######################################################################
117# external link package
118package extlink
119######################################################################
120
121
122#------------------------------------------------------------
123# text macros
124#------------------------------------------------------------
125
126_textextlink_ {External Link}
127_textlinknotfound_{Internal Link not Found}
128
129_textextlinkcontent_ {The link you have selected is external to any of your currently selected collections.
130 If you still wish to view this link and your browser has access to
131 the Web, you can <a href="_nexturl_">go forward</a> to this page; otherwise
132 use your browsers "back" button to return to the previous document.}
133
134_textlinknotfoundcontent_ {For reasons beyond our control, the internal link you have selected
135 does not exist. This is probably due to an error in the source collection.
136 Use your browsers "back" button to return to the previous document.}
137
138# should have arguments of collection, collectionname and link
139_foundintcontent_ {
140
141<h3>Link to "_2_" collection</h3>
142
143<p> The link you have selected is external to the "_collectionname_"
144 collection (it links to the "_2_" collection).
145 If you wish to view this link in the "_2_" collection you can
146 <a href="_httpdoc_&c=_1_&cl=_cgiargcl_&d=_3_">go forward</a> to this page;
147 otherwise use your browsers "back" button to return to the previous document.
148}
149
150
151#------------------------------------------------------------
152# icons
153#------------------------------------------------------------
154
155
156
157######################################################################
158# authentication page
159package authen
160######################################################################
161
162
163#------------------------------------------------------------
164# text macros
165#------------------------------------------------------------
166
167_textGSDLtitle_ {Greenstone Digital Library}
168
169_textusername_ {username}
170_textpassword_ {password}
171
172_textmessageinvalid_ {The page you have requested requires you to sign in.
173Please enter your username and password.}
174
175_textmessagefailed_ {Either your user name or password was incorrect.}
176
177_textmessagedisabled_ {Sorry, your account has been disabled. Please contact
178the webmaster for this site.}
179
180_textmessagepermissiondenied_ {Sorry, you do not have permission to access this page.}
181
182_textmessagestalekey_ {The link you have followed is now stale.
183Please enter your password to access this page.}
184
185
186#------------------------------------------------------------
187# icons
188#------------------------------------------------------------
189
Note: See TracBrowser for help on using the repository browser.