]> i-scream Git - www.i-scream.org.git/blobdiff - www/index.xhtml
Rename www to htdocs.
[www.i-scream.org.git] / www / index.xhtml
diff --git a/www/index.xhtml b/www/index.xhtml
deleted file mode 100644 (file)
index 2c8a023..0000000
+++ /dev/null
@@ -1,256 +0,0 @@
-<!--#include virtual="/doctype.inc" -->
-  <head>
-    <title>
-      i-scream homepage
-    </title>
-<!--#include virtual="/style.inc" -->
-  </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>
-            Monday 14 July 2014
-          </h3>
-          <h4>
-            pystatgrab 0.6 released
-          </h4>
-          <p>
-            <a href="/pystatgrab/">pystatgrab</a> 0.6 has
-            been released. This catches up with the latest API changes
-            in libstatgrab.
-          </p>
-          <h3>
-            Friday 11 July 2014
-          </h3>
-          <h4>
-            libstatgrab 0.91 released
-          </h4>
-          <p>
-            <a href="/libstatgrab/">libstatgrab</a> 0.91 has
-            been released. This contains a number of bugfixes and new
-            features.
-          </p>
-          <h3>
-            Friday 9 August 2013
-          </h3>
-          <h4>
-            New PGP keys
-          </h4>
-          <p>
-            We've updated our <a href="pgpkey.xhtml">PGP keys</a> with
-            new ones that conform better to current best practices. If
-            you're relying on them to validate our software please
-            grab our new keys instead.
-          </p>
-          <h4>
-            Old ticket tracker removed
-          </h4>
-          <p>
-            Our old email based support system has now been
-            deprecated, along with the two email addresses that pointed
-            at it - bugs@ and support@. The main reason for this was
-            the sheer amount of spam we were getting, even with
-            anti-spam measures in place. But also because the amount
-            of issues logged outweighs the need to run our own system
-            at the moment.
-          </p>
-          <p>
-            If you have an issue to report, please see our
-            <a href="support.xhtml">bug reporting page</a> for more
-            information on the best way to do it. If you had an
-            outstanding issue in the old system we should have
-            contacted you by now, so if you haven't heard anything
-            from us assume it got lost and log a new issue as
-            described on the aforementioned page.
-          </p>
-          <h3>
-            Thursday 8 August 2013
-          </h3>
-          <h4>
-            libstatgrab 0.90 released
-          </h4>
-          <p>
-            <a href="/libstatgrab/">libstatgrab</a> 0.90 has
-            been released. This release contains a significant number
-            of changes and has a number of API changes.
-          </p>
-          <h3>
-            Thursday 12 January 2012
-          </h3>
-          <h4>
-            Source code moved to Git
-          </h4>
-          <p>
-            We've moved both
-            <a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
-            and
-            <a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
-            to their own Git repositories. CVS will remain for
-            everything else for now.
-          </p>
-          <h3>
-            Sunday 21 February 2010
-          </h3>
-          <h4>
-            libstatgrab 0.17 released
-          </h4>
-          <p>
-            <a href="/libstatgrab/">libstatgrab</a> 0.17 has
-            been released. This release contains minor changes
-            and bugfixes.
-          </p>
-          <h3>
-            Monday 17 March 2008
-          </h3>
-          <h4>
-            libstatgrab 0.16 released
-          </h4>
-          <p>
-            <a href="/libstatgrab/">libstatgrab</a> 0.16 has
-            been released. This release just contains bugfixes.
-          </p>
-          <h3>
-            Saturday 14 July 2007
-          </h3>
-          <h4>
-            libstatgrab 0.15 released
-          </h4>
-          <p>
-            <a href="/libstatgrab/">libstatgrab</a> 0.15 has
-            been released. This release contains mainly bugfixes.
-          </p>
-          <h4>
-            pystatgrab 0.5 released
-          </h4>
-          <p>
-            <a href="/pystatgrab/">pystatgrab</a> 0.5 has been
-            released. This release contains an important bugfix.
-          </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>
-            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.
-          </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>
-          <div>
-            <script>
-              (function() {
-                var cx = '015923082814183233257:dz2h65arce8';
-                var gcse = document.createElement('script');
-                gcse.type = 'text/javascript';
-                gcse.async = true;
-                gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
-                    '//www.google.com/cse/cse.js?cx=' + cx;
-                var s = document.getElementsByTagName('script')[0];
-                s.parentNode.insertBefore(gcse, s);
-              })();
-            </script>
-            <gcse:search></gcse:search>
-          </div>
-        </div>
-<!--#include virtual="/footer.inc" -->
-      </div>
-<!--#include virtual="/menu.inc" -->
-    </div>
-  </body>
-</html>