source: trunk/gsdl/macros/download.dm@ 1142

Last change on this file since 1142 was 1142, checked in by nzdl, 24 years ago

made some changes to the software download pages

  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1package download
2
3
4#######################################################################
5# java images/scripts
6#######################################################################
7
8# the _javalinks_ macros are the flashy image links at the top right of
9# the page.
10
11_javalinks_ {_imagehome_}
12_javalinks_ [v=1] {
13_imagehome_<br>
14}
15
16
17#######################################################################
18# icons
19#######################################################################
20
21## "download" ## green_title ## download ##
22_httpicondownload_ {_httpimg_/download.gif}
23_widthdownload_ {200}
24_heightdownload_ {57}
25
26_icondownload_ {<img src="_httpicondownload_" width=_widthdownload_ height=_heightdownload_}
27
28#######################################################################
29# page content
30#######################################################################
31
32_pagetitle_ {New Zealand Digital Library downloadnstrations}
33
34_imagethispage_ {_icondownload_}
35
36
37_content_ {
38_iconblankbar_
39<p>There are several freely available technologies underlying the New Zealand
40Digital Library.
41They are described in detail on the
42<a href="_httppagex_(projects)">projects and demonstrations</a>
43page.
44
45<p>
46
47<table border=1>
48
49<tr>
50<th align=left>Project</th>
51<th>Version</th>
52<th>Date</th>
53<th>Platform</th>
54<th align=left>Notes</th>
55</tr>
56
57<tr align=center valign=top>
58<td align=left><a href="http://www.nzdl.org/html/DOWNLOAD.html">Greenstone</a></td>
59<td>2.x</td>
60<td>March, 2000</td>
61<td>Unix, Windows</td>
62<td align=left>This is a large suite of software, and many of the minor functions are platform-specific. See the manual for details.</td>
63</tr>
64
65<tr align=center valign=top>
66<td align=left><a href="http://www.nzdl.org/Kea/#download">Kea</a></td>
67<td>1.1</td>
68<td>November 8, 1999</td>
69<td>Unix</td>
70<td align=left>Kea is implemented in Perl and Java; we have heard (unverified) reports of it running under Windows.</td>
71</tr>
72
73<tr align=center valign=top>
74<td align=left><a href="_httppagex_(mg)">MG</a></td>
75<td>1.3</td>
76<td>September, 1999</td>
77<td>Unix, DOS</td>
78<td align=left>The MG system is described in the eponymous book
79<a href="http://www.cs.mu.oz.au/mg">Managing Gigabytes</a>.
80</td>
81</tr>
82
83<tr align=center valign=top>
84<td align=left><a href="http://www.cs.waikato.ac.nz/~stevej/Research/Phrasier/phrasierdemo.tar.gz">Phrasier</a></td>
85<td></td>
86<td>April 12, 2000</td>
87<td>Unix</td>
88<td align=left>A demonstration collection is provided. Requires perl and Tcl/Tk.</td>
89</td>
90</tr>
91
92<tr align=center valign=top>
93<td align=left><a href="_httppagex_(prescript)">PreScript</a></td>
94<td>2.2</td>
95<td>April 1, 2000</td>
96<td>Unix</td>
97<td align=left>Requires Ghostscript (at least version 4.01) and Python interpreter (at least version 1.4.)</td>
98</td>
99</tr>
100
101<tr align=center valign=top>
102<td align=left><a href="http://www.cs.waikato.ac.nz/sequitur">Sequitur</a></td>
103<td></td>
104<td></td>
105<td>Unix, Java</td>
106<td align=left>Sequitur is written in C++ should be easy to port to other platforms.
107Contact
108<a href="mailto:[email protected]">Craig Nevill-Manning</a>
109for the most recent source code.</td>
110</tr>
111
112</table>
113
114_nzdlpagefooter_
115<br>April 2000
116}
117
118
119
120
121
122
123
Note: See TracBrowser for help on using the repository browser.