ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.18
Committed: Fri Jun 21 16:50:18 2013 UTC (10 years, 10 months ago) by tdb
Branch: MAIN
Changes since 1.17: +4 -23 lines
Log Message:
Various website updates.

The main change is the removal of RT email addresses.

File Contents

# User Rev Content
1 tdb 1.2 <!--#include virtual="/doctype.inc" -->
2 tdb 1.3 <head>
3     <title>
4 tdb 1.18 pystatgrab homepage
5 tdb 1.3 </title>
6 tdb 1.1 <!--#include virtual="/style.inc" -->
7 tdb 1.3 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.1 <!--#include virtual="/header.inc" -->
12 tdb 1.3 <div id="contents">
13     <h1 class="top">
14 tdb 1.18 pystatgrab homepage
15 tdb 1.3 </h1>
16     <div id="topnav">
17     <ul>
18     <li>
19     <a href="#news">News</a>
20     </li>
21     <li>
22     <a href="#what">What is pystatgrab?</a>
23     </li>
24     <li>
25     <a href="#download">Downloading</a>
26     </li>
27 tdb 1.4 <li>
28     <a href="#development">Development</a>
29     </li>
30 tdb 1.3 </ul>
31     </div>
32     <h2>
33     <a id="news">News</a>
34     </h2>
35     <h3>
36 tdb 1.16 Saturday 14 July 2007
37     </h3>
38     <p>
39     Version 0.5 of pystatgrab has been released.<br />
40     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
41     </p>
42     <p>
43     This release fixes a potential crash when calling
44     sg_get_process_stats() multiple times. It also chases API
45     changes in <a href="/libstatgrab/">libstatgrab</a> 0.13.
46     </p>
47     <h3>
48 tdb 1.13 Sunday 31 July 2005
49 tdb 1.11 </h3>
50     <p>
51     Version 0.4 of pystatgrab has been released.<br />
52     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
53     </p>
54     <p>
55     This release chases API changes in
56     <a href="/libstatgrab/">libstatgrab</a> 0.12.
57     </p>
58     <h3>
59 tdb 1.12 Tuesday 26 April 2005
60     </h3>
61     <p>
62     Official pystatgrab packages for Debian now
63     <a href="http://packages.debian.org/unstable/source/pystatgrab">available</a>.
64     </p>
65     <p>
66     Thanks to the work of
67     <a href="mailto:fenio@debian.org">Bartosz Fenski</a>
68     pystatgrab is now available on debian.
69     </p>
70     <h3>
71 tdb 1.10 Tuesday 25 August 2004
72     </h3>
73     <p>
74     Version 0.3 of pystatgrab has been released.<br />
75     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
76     </p>
77     <p>
78     This release catches up on new features available in
79     <a href="/libstatgrab/">libstatgrab</a> 0.10.2.
80     </p>
81     <h3>
82 tdb 1.6 Monday 31 May 2004
83     </h3>
84     <p>
85     Version 0.2 of pystatgrab has been released.<br />
86 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
87 tdb 1.6 </p>
88     <p>
89 tdb 1.7 This release brings support for <a href="/libstatgrab/">
90 tdb 1.6 libstatgrab</a> 0.10. The standardised naming scheme from
91     libstatgrab has been adopted, and the new functions added.
92     </p>
93     <h3>
94 tdb 1.3 Sunday 21 March 2004
95     </h3>
96     <p>
97     Version 0.1 of pystatgrab has been released.<br />
98 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
99 tdb 1.3 </p>
100     <p>
101     This is the first release of pystatgrab; a set of Python
102     bindings for the <a href="/libstatgrab/">libstatgrab</a>
103     library. Although lacking in documentation, it's fairly
104     complete feature wise.
105     </p>
106     <h2>
107     <a id="what">What is pystatgrab?</a>
108     </h2>
109     <p>
110     pystatgrab is a set of Python bindings for the
111     <a href="/libstatgrab/">libstatgrab</a> library. It installs
112     as a module and provides a set of function calls with
113     identical names to the libstatgrab functions. The returned
114     data types also map logically on to the structures returned
115     by libstatgrab.
116     </p>
117     <p>
118     pystatgrab should work on any platform that libstatgrab
119 tdb 1.18 will work on. Currently, pystatgrab requires version 0.9
120     or later of libstatgrab to function.
121 tdb 1.3 </p>
122     <h2>
123     <a id="download">Downloading</a>
124     </h2>
125     <p>
126     The latest version of pystatgrab can be downloaded from our
127 tdb 1.9 <a href="/mirrors.xhtml">mirror sites</a>.
128     All downloads are pgp signed using our
129 tdb 1.3 <a href="/pgpkey.xhtml">PGP Key</a>.
130     </p>
131     <p>
132     For installation instructions see the README file contained
133     within the archive. If you're using
134     <a href="http://www.freebsd.org">FreeBSD</a> you can make use of
135     the <a href="http://www.freshports.org/devel/py-statgrab">
136     devel/py-statgrab</a> port to install pystatgrab (and
137 tdb 1.12 libstatgrab) for you. There's also a
138     <a href="http://packages.debian.org/unstable/source/pystatgrab">
139 tdb 1.15 Debian package</a> available, and
140     <a href="http://software.opensuse.org/download/home:/anagappan/">
141     RPMs for various Linux distributions</a>.
142 tdb 1.4 </p>
143 tdb 1.3 </div>
144 tdb 1.1 <!--#include virtual="/footer.inc" -->
145 tdb 1.3 </div>
146 tdb 1.1 <!--#include virtual="/menu.inc" -->
147 tdb 1.3 </div>
148     </body>
149 tdb 1.1 </html>