]> i-scream Git - www.i-scream.org.git/blobdiff - htdocs/pystatgrab/index.xhtml
libstatgrab and pystatgrab websites have moved.
[www.i-scream.org.git] / htdocs / pystatgrab / index.xhtml
diff --git a/htdocs/pystatgrab/index.xhtml b/htdocs/pystatgrab/index.xhtml
deleted file mode 100644 (file)
index 4cf885a..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-<!--#include virtual="/doctype.inc" -->
-  <head>
-    <title>
-      pystatgrab homepage
-    </title>
-<!--#include virtual="/style.inc" -->
-  </head>
-  <body>
-    <div id="container">
-      <div id="main">
-<!--#include virtual="/header.inc" -->
-        <div id="contents">
-          <h1 class="top">
-            pystatgrab homepage
-          </h1>
-          <div id="topnav">
-            <ul>
-              <li>
-                <a href="#news">News</a>
-              </li>
-              <li>
-                <a href="#what">What is pystatgrab?</a>
-              </li>
-              <li>
-                <a href="#download">Downloading</a>
-              </li>
-              <li>
-                <a href="#development">Development</a>
-              </li>
-            </ul>
-          </div>
-          <h2>
-            <a id="news">News</a>
-          </h2>
-          <h3>
-            Wednesday 13 April 2016
-          </h3>
-          <p>
-            Version 0.7 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This version adds support for Python 3.
-          </p>
-          <p>
-            If you find any bugs in the release please report them
-            over at our
-            <a href="https://github.com/libstatgrab/pystatgrab/issues">Issue
-            Tracker</a> on GitHub.
-          </p>
-          <h3>
-            Monday 14 July 2014
-          </h3>
-          <p>
-            Version 0.6 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This release catches up with all the API changes made in
-            <a href="/libstatgrab/">libstatgrab</a> 0.90+. It requires
-            at least version 0.91 of libstatgrab.
-          </p>
-          <p>
-            If you find any bugs in the release please report them
-            over at our
-            <a href="https://github.com/libstatgrab/pystatgrab/issues">Issue
-            Tracker</a> on GitHub.
-          </p>
-          <h3>
-            Saturday 14 July 2007
-          </h3>
-          <p>
-            Version 0.5 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This release fixes a potential crash when calling
-            sg_get_process_stats() multiple times. It also chases API
-            changes in <a href="/libstatgrab/">libstatgrab</a> 0.13.
-          </p>
-          <h3>
-            Sunday 31 July 2005
-          </h3>
-          <p>
-            Version 0.4 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This release chases API changes in
-            <a href="/libstatgrab/">libstatgrab</a> 0.12.
-          </p>
-          <h3>
-            Tuesday 26 April 2005
-          </h3>
-          <p>
-            Official pystatgrab packages for Debian now
-            <a href="https://packages.debian.org/unstable/source/pystatgrab">available</a>.
-          </p>
-          <p>
-            Thanks to the work of
-            <a href="mailto:fenio@debian.org">Bartosz Fenski</a>
-            pystatgrab is now available on debian.
-          </p>
-          <h3>
-            Tuesday 25 August 2004
-          </h3>
-          <p>
-            Version 0.3 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This release catches up on new features available in
-            <a href="/libstatgrab/">libstatgrab</a> 0.10.2.
-          </p>
-          <h3>
-            Monday 31 May 2004
-          </h3>
-          <p>
-            Version 0.2 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This release brings support for <a href="/libstatgrab/">
-            libstatgrab</a> 0.10. The standardised naming scheme from
-            libstatgrab has been adopted, and the new functions added.
-          </p>
-          <h3>
-            Sunday 21 March 2004
-          </h3>
-          <p>
-            Version 0.1 of pystatgrab has been released.<br />
-            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
-          </p>
-          <p>
-            This is the first release of pystatgrab; a set of Python
-            bindings for the <a href="/libstatgrab/">libstatgrab</a>
-            library. Although lacking in documentation, it's fairly
-            complete feature wise.
-          </p>
-          <h2>
-            <a id="what">What is pystatgrab?</a>
-          </h2>
-          <p>
-            pystatgrab is a set of Python bindings for the
-            <a href="/libstatgrab/">libstatgrab</a> library. It installs
-            as a module and provides a set of function calls with
-            identical names to the libstatgrab functions. The returned
-            data types also map logically on to the structures returned
-            by libstatgrab.
-          </p>
-          <p>
-            pystatgrab should work on any platform that libstatgrab
-            will work on. Currently, pystatgrab requires version 0.91
-            or later of libstatgrab to function.
-          </p>
-          <h2>
-            <a id="download">Downloading</a>
-          </h2>
-          <p>
-            The latest version of pystatgrab can be downloaded from our
-            <a href="/mirrors.xhtml">mirror sites</a>.
-            All downloads are pgp signed using our
-            <a href="/pgpkey.xhtml">PGP Key</a>.
-          </p>
-          <p>
-            For installation instructions see the README file contained
-            within the archive. If you're using
-            <a href="https://www.freebsd.org">FreeBSD</a> you can make use of
-            the <a href="https://www.freshports.org/devel/py-statgrab">
-            devel/py-statgrab</a> port to install pystatgrab (and
-            libstatgrab) for you. There's also a
-            <a href="https://packages.debian.org/unstable/source/pystatgrab">
-            Debian package</a> available.
-          </p>
-        </div>
-<!--#include virtual="/footer.inc" -->
-      </div>
-<!--#include virtual="/menu.inc" -->
-    </div>
-  </body>
-</html>