ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.12
Committed: Mon Jul 26 09:31:24 2004 UTC (19 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.11: +1 -1 lines
Log Message:
Fix wording.

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