ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.7
Committed: Thu Mar 25 22:21:01 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.6: +21 -0 lines
Log Message:
Announce new website on the new website.

File Contents

# User Rev Content
1 tdb 1.4 <!--#include virtual="/doctype.inc" -->
2 tdb 1.6 <head>
3     <title>
4     i-scream homepage
5     </title>
6 tdb 1.3 <!--#include virtual="/style.inc" -->
7 tdb 1.6 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.3 <!--#include virtual="/header.inc" -->
12 tdb 1.6 <div id="contents">
13     <h1 class="top">
14     i-scream homepage
15     </h1>
16     <div id="topnav">
17     <ul>
18     <li>
19     <a href="#news">News</a>
20     </li>
21     <li>
22     <a href="#projects">Projects</a>
23     </li>
24     <li>
25     <a href="#about">About</a>
26     </li>
27     <li>
28     <a href="#search">Search</a>
29     </li>
30     </ul>
31     </div>
32     <h2>
33     <a id="news">News</a>
34     </h2>
35     <h3>
36 tdb 1.7 Thursday 25 March 2004
37     </h3>
38     <h4>
39     New website launched
40     </h4>
41     <p>
42     i-scream has today launched it's new website. The new site
43     is a redesign of the old site incorporating new technologies
44     and standards, as well as a new fresher look.
45     </p>
46     <p>
47     The new website also restructures the way i-scream is
48     organised; we're a group of individuals working on a variety
49     of projects, not just a single project.
50     </p>
51     <p>
52     If you have any problems with the new site, particularly with
53     more exotic browsers, feel free to let
54     <a href="mailto:dev@i-scream.org">us</a> know.
55     </p>
56     <h3>
57 tdb 1.6 Sunday 21 March 2004
58     </h3>
59     <h4>
60     pystatgrab 0.1 released
61     </h4>
62     <p>
63     <a href="/pystatgrab/">pystatgrab</a> 0.1 has been
64     released. This is the first release of pystatgrab; a set of
65     Python bindings for libstatgrab.
66     </p>
67     <h3>
68     Wednesday 10 March 2004
69     </h3>
70     <h4>
71     libstatgrab 0.9 released
72     </h4>
73     <p>
74     <a href="/libstatgrab/">libstatgrab</a> 0.9 has been
75     released and includes new features and support for new
76     platforms.
77     </p>
78     <h3>
79     Wednesday 11 February 2004
80     </h3>
81     <h4>
82     libstatgrab 0.8.2 released
83     </h4>
84     <p>
85     <a href="/libstatgrab/">libstatgrab</a> version 0.8.2
86     brings further platform support and Python bindings.
87     </p>
88     <h3>
89     Tuesday 15 July 2003
90     </h3>
91     <h4>
92     i-scream support changes
93     </h4>
94     <p>
95     We have moved the i-scream support and bug tracking to a
96     new facility on the i-scream server. For further details
97     please see our <a href="/support.xhtml">support</a> page.
98     </p>
99     <h3>
100     Sunday 8 June 2003
101     </h3>
102     <h4>
103     server move
104     </h4>
105     <p>
106     The i-scream website, email, and CVS facilities are now all
107     run from a <a href="http://www.freebsd.org/">FreeBSD</a>
108     server.
109     </p>
110     <h2>
111     <a id="projects">Projects</a>
112     </h2>
113     <h3>
114     libstatgrab
115     </h3>
116     <ul>
117     <li>
118     <a href="/libstatgrab/">libstatgrab homepage</a>
119     </li>
120     </ul>
121     <p>
122     libstatgrab is a library and tool set for acquiring system
123     statistics from the operating system. An API is provided
124     for other applications to easily accesses a variety of
125     system statistics, including, amongst other things, CPU
126     usage, VM usage, disk statistics, and network interface
127     usage.
128     </p>
129     <p>
130     A handful of tools are also provided to make this
131     information more readily available to users. A curses based
132     tool gives users a "top like" view of the current state of
133     their system, and a "sysctl like" tool gives easy access to
134     the statistics for other applications that can't easily
135     used the C API.
136     </p>
137     <p>
138     Finally scripts are provided to quickly setup MRTG to use
139     libstatgrab for generating graphs of the available
140     statistics.
141     </p>
142     <h3>
143     pystatgrab
144     </h3>
145     <ul>
146     <li>
147     <a href="/pystatgrab/">pystatgrab homepage</a>
148     </li>
149     </ul>
150     <p>
151     pystatgrab is a set of Python bindings for the libstatgrab
152     library. It provides a set of function calls identical to
153     those of libstatgrab, and returns data in structures that
154     logically map on to those of libstatgrab.
155     </p>
156     <h3>
157     Laroona
158     </h3>
159     <ul>
160     <li>
161     <a href="/laroona/">Laroona homepage</a>
162     </li>
163     </ul>
164     <p>
165     Laroona is the new central monitoring system. It's still
166     very much in the early stages of development, and doesn't
167     have any code available for download yet. Look at the
168     project page for more on the development process.
169     </p>
170     <h3>
171     CMS - Central Monitoring System
172     </h3>
173     <ul>
174     <li>
175     <a href="/cms/">CMS homepage</a>
176     </li>
177     </ul>
178     <p>
179     i-scream originally started out with just the CMS (Central
180     Monitoring System) project. Since then it's moved on to
181     have other related projects, as well as the CMS.
182     </p>
183     <p>
184     The CMS is no longer being developed. We are now putting
185     our time into a new project redeveloping the CMS. We're
186     taking the good ideas from the old CMS, improving some of
187     the weaknesses, and we'll hopefully produce are far
188     superior product.
189     </p>
190     <h2>
191     <a id="about">About</a>
192     </h2>
193     <p>
194     The i-scream group is a causual team of individuals with a
195     variety of personal interests, working together to produce
196     software, tools, and libraries that might be of use or
197     interest to others.
198     </p>
199     <p>
200     To find out more about who we are see the
201     <a href="/who.xhtml">Who We Are</a> webpage.
202     </p>
203     <h2>
204     <a id="search">Search</a>
205     </h2>
206     <p>
207     Use this form to search the whole i-scream website,
208     courtesy of Google.
209     </p>
210     <form method="get" action="http://www.google.com/custom">
211     <p>
212     <a href="http://www.google.com/search">
213     <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" />
214     </a>
215     <input type="hidden" name="domains" value="i-scream.org" />
216     <input type="hidden" name="sitesearch" value="i-scream.org" />
217     <input type="text" name="q" size="31" maxlength="255" value="" />
218     <input type="submit" name="sa" value="Search" />
219     <input type="hidden" name="cof" value="S:http://www.i-scream.org/;GL:0;VLC:#3333cc;AH:left;BGC:#ffffff;LH:37;LC:#0000ff;L:http://www.i-scream.org/i-scream.gif;ALC:#3333cc;LW:502;T:#000066;AWFID:d646a9fd69e7d9cb;" />
220     </p>
221     </form>
222     </div>
223 tdb 1.3 <!--#include virtual="/footer.inc" -->
224 tdb 1.6 </div>
225 tdb 1.3 <!--#include virtual="/menu.inc" -->
226 tdb 1.6 </div>
227     </body>
228 tdb 1.3 </html>