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

Last change on this file was 30171, checked in by kjdon, 9 years ago

david wanted halftone-library rather than ht-library

  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 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; font-family:sans-serif; }
8 body {
9 background: #fff url('interfaces/default/images/chalk.gif') scroll repeat-y left top;
10 }
11
12 .banner {
13 text-align:center; font-family:sans-serif; background-color: #49a006; color: white; padding: 10px;
14 }
15
16 .ext_link {
17 background: url('interfaces/default/images/Icon_External_Link.png') center right no-repeat;
18 padding-right: 13px;
19 }
20
21 </style>
22 </head>
23 <body style="background: #EAE4D9; color: black;">
24 <div style="width: 1000px; margin: 0 auto; background-color: white">
25 <h1 class="banner" style="font-size:110%;">Welcome to your Greenstone3 installation!</h1>
26
27 <ul>
28 <li>Enter your <a href="library">Greenstone 3 library.</a> </li>
29 </ul>
30
31 <h3 style="padding: 10px;">Want to customise this?</h3>
32 <ul>
33 <li>Try out the provided halftone interface by visiting <a href="halftone-library">this library</a>. The same content, but using a different interface.</li>
34 <li>Take a look at the <a class="ext_link" href="http://wiki.greenstone.org/doku.php?id=en:tutorials#customization">customization tutorials</a>.</li>
35 </ul>
36 <h3 style="padding: 10px;">Need some help?</h3>
37 <ul>
38 <li>Visit the <a class="ext_link" href="http://wiki.greenstone.org">Greenstone wiki</a> which contains extensive documentation about Greenstone, including tutorials and release notes.</li>
39 <li>Visit <a class="ext_link" href="http://www.greenstone.org">greenstone.org</a>, the main greenstone website. In particular, visit the <a class="ext_link" href="http://www.greenstone.org/support">support page</a> for links to the mailing lists and regional support groups.</li>
40 <li>If your library is not running, you can run the <a href="testing">'Hello World' test servlet.</a> to check that your web server is set up properly.</li>
41
42 </ul>
43
44 <p class="banner" style="font-size: 75%; "><a href="http://www.greenstone.org" style="color: white;">powered by greenstone3</a></p>
45
46 </div>
47
48
49
50 </body>
51</html>
Note: See TracBrowser for help on using the repository browser.