source: gs3-extensions/i-jetty/trunk/src/resources/index.html@ 23969

Last change on this file since 23969 was 23969, checked in by davidb, 13 years ago

Config files that needed to be tweaked to work sensibly with i-jetty

File size: 1.6 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<html>
3 <head>
4 <meta http-equiv="Content-Type"
5 content="text/html; charset=iso-8859-1">
6 <title>Greenstone Version 3</title>
7 <style type="text/css">
8 li {padding: 0.8em 0;}
9 body {
10 background: #fff url('interfaces/default/images/chalk.gif') scroll repeat-y left top;
11 }
12 </style>
13 </head>
14<body bgcolor="#ffffff" text="#000000">
15
16<p style="text-align:center;">
17<img src="interfaces/default/images/gsdlhead.gif"
18width="225" height="66" alt="Greenstone Digital Library Software">
19</p>
20
21<div style="margin-left: 90px;">
22
23<h2 style="font-size:110%;font-family:sans-serif;">Welcome to your Greenstone3 installation</h2>
24
25<ul>
26<li><a href="testing">Run the test servlet.</a>
27<li><a href="library">Run the default library servlet.</a> View the demo collections that come with Greenstone, using the Greenstone 2 look and feel.
28<li><a href="gs3library">Run the 'standard' servlet.</a> View the same collections using the standard Greenstone 3 look and feel
29<li><a href="dev">Run the development servlet.</a> Try out the new skin system currently in development
30<li><a href="gateway">Run the gateway servlet.</a> This uses the standard Greenstone 3 look and feel, and talks via SOAP to the site with the demo collections (localsite).
31<ul>
32<li>Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.
33</ul>
34</ul>
35
36</div>
37
38<p style="text-align:right; font-size: 75%;">powered by <a
39href="http://www.greenstone.org/greenstone3-home">greenstone3</a></p>
40
41</body>
42</html>
Note: See TracBrowser for help on using the repository browser.