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

Last change on this file since 25663 was 25663, checked in by davidb, 12 years ago

Tidy up scripts and config files

File size: 1.7 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" content="text/html; charset=iso-8859-1">
5 <title>Greenstone Version 3</title>
6 <style type="text/css">
7 li {padding: 0.8em 0;}
8 body {
9 background: #fff url('interfaces/default/images/chalk.gif') scroll repeat-y left top;
10 }
11 </style>
12 </head>
13 <body style="background: white; color: black;">
14 <div style="width: 1000px; margin: 0 auto;">
15 <h2 style="text-align:center; font-size:110%;font-family:sans-serif;">Welcome to your Greenstone3 installation!</h2>
16
17 <ul>
18 <li><a href="library">Run the main servlet for Greenstone 3.</a> This is an interface that demonstrates the wide variety of capabilities in Greenstone 3.</li>
19 <li><a href="testing">Run the 'Hello World' test servlet.</a> Use this link to check that your server can run the simplest of Java servlets.</li>
20 <li><a href="gs2-library">Run the Greenstone 2 backwards-compatible library servlet. (Deprecated)</a> View the demo collections that come with Greenstone, using the Greenstone 2 look and feel.</li>
21 <li><a href="gs3-library">Run the 'standard' servlet. (Deprecated)</a> View the same collections using the standard Greenstone 3 look and feel. </li>
22 <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).
23 <ul>
24 <li>Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.</li>
25 </ul>
26 </li>
27 </ul>
28 </div>
29
30 <p style="text-align:center; font-size: 75%;"><a href="http://www.greenstone.org/greenstone3-home">powered by greenstone3</a></p>
31
32 </body>
33</html>
Note: See TracBrowser for help on using the repository browser.