source: greenstone3/trunk/web/index.html@ 14324

Last change on this file since 14324 was 7834, checked in by kjdon, 20 years ago

changed the links to use the new names (library, classic, gateway)

  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1<html>
2
3 <head>
4 <meta http-equiv="Content-Type"
5 content="text/html; charset=iso-8859-1">
6 <title>Greenstone Version 3</title>
7 </head>
8
9 <body bgcolor="#ffffff" text="#000000" link="#006666"
10 alink="#cc9900" vlink="#666633" background="interfaces/default/images/chalk.gif">
11
12 <!-- page banner (_style:pagebanner_) -->
13 <center>
14 <table width=537 cellspacing=0 cellpadding=0>
15 <tr valign=top>
16 <td rowspan=2 align=left><center><img src="interfaces/default/images/gsdlhead.gif" width=300 height=100 alt="Greenstone Digital Library Software"></center></td>
17 <td align=right></td>
18 </tr>
19
20 <tr>
21 <td align=right></td>
22 </tr>
23
24 <tr>
25 <td colspan=2></td>
26 </tr>
27 </table>
28 </center>
29 <!-- end of page banner -->
30
31 <center>
32
33 <table width=537>
34 <tr><td><h3>Hello! Welcome to your Greenstone3 installation</h3></td></tr>
35 <tr><td>&nbsp;</td></tr>
36 <tr><td>What do you want to do today?</td></tr>
37 <tr><td>&nbsp;</td></tr>
38
39
40 <tr><td><a href="testing">Run</a> the test servlet</td></tr>
41 <tr><td><a href="library">Run</a> the standard library servlet. View the demo collections that come with Greenstone, using the default look and feel.</td></tr>
42 <tr><td><a href="classic">Run</a> the 'classic' servlet. View the same collections using the 'classic' (or Greenstone 2) look and feel.</td></tr>
43 <tr><td><a href="gateway">Run</a> the gateway servlet. This uses the standard look and feel, and talks via SOAP to the site with demo collections (localsite). Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.</td></tr>
44 </table>
45 </center>
46 </body>
47</html>
Note: See TracBrowser for help on using the repository browser.