--- web/www/index.xhtml 2004/03/23 20:22:27 1.5 +++ web/www/index.xhtml 2005/07/31 08:39:35 1.18 @@ -1,204 +1,321 @@ <!--#include virtual="/doctype.inc" --> - -<head> -<title>i-scream homepage</title> + <head> + <title> + i-scream homepage + </title> <!--#include virtual="/style.inc" --> -</head> - -<body> - -<div id="container"> - -<div id="main"> - + </head> + <body> + <div id="container"> + <div id="main"> <!--#include virtual="/header.inc" --> - -<div id="contents"> - <h1 class="top">i-scream homepage</h1> - - <div id="topnav"> - <ul> - <li><a href="#news">News</a></li> - <li><a href="#projects">Projects</a></li> - <li><a href="#about">About</a></li> - <li><a href="#search">Search</a></li> - </ul> - </div> - - <h2><a id="news">News</a></h2> - - <h3> - Sunday 21 March 2004 - </h3> - <h4> - pystatgrab 0.1 released - </h4> - <p> - <a href="/pystatgrab/">pystatgrab</a> 0.1 has been released. This - is the first release of pystatgrab; a set of Python bindings for - libstatgrab. - </p> - - <h3> - Wednesday 10 March 2004 - </h3> - <h4> - libstatgrab 0.9 released - </h4> - <p> - <a href="/libstatgrab/">libstatgrab</a> 0.9 - has been released and includes new features and support for new - platforms. - </p> - - <h3> - Wednesday 11 February 2004 - </h3> - <h4> - libstatgrab 0.8.2 released - </h4> - <p> - <a href="/libstatgrab/">libstatgrab</a> - version 0.8.2 brings further platform support and Python bindings. - </p> - - <h3> - Tuesday 15 July 2003 - </h3> - <h4> - i-scream support changes - </h4> - <p> - We have moved the i-scream support and bug tracking to a new - facility on the i-scream server. For further details please - see our <a href="/support.xhtml">support</a> - page. - </p> - - <h3> - Sunday 8 June 2003 - </h3> - <h4> - server move - </h4> - <p> - The i-scream website, email, and CVS facilities are now all - run from a <a href="http://www.freebsd.org/">FreeBSD</a> server. - </p> - - <h2><a id="projects">Projects</a></h2> - - <h3> - libstatgrab - </h3> - <ul> - <li><a href="/libstatgrab/">libstatgrab homepage</a></li> - </ul> - <p> - libstatgrab is a library and tool set for acquiring system - statistics from the operating system. An API is provided for - other applications to easily accesses a variety of system - statistics, including, amongst other things, CPU usage, VM - usage, disk statistics, and network interface usage. - </p> - <p> - A handful of tools are also provided to make this information - more readily available to users. A curses based tool gives users - a "top like" view of the current state of their system, and a - "sysctl like" tool gives easy access to the statistics for other - applications that can't easily used the C API. - </p> - <p> - Finally scripts are provided to quickly setup MRTG to use - libstatgrab for generating graphs of the available statistics. - </p> - - <h3> - pystatgrab - </h3> - <ul> - <li><a href="/pystatgrab/">pystatgrab homepage</a></li> - </ul> - <p> - pystatgrab is a set of Python bindings for the libstatgrab - library. It provides a set of function calls identical to those - of libstatgrab, and returns data in structures that logically - map on to those of libstatgrab. - </p> - - <h3> - Laroona - </h3> - <ul> - <li><a href="/laroona/">Laroona homepage</a></li> - </ul> - <p> - Laroona is the new central monitoring system. It's still very - much in the early stages of development, and doesn't have any - code available for download yet. Look at the project page for - more on the development process. - </p> - - <h3> - CMS - Central Monitoring System - </h3> - <ul> - <li><a href="/cms/">CMS homepage</a></li> - </ul> - <p> - i-scream originally started out with just the CMS (Central - Monitoring System) project. Since then it's moved on to have - other related projects, as well as the CMS. - </p> - <p> - The CMS is no longer being developed. We are now putting our - time into a new project redeveloping the CMS. We're taking the - good ideas from the old CMS, improving some of the weaknesses, - and we'll hopefully produce are far superior product. - </p> - - <h2><a id="about">About</a></h2> - - <p> - The i-scream group is a causual team of individuals with a - variety of personal interests, working together to produce - software, tools, and libraries that might be of use or interest - to others. - </p> - - <p> - To find out more about who we are see the <a href="/who.xhtml">Who - We Are</a> webpage. - </p> - - <h2><a id="search">Search</a></h2> - - <p> - Use this form to search the whole i-scream website, courtesy - of Google. - </p> - <form method="get" action="http://www.google.com/custom"> - <p> - <a href="http://www.google.com/search"> - <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /> - </a> - <input type="hidden" name="domains" value="i-scream.org" /> - <input type="hidden" name="sitesearch" value="i-scream.org" /> - <input type="text" name="q" size="31" maxlength="255" value="" /> - <input type="submit" name="sa" value="Search" /> - <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;" /> - </p> - </form> - -</div> - + <div id="contents"> + <h1 class="top"> + i-scream homepage + </h1> + <div id="topnav"> + <ul> + <li> + <a href="#news">News</a> + </li> + <li> + <a href="#projects">Projects</a> + </li> + <li> + <a href="#about">About</a> + </li> + <li> + <a href="#search">Search</a> + </li> + </ul> + </div> + <h2> + <a id="news">News</a> + </h2> + <h3> + Sunday 31 August 2005 + </h3> + <h4> + libstatgrab 0.12 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.12 has + been released. This includes some new features, bug + fixes, and support for more operating systems. + </p> + <h4> + pystatgrab 0.4 released + </h4> + <p> + <a href="/pystatgrab/">pystatgrab</a> 0.4 has been + released. This release catches up on new features in + libstatgrab. + </p> + <h3> + Thursday 3 March 2005 + </h3> + <h4> + libstatgrab 0.11.1 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.11.1 has + been released. This release just contains bugfixes. + </p> + <h3> + Friday 12 November 2004 + </h3> + <h4> + libstatgrab 0.11 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.11 has + been released. This release primarily brings support + for HP-UX. + </p> + <h3> + Wednesday 25 August 2004 + </h3> + <h4> + libstatgrab 0.10.3 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.10.3 has + been released. This includes new features for libstatgrab + and support for FreeBSD 6.0-CURRENT. + </p> + <h4> + pystatgrab 0.3 released + </h4> + <p> + <a href="/pystatgrab/">pystatgrab</a> 0.3 has been + released. This release catches up on new features in + libstatgrab. + </p> + <h3> + Monday 9 August 2004 + </h3> + <h4> + New mirror site added + </h4> + <p> + We've added a new <a href="/mirrors.xhtml">mirror site</a> + courtesy of <a href="http://www.mirror.ac.uk">The JISC + National Mirror Service</a>. + </p> + <h3> + Tuesday 27 July 2004 + </h3> + <h4> + libstatgrab 0.10.2 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.10.2 has + been released. This release fixes a minor problem in + the last release. + </p> + <h3> + Monday 26 July 2004 + </h3> + <h4> + libstatgrab 0.10.1 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.10.1 has + been released. This version contains mainly bugfixes. + </p> + <h3> + Monday 31 May 2004 + </h3> + <h4> + pystatgrab 0.2 released + </h4> + <p> + <a href="/pystatgrab/">pystatgrab</a> 0.2 has been + released. This version is chasing new features introduced + by the recent libstatgrab release. + </p> + <h3> + Thursday 20 May 2004 + </h3> + <h4> + libstatgrab 0.10 released + </h4> + <p> + <a href="/libstatgrab/">libstatgrab</a> 0.10 has been + released. This version includes a standardisation of + names throughout libstatgrab, and a handful of new + features. + </p> + <h3> + Thursday 25 March 2004 + </h3> + <h4> + New website launched + </h4> + <p> + i-scream has today launched it's new website. The new site + is a redesign of the old site incorporating new technologies + and standards, as well as a new fresher look. + </p> + <p> + The new website also restructures the way i-scream is + organised; we're a group of individuals working on a variety + of projects, not just a single project. + </p> + <p> + If you have any problems with the new site, particularly with + more exotic browsers, feel free to let + <a href="mailto:dev@i-scream.org">us</a> know. + </p> + <h3> + Sunday 21 March 2004 + </h3> + <h4> + pystatgrab 0.1 released + </h4> + <p> + <a href="/pystatgrab/">pystatgrab</a> 0.1 has been + released. This is the first release of pystatgrab; a set of + Python bindings for libstatgrab. + </p> + <h3> + Tuesday 15 July 2003 + </h3> + <h4> + i-scream support changes + </h4> + <p> + We have moved the i-scream support and bug tracking to a + new facility on the i-scream server. For further details + please see our <a href="/support.xhtml">support</a> page. + </p> + <h3> + Sunday 8 June 2003 + </h3> + <h4> + server move + </h4> + <p> + The i-scream website, email, and CVS facilities are now all + run from a <a href="http://www.freebsd.org/">FreeBSD</a> + server. + </p> + <h2> + <a id="projects">Projects</a> + </h2> + <h3> + libstatgrab + </h3> + <ul> + <li> + <a href="/libstatgrab/">libstatgrab homepage</a> + </li> + </ul> + <p> + libstatgrab is a library and tool set for acquiring system + statistics from the operating system. An API is provided + for other applications to easily accesses a variety of + system statistics, including, amongst other things, CPU + usage, VM usage, disk statistics, and network interface + usage. + </p> + <p> + A handful of tools are also provided to make this + information more readily available to users. A curses based + tool gives users a "top like" view of the current state of + their system, and a "sysctl like" tool gives easy access to + the statistics for other applications that can't easily + used the C API. + </p> + <p> + Finally scripts are provided to quickly setup MRTG to use + libstatgrab for generating graphs of the available + statistics. + </p> + <h3> + pystatgrab + </h3> + <ul> + <li> + <a href="/pystatgrab/">pystatgrab homepage</a> + </li> + </ul> + <p> + pystatgrab is a set of Python bindings for the libstatgrab + library. It provides a set of function calls identical to + those of libstatgrab, and returns data in structures that + logically map on to those of libstatgrab. + </p> + <h3> + Laroona + </h3> + <ul> + <li> + <a href="/laroona/">Laroona homepage</a> + </li> + </ul> + <p> + Laroona is the new central monitoring system. It's still + very much in the early stages of development, and doesn't + have any code available for download yet. Look at the + project page for more on the development process. + </p> + <h3> + CMS - Central Monitoring System + </h3> + <ul> + <li> + <a href="/cms/">CMS homepage</a> + </li> + </ul> + <p> + i-scream originally started out with just the CMS (Central + Monitoring System) project. Since then it's moved on to + have other related projects, as well as the CMS. + </p> + <p> + The CMS is no longer being developed. We are now putting + our time into a new project redeveloping the CMS. We're + taking the good ideas from the old CMS, improving some of + the weaknesses, and we'll hopefully produce are far + superior product. + </p> + <h2> + <a id="about">About</a> + </h2> + <p> + The i-scream group is a causual team of individuals with a + variety of personal interests, working together to produce + software, tools, and libraries that might be of use or + interest to others. + </p> + <p> + To find out more about who we are see the + <a href="/who.xhtml">Who We Are</a> webpage. + </p> + <h2> + <a id="search">Search</a> + </h2> + <p> + Use this form to search the whole i-scream website, + courtesy of Google. + </p> + <form method="get" action="http://www.google.com/custom"> + <p> + <a href="http://www.google.com/search"> + <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" /> + </a> + <input type="hidden" name="domains" value="i-scream.org" /> + <input type="hidden" name="sitesearch" value="i-scream.org" /> + <input type="text" name="q" size="31" maxlength="255" value="" /> + <input type="submit" name="sa" value="Search" /> + <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;" /> + </p> + </form> + </div> <!--#include virtual="/footer.inc" --> - -</div> - + </div> <!--#include virtual="/menu.inc" --> - -</div> - -</body> + </div> + </body> </html>