ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
(Generate patch)

Comparing web/www/index.xhtml (file contents):
Revision 1.3 by tdb, Sun Mar 21 23:58:07 2004 UTC vs.
Revision 1.16 by tdb, Fri Nov 12 11:55:34 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines