]> i-scream Git - www.i-scream.org.git/blobdiff - www/cms/documentation/gettingstarted.shtml
More changes, mostly simple ones in look and feel.
[www.i-scream.org.git] / www / cms / documentation / gettingstarted.shtml
index e2671d0ff4100da6c8406558b3b8f531c72b7cd0..ef417bf32eaeda433971cbcc7f0b26908606915b 100644 (file)
@@ -1,29 +1,23 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    gettingstarted.shtml
-    Created by tdb1 27/05/2001
-    Last edited 27/05/2001
--->
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 <html>
 
 <head>
-  <title>Getting Started with the i-scream Central Monitoring System</title>
+<title>Getting Started with the i-scream Central Monitoring System</title>
+<!--#include virtual="/style.inc" -->
 </head>
 
-<basefont face="arial,sans-serif" size="2">
-<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+<body>
 
-<table border="0" cellpadding="2" cellspacing="2">
-  <tr>
-    <td valign="top">
-<!--#include virtual="../left.inc" -->
-    </td>
-    <td valign="top">
-<!--#include virtual="../title.inc" -->
+<div id="container">
 
-<font face="arial,sans-serif" size="2">
+<div id="main">
+
+<!--#include virtual="/header.inc" -->
+
+<div id="contents"> 
+<h1 class="top">Getting Started</h1>
 
 <h2>Getting Started with the i-scream Central Monitoring System</h2>
 
@@ -40,7 +34,7 @@ this running. It should simply be a case of extracting and running.</p>
 <p>The first stage is to download and install the server application. The 
 latest versions of all i-scream applications can be found at the following 
 URL:</p>
-<p><a href="http://www.i-scream.org.uk/downloads">http://www.i-scream.org.uk/downloads</a></p>
+<p><a href="http://www.i-scream.org/downloads">http://www.i-scream.org/downloads</a></p>
 <p>Once downloaded, the archive should be extracted to a directory of your 
 choice. The server will run on most Java enabled platforms (including 
 Windows, Linux and FreeBSD).</p>
@@ -84,8 +78,10 @@ i-scream website. Once extracted it just needs to be started up. You need two
 pieces of information to do this: the filtermanager (part of the server) host 
 and port number. If you haven't changed much in terms of configuration this will 
 be the machine the server is running on, and port 4567. To start ihost you 
-simply type;</p>
+simply type:</p>
+</font>
 <pre>ihost.pl server.domain.com port</pre>
+<font face="arial,sans-serif" size="2">
 <p>ihost will then contact the server to obtain it's configuration and start 
 sending information.</p>
 <p>The windows host, winhost, is very similar. All you need to do is install it 
@@ -135,18 +131,21 @@ needs. You may wish to run the database section of the server on the same
 machine as the database, while running the rest on another machine.</p>
 <p>Some discussion about this is available in the server documentation.</p>
 <p>If you have any questions about any of the above, please don't hesitate to 
-contact us at <a href="mailto:dev@i-scream.org.uk">dev@i-scream.org.uk</a>. If you find we've missed something out, 
+contact us at <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>. If you find we've missed something out, 
 again, please let us know.</p>
 <p>Finally, we'd like to thank you for trying this i-scream product. We realise 
 that it's still at an early stage, and we therefore appreciate you taking 
 the time to try it out.</p>
-<p>The i-scream team.
+<p>The i-scream team.</p>
+</div>
 
-</font>
+<!--#include virtual="/footer.inc" -->
+
+</div>
+
+<!--#include virtual="/menu.inc" -->
 
-<!--#include virtual="../bottom.inc" --></td>
-  </tr>
-</table>
+</div>
 
 </body>
 </html>