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