ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/downloads/index.shtml
Revision: 1.26
Committed: Mon Feb 17 00:07:50 2003 UTC (21 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.25: +26 -8 lines
Log Message:
Update to the downloads webpage.

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 tdb 1.15 Last edited 27/05/2001
7 tdb 1.1 -->
8    
9 pjm2 1.17 <!-- pjm2: set the time format -->
10     <!--#config timefmt="%d %B %Y" -->
11    
12 tdb 1.1 <html>
13    
14     <head>
15 ajm 1.6 <title>i-scream software builds</title>
16 tdb 1.1 </head>
17    
18 pjm2 1.10 <basefont face="arial,sans-serif" size="2">
19 tdb 1.1 <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
20    
21     <table border="0" cellpadding="2" cellspacing="2">
22     <tr>
23     <td valign="top">
24     <!--#include virtual="../left.inc" -->
25     </td>
26     <td valign="top">
27     <!--#include virtual="../title.inc" -->
28    
29 ajm 1.7 <h2>i-scream software builds</h2>
30 tdb 1.1
31 tdb 1.26 <font size="2">
32     <p>All downloads are <a href="/license.shtml">licensed</a> under the GPL.</p>
33     <p>All new builds will be signed with our <a href="/pgpkey.shtml">PGP key</a>.</p>
34     </font>
35    
36     <h3>current builds</h3>
37    
38     <table width="480" border="0">
39     <tr>
40     <td>
41     <font size="2">
42     <p>These builds are the latest development working copies. They are much
43     more developed than the downloads you'll find below. We recommend you
44     start here. This is the codebase from which we'll make a proper release
45     sometime in the future.</p>
46     <p><a href="http://snapshots.i-scream.org.uk">Snapshot Server</a></p>
47     </font>
48     </td>
49     </tr>
50     </table>
51    
52     <h3>old (but unchanging) builds</h3>
53    
54 pjm2 1.17 <table width="480" border="0">
55     <tr>
56     <td>
57     <font size="2">
58 tdb 1.20 <p>These builds are from the end of the project. Development is still
59 tdb 1.26 continuing and can be found in the section above. These downloads are
60     not changing, and will not be updated until a release is made. Unless
61     you are really sure you want this version, get the one above.
62 tdb 1.21
63 pjm2 1.17 <p>Full documentation can be found by following the "Documentation"
64     link on the left-hand bar. Downloads below are the same, apart from
65     the archive format - with one exception being the host application.</p>
66    
67     <p>You will be asked to enter some basic information before
68     downloading, although this is purely optional. We value feedback
69     from people testing the i-scream products, so please feel free to
70     contact us at dev@i-scream.org.uk.</p>
71 tdb 1.22
72 tdb 1.25 <br>
73 pjm2 1.17 </font>
74     </td>
75     </tr>
76     </table>
77 tdb 1.2
78 pjm2 1.17 <table border="1" cellspacing="0" cellpadding="4" bgcolor="#000066">
79 pjm2 1.10 <tr bgcolor="#000066">
80     <td><b><font color="white">Build name</font></b></td>
81     <td><b><font color="white">Windows downloads<br>(.zip format)</font></b></td>
82 pjm2 1.17 <td><b><font color="white">Unix downloads<br>(.tar.gz format)</font></b></td>
83 pjm2 1.10 </tr>
84     <tr bgcolor="white">
85     <td>i-scream Conient (GUI client)</td>
86 pjm2 1.18 <td><a href="/cgi-bin/download.cgi?file_name=iscream-conient-HEAD.zip">download</a> <font size="2"><!--#fsize file="iscream-conient-HEAD.zip"--></font></td>
87     <td><a href="/cgi-bin/download.cgi?file_name=iscream-conient-HEAD.tar.gz">download</a> <font size="2"><!--#fsize file="iscream-conient-HEAD.tar.gz"--></font></td>
88 pjm2 1.10 </tr>
89     <tr bgcolor="#ccccff">
90     <td>i-scream host application</td>
91 pjm2 1.18 <td><a href="/cgi-bin/download.cgi?file_name=iscream-winhost-HEAD.zip">download</a> <font size="2"><!--#fsize file="iscream-winhost-HEAD.zip"--></font></td>
92     <td><a href="/cgi-bin/download.cgi?file_name=iscream-ihost-HEAD.tar.gz">download</a> <font size="2"><!--#fsize file="iscream-ihost-HEAD.tar.gz"--></font></td>
93 pjm2 1.10 </tr>
94     <tr bgcolor="white">
95     <td>i-scream server</td>
96 pjm2 1.18 <td><a href="/cgi-bin/download.cgi?file_name=iscream-server-HEAD.zip">download</a> <font size="2"><!--#fsize file="iscream-server-HEAD.zip"--></font></td>
97     <td><a href="/cgi-bin/download.cgi?file_name=iscream-server-HEAD.tar.gz">download</a> <font size="2"><!--#fsize file="iscream-server-HEAD.tar.gz"--></font></td>
98 pjm2 1.10 </tr>
99     <tr bgcolor="#ccccff">
100     <td>i-scream PHP web reports</td>
101 pjm2 1.18 <td><a href="/cgi-bin/download.cgi?file_name=iscream-webreports-HEAD.zip">download</a> <font size="2"><!--#fsize file="iscream-webreports-HEAD.zip"--></font></td>
102     <td><a href="/cgi-bin/download.cgi?file_name=iscream-webreports-HEAD.tar.gz">download</a> <font size="2"><!--#fsize file="iscream-webreports-HEAD.tar.gz"--></font></td>
103 pjm2 1.10 </tr>
104     <tr bgcolor="white">
105     <td>i-scream historical database reporter</td>
106 pjm2 1.18 <td><a href="/cgi-bin/download.cgi?file_name=iscream-dbreporter-HEAD.zip">download</a> <font size="2"><!--#fsize file="iscream-dbreporter-HEAD.zip"--></font></td>
107     <td><a href="/cgi-bin/download.cgi?file_name=iscream-dbreporter-HEAD.tar.gz">download</a> <font size="2"><!--#fsize file="iscream-dbreporter-HEAD.tar.gz"--></font></td>
108 pjm2 1.10 </tr>
109     <tr bgcolor="#ccccff">
110 tdb 1.15 <td>CORBA services manager</td>
111 pjm2 1.18 <td><a href="/cgi-bin/download.cgi?file_name=iscream-corbaservices-HEAD.zip">download</a> <font size="2"><!--#fsize file="iscream-corbaservices-HEAD.zip"--></font></td>
112     <td><a href="/cgi-bin/download.cgi?file_name=iscream-corbaservices-HEAD.tar.gz">download</a> <font size="2"><!--#fsize file="iscream-corbaservices-HEAD.tar.gz"--></font></td>
113 pjm2 1.10 </tr>
114     </table>
115 tdb 1.1
116     <!--#include virtual="../bottom.inc" -->
117     </td>
118     </tr>
119     </table>
120    
121     </body>
122     </html>