source: main/trunk/greenstone2/macros/gsdl.dm@ 31933

Last change on this file since 31933 was 31933, checked in by kjdon, 7 years ago

simplified and tidied up the gsdl page. added info about the toki.

  • Property svn:keywords set to Author Date Id Revision
File size: 3.2 KB
Line 
1# this file must be UTF-8 encoded
2
3package gsdl
4
5
6#######################################################################
7# global navigation links
8#######################################################################
9
10_globallinks_ {_homelink_}
11
12#######################################################################
13# page content
14#######################################################################
15
16_pagetitle_ {_textdescrgreenstone_}
17
18_content_ {
19<div id="content">
20
21<div class="divbar">
22<p class="navbar">
23_textaboutgslong_
24</p>
25</div>
26
27
28<table border="0">
29 <tr>
30 <td valign="top">_imagegreenstone_</td>
31 <td valign="top"><p>_textgreenstone1_(http://greenstone.org/download)</p></td>
32 </tr>
33 <tr>
34 <td valign="top" align="left"><h2>_textexamplestitle_</h2></td>
35 <td valign="top"><p>_textgreenstone2_(http://nzdl.org,http://nzdl.org/hdl,http://www.greenstone.org/examples)</p></td>
36 </tr>
37 <tr>
38 <td valign="top" align="left"><h2>_texttechnicaltitle_</h2></td>
39 <td valign="top"><p>_texttechnical_(http://www.greenstone.org/factsheet)</p></td>
40 </tr>
41 <tr>
42 <td valign="top" align="left"><h2>_textcustomisationtitle_</h2></td>
43 <td valign="top"><p>_textgreenstone5_(http://wiki.greenstone.org)</p></td>
44 </tr>
45 <tr>
46 <td valign="top" align="left">
47 <h2>_textdocumentationtitle_</h2>
48 </td>
49 <td valign="top"><p>_textdocuments_(http://wiki.greenstone.org, http://wiki.greenstone.org/doku.php?id=en:tutorials)</p></td>
50</tr>
51 <tr>
52 <td valign="top" align="left"><h2>_textsupporttitle_</h2></td>
53 <td valign="top"><p>_textsupport_(http://www.greenstone.org/support)</p></td>
54 </tr>
55 <tr>
56 <td valign="top" align="left"><h2>_textbugstitle_</h2></td>
57 <td valign="top"><p>_textreport_(mailto:[email protected])</p></td>
58 </tr>
59
60</table>
61
62<div class="divbar">&nbsp;</div>
63
64<table>
65<tr valign="top">
66<td>_textpoem_</td>
67<td>_imagegreenstone_</td>
68</tr></table>
69
70_textgreenstone_
71_texttoki_
72
73_nzdlpagefooter_
74
75</div>
76}
77
78_textpoem_ {
79<br><h2>Kia papapounamu te moana</h2>
80
81<p>kia hora te marino,
82<br>kia tere te karohirohi,
83<br>kia papapounamu te moana
84
85<p>may peace and calmness surround you,
86<br>may you reside in the warmth of a summer's haze,
87<br>may the ocean of your travels be as smooth as the polished greenstone.
88}
89
90_texttoki_ {
91<h3>Toki Pou Hinengaro</h3>
92<p><i>'_texttokititle_'</i>
93
94<p>_texttokidesc1_(http://nzdl.org/niupepa)
95<p>_texttokidescr2_
96
97<p><i>Haramai te toki, haumi e, hui e, tāiki e!</i>
98
99}
100_contributorlist_ {<ul><li>David Bainbridge, Sam Bartels, George Buchanan,
101Hong Chen, Michael Dewsnip, Katherine Don, Elke Duncker, Oran Fry, Carl
102Gutwin, Geoff Holmes, Anna Huang, Chi-Yu Huang, Jeffrey Ke, Anupama
103Krishnan, Veronica Liesaputra, Sam McIntosh, Dana McKay, John McPherson,
104Richard Managh, Olena Medelyan, David Milne, Craig Nevill-Manning, Wendy
105Osborn, Dynal Patel, Gordon Paynter, Bernhard Pfahringer, Todd Reed, Bill
106Rogers, Diego Spano, Hussein Suleman, John Thompson, Shaoqun Wu, Stuart
107Yeates, Xiaofeng Yu.</li></ul>}
108
109_inspirationlist_ {<ul><li>Mark Apperley, Sally Jo Cunningham, Matt Jones,
110Steve Jones, Te Taka Keegan, Michel Loots, Malika Mahoui, Gary Marsden,
111Dave Nichols, Lloyd Smith.</li></ul>}
112
113_gnupackagelist_ {<ul><li>Apache, Expat, HTML-Tidy, ISIS_GDL, Kea, MG, GDBM, JDBM, Lucene, PDFTOHTML, PERL,
114SqLite, WGET, WVWARE, XLHTML.</li></ul>}
Note: See TracBrowser for help on using the repository browser.