ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/downloads/index.shtml
Revision: 1.10
Committed: Tue Mar 27 08:39:09 2001 UTC (23 years, 1 month ago) by pjm2
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Changes since 1.9: +42 -16 lines
Log Message:
This is the page where everyone will download our builds from, and we all
thought it looked a little cack.  So it's been made to look a lot nicer
now.

File Contents

# Content
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3 <!--
4 index.shtml
5 Created by tdb1 27/02/2001
6 Last edited 27/02/2001
7 -->
8
9 <html>
10
11 <head>
12 <title>i-scream software builds</title>
13 </head>
14
15 <basefont face="arial,sans-serif" size="2">
16 <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
17
18 <table border="0" cellpadding="2" cellspacing="2">
19 <tr>
20 <td valign="top">
21 <!--#include virtual="../left.inc" -->
22 </td>
23 <td valign="top">
24 <!--#include virtual="../title.inc" -->
25
26 <h2>i-scream software builds</h2>
27
28 <p>These builds are currently from the HEAD of our CVS repository,
29 and are built on a nightly basis. As such, they may well be in
30 a non-working state. We will hopefully get round to tagging
31 stable points very soon.</p>
32
33 <p>We will also provide installation instructions in due course,
34 but for the moment we only recommend trying out Conient. Both sets
35 of downloads below are identical, apart from the archive format.</p>
36
37 <table border="0" cellspacing="0" cellpadding="4">
38 <tr bgcolor="#000066">
39 <td><b><font color="white">Build name</font></b></td>
40 <td><b><font color="white">Windows downloads<br>(.zip format)</font></b></td>
41 <td><b><font color="white">Unix downloads<br>(.gz format)</font></b></td>
42 </tr>
43 <tr bgcolor="white">
44 <td>i-scream Conient (GUI client)</td>
45 <td><a href="/builds/iscream-conient-HEAD.zip">download</a></td>
46 <td><a href="/builds/iscream-conient-HEAD.tar.gz">download</a></td>
47 </tr>
48 <tr bgcolor="#ccccff">
49 <td>i-scream host application</td>
50 <td><a href="/builds/iscream-winhost-HEAD.zip">download</a></td>
51 <td><a href="/builds/iscream-ihost-HEAD.tar.gz">download</a></td>
52 </tr>
53 <tr bgcolor="white">
54 <td>i-scream server</td>
55 <td><a href="/builds/iscream-server-HEAD.zip">download</a></td>
56 <td><a href="/builds/iscream-server-HEAD.tar.gz">download</a></td>
57 </tr>
58 <tr bgcolor="#ccccff">
59 <td>i-scream PHP web reports</td>
60 <td><a href="/builds/iscream-webreports-HEAD.zip">download</a></td>
61 <td><a href="/builds/iscream-webreports-HEAD.tar.gz">download</a></td>
62 </tr>
63 <tr bgcolor="white">
64 <td>i-scream historical database reporter</td>
65 <td><a href="/builds/iscream-dbreporter-HEAD.zip">download</a></td>
66 <td><a href="/builds/iscream-dbreporter-HEAD.tar.gz">download</a></td>
67 </tr>
68 <tr bgcolor="#ccccff">
69 <td>CORBA servces manager</td>
70 <td><a href="/builds/iscream-corbaservices-HEAD.zip">download</a></td>
71 <td><a href="/builds/iscream-corbaservices-HEAD.tar.gz">download</a></td>
72 </tr>
73 </table>
74
75
76
77
78
79
80 <!--#include virtual="../bottom.inc" -->
81 </td>
82 </tr>
83 </table>
84
85 </body>
86 </html>