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