ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.20
Committed: Mon Jul 14 16:10:34 2014 UTC (9 years, 9 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +2 -4 lines
Log Message:
Needs libstatgrab 0.91.

RPM page no longer works.

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.19 Monday 14 July 2014
37     </h3>
38     <p>
39     Version 0.6 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 catches up with all the API changes made in
44     <a href="/libstatgrab/">libstatgrab</a> 0.90+. It requires
45     at least version 0.91 of libstatgrab.
46     </p>
47     <p>
48     If you find any bugs in the release please report them
49     over at our
50     <a href="https://github.com/i-scream/pystatgrab/issues">Issue
51     Tracker</a> on GitHub.
52     </p>
53     <h3>
54 tdb 1.16 Saturday 14 July 2007
55     </h3>
56     <p>
57     Version 0.5 of pystatgrab has been released.<br />
58     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
59     </p>
60     <p>
61     This release fixes a potential crash when calling
62     sg_get_process_stats() multiple times. It also chases API
63     changes in <a href="/libstatgrab/">libstatgrab</a> 0.13.
64     </p>
65     <h3>
66 tdb 1.13 Sunday 31 July 2005
67 tdb 1.11 </h3>
68     <p>
69     Version 0.4 of pystatgrab has been released.<br />
70     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
71     </p>
72     <p>
73     This release chases API changes in
74     <a href="/libstatgrab/">libstatgrab</a> 0.12.
75     </p>
76     <h3>
77 tdb 1.12 Tuesday 26 April 2005
78     </h3>
79     <p>
80     Official pystatgrab packages for Debian now
81     <a href="http://packages.debian.org/unstable/source/pystatgrab">available</a>.
82     </p>
83     <p>
84     Thanks to the work of
85     <a href="mailto:fenio@debian.org">Bartosz Fenski</a>
86     pystatgrab is now available on debian.
87     </p>
88     <h3>
89 tdb 1.10 Tuesday 25 August 2004
90     </h3>
91     <p>
92     Version 0.3 of pystatgrab has been released.<br />
93     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
94     </p>
95     <p>
96     This release catches up on new features available in
97     <a href="/libstatgrab/">libstatgrab</a> 0.10.2.
98     </p>
99     <h3>
100 tdb 1.6 Monday 31 May 2004
101     </h3>
102     <p>
103     Version 0.2 of pystatgrab has been released.<br />
104 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
105 tdb 1.6 </p>
106     <p>
107 tdb 1.7 This release brings support for <a href="/libstatgrab/">
108 tdb 1.6 libstatgrab</a> 0.10. The standardised naming scheme from
109     libstatgrab has been adopted, and the new functions added.
110     </p>
111     <h3>
112 tdb 1.3 Sunday 21 March 2004
113     </h3>
114     <p>
115     Version 0.1 of pystatgrab has been released.<br />
116 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
117 tdb 1.3 </p>
118     <p>
119     This is the first release of pystatgrab; a set of Python
120     bindings for the <a href="/libstatgrab/">libstatgrab</a>
121     library. Although lacking in documentation, it's fairly
122     complete feature wise.
123     </p>
124     <h2>
125     <a id="what">What is pystatgrab?</a>
126     </h2>
127     <p>
128     pystatgrab is a set of Python bindings for the
129     <a href="/libstatgrab/">libstatgrab</a> library. It installs
130     as a module and provides a set of function calls with
131     identical names to the libstatgrab functions. The returned
132     data types also map logically on to the structures returned
133     by libstatgrab.
134     </p>
135     <p>
136     pystatgrab should work on any platform that libstatgrab
137 tdb 1.20 will work on. Currently, pystatgrab requires version 0.91
138 tdb 1.18 or later of libstatgrab to function.
139 tdb 1.3 </p>
140     <h2>
141     <a id="download">Downloading</a>
142     </h2>
143     <p>
144     The latest version of pystatgrab can be downloaded from our
145 tdb 1.9 <a href="/mirrors.xhtml">mirror sites</a>.
146     All downloads are pgp signed using our
147 tdb 1.3 <a href="/pgpkey.xhtml">PGP Key</a>.
148     </p>
149     <p>
150     For installation instructions see the README file contained
151     within the archive. If you're using
152     <a href="http://www.freebsd.org">FreeBSD</a> you can make use of
153     the <a href="http://www.freshports.org/devel/py-statgrab">
154     devel/py-statgrab</a> port to install pystatgrab (and
155 tdb 1.12 libstatgrab) for you. There's also a
156     <a href="http://packages.debian.org/unstable/source/pystatgrab">
157 tdb 1.20 Debian package</a> available.
158 tdb 1.4 </p>
159 tdb 1.3 </div>
160 tdb 1.1 <!--#include virtual="/footer.inc" -->
161 tdb 1.3 </div>
162 tdb 1.1 <!--#include virtual="/menu.inc" -->
163 tdb 1.3 </div>
164     </body>
165 tdb 1.1 </html>