source: main/trunk/greenstone3/web/index.html@ 26895

Last change on this file since 26895 was 26895, checked in by davidb, 11 years ago

Some minor style changes to give the static HTML page for Greenstone, well, more of a Greenstone coloured themne

  • Property svn:keywords set to Author Date Id Revision
File size: 1.9 KB
RevLine 
[14813]1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
[7770]2<html>
[25372]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">
[26895]7 li {padding: 0.8em 0; font-family:sans-serif; }
[25372]8 body {
9 background: #fff url('interfaces/default/images/chalk.gif') scroll repeat-y left top;
10 }
[26895]11
12 .banner {
13 text-align:center; font-family:sans-serif; background-color: #008000; color: white; padding: 10px;
14 }
15
[25372]16 </style>
17 </head>
[26892]18 <body style="background: #EAE4D9; color: black;">
19 <div style="width: 1000px; margin: 0 auto; background-color: white">
[26895]20 <h1 class="banner" style="font-size:110%;">Welcome to your Greenstone3 installation!</h1>
[25372]21
22 <ul>
23 <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>
[25700]24 <li><a href="gs2-library">Run the Greenstone 2 look and feel servlet. (Deprecated)</a> View the demo collections that come with Greenstone, using the Greenstone 2 look and feel.</li>
25 <li><a href="basic-library">Run the basic servlet. (Deprecated)</a> View the same collections using a basic look and feel. </li>
[25372]26 <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).
27 <ul>
28 <li>Note that SOAP needs to be installed, and a SOAP server needs to be running for localsite.</li>
29 </ul>
30 </li>
[25700]31 <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>
32
[25372]33 </ul>
[26892]34
[26895]35 <p class="banner" style="font-size: 75%; "><a href="http://www.greenstone.org/greenstone3-home" style="color: white;">powered by greenstone3</a></p>
[26892]36
[25372]37 </div>
[14813]38
39
[26892]40
[25372]41 </body>
[7770]42</html>
Note: See TracBrowser for help on using the repository browser.