ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.6
Committed: Tue Mar 23 23:43:23 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.5: +201 -198 lines
Log Message:
Another biggish commit.

All pages are now XHTML 1.1 compliant. I've also tided (with the help of
the tidy tool) all the pages, so they're neater.

There are still parts of the site that won't validate - such as the CGI
scripts, and the CVS stuff - but I'll get to them tomorrow.

File Contents

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