ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/downloads/index.shtml
Revision: 1.8
Committed: Mon Mar 26 17:15:42 2001 UTC (23 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.7: +2 -0 lines
Log Message:
Added php webreports.

File Contents

# User Rev Content
1 tdb 1.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 ajm 1.6 <title>i-scream software builds</title>
13 tdb 1.1 </head>
14    
15     <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
16    
17     <table border="0" cellpadding="2" cellspacing="2">
18     <tr>
19     <td valign="top">
20     <!--#include virtual="../left.inc" -->
21     </td>
22     <td valign="top">
23     <!--#include virtual="../title.inc" -->
24    
25 ajm 1.7 <h2>i-scream software builds</h2>
26 tdb 1.1
27 tdb 1.2 <p>These builds are currently from the HEAD of our CVS repository,
28     and are built on a nightly basis. As such, they may well be in
29     a non-working state. We will hopefully get round to tagging
30     stable points very soon.</p>
31    
32     <p>We will also provide installation instructions in due course,
33     but for the moment we only recommend trying out Conient. Both sets
34     of downloads below are identical, apart from the archive format.</p>
35    
36     <h3>Windows Downloads (.zip format)</h3>
37    
38     <p><a href="/builds/iscream-conient-HEAD.zip">Conient (GUI Client) download</a></p>
39 tdb 1.3 <p><a href="/builds/iscream-winhost-HEAD.zip">Windows Host download</a></p>
40 tdb 1.2 <p><a href="/builds/iscream-server-HEAD.zip">i-scream server download</a></p>
41 tdb 1.8 <p><a href="/builds/iscream-webreports-HEAD.zip">php web reports</a></p>
42 tdb 1.2 <p><a href="/builds/iscream-corbaservices-HEAD.zip">CORBA Services Manager download</a></p>
43    
44     <h3>Unix Downloads (.tar.gz format)</h3>
45    
46     <p><a href="/builds/iscream-conient-HEAD.tar.gz">Conient (GUI Client) download</a></p>
47 tdb 1.5 <p><a href="/builds/iscream-ihost-HEAD.tar.gz">Unix Host download</a></p>
48 tdb 1.2 <p><a href="/builds/iscream-server-HEAD.tar.gz">i-scream server download</a></p>
49 tdb 1.8 <p><a href="/builds/iscream-webreports-HEAD.tar.gz">php web reports</a></p>
50 tdb 1.2 <p><a href="/builds/iscream-corbaservices-HEAD.tar.gz">CORBA Services Manager download</a></p>
51 tdb 1.1
52     <!--#include virtual="../bottom.inc" -->
53     </td>
54     </tr>
55     </table>
56    
57     </body>
58     </html>