ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.16
Committed: Fri Jul 13 22:44:02 2007 UTC (16 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.15: +12 -0 lines
Log Message:
pystatgrab 0.5.

File Contents

# User Rev Content
1 tdb 1.2 <!--#include virtual="/doctype.inc" -->
2 tdb 1.3 <head>
3     <title>
4     i-scream pystatgrab homepage
5     </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     i-scream pystatgrab homepage
15     </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 tdb 1.14 <!--#include virtual="/bannerad.inc" -->
33 tdb 1.3 <h2>
34     <a id="news">News</a>
35     </h2>
36     <p>
37     To get notifications of new pystatgrab releases why not
38     subscribe to our project over on
39     <a href="http://freshmeat.net/projects/pystatgrab/">freshmeat</a>?
40     </p>
41     <h3>
42 tdb 1.16 Saturday 14 July 2007
43     </h3>
44     <p>
45     Version 0.5 of pystatgrab has been released.<br />
46     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
47     </p>
48     <p>
49     This release fixes a potential crash when calling
50     sg_get_process_stats() multiple times. It also chases API
51     changes in <a href="/libstatgrab/">libstatgrab</a> 0.13.
52     </p>
53     <h3>
54 tdb 1.13 Sunday 31 July 2005
55 tdb 1.11 </h3>
56     <p>
57     Version 0.4 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 chases API changes in
62     <a href="/libstatgrab/">libstatgrab</a> 0.12.
63     </p>
64     <h3>
65 tdb 1.12 Tuesday 26 April 2005
66     </h3>
67     <p>
68     Official pystatgrab packages for Debian now
69     <a href="http://packages.debian.org/unstable/source/pystatgrab">available</a>.
70     </p>
71     <p>
72     Thanks to the work of
73     <a href="mailto:fenio@debian.org">Bartosz Fenski</a>
74     pystatgrab is now available on debian.
75     </p>
76     <h3>
77 tdb 1.10 Tuesday 25 August 2004
78     </h3>
79     <p>
80     Version 0.3 of pystatgrab has been released.<br />
81     Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
82     </p>
83     <p>
84     This release catches up on new features available in
85     <a href="/libstatgrab/">libstatgrab</a> 0.10.2.
86     </p>
87     <h3>
88 tdb 1.6 Monday 31 May 2004
89     </h3>
90     <p>
91     Version 0.2 of pystatgrab has been released.<br />
92 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
93 tdb 1.6 </p>
94     <p>
95 tdb 1.7 This release brings support for <a href="/libstatgrab/">
96 tdb 1.6 libstatgrab</a> 0.10. The standardised naming scheme from
97     libstatgrab has been adopted, and the new functions added.
98     </p>
99     <h3>
100 tdb 1.3 Sunday 21 March 2004
101     </h3>
102     <p>
103     Version 0.1 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.3 </p>
106     <p>
107     This is the first release of pystatgrab; a set of Python
108     bindings for the <a href="/libstatgrab/">libstatgrab</a>
109     library. Although lacking in documentation, it's fairly
110     complete feature wise.
111     </p>
112     <h2>
113     <a id="what">What is pystatgrab?</a>
114     </h2>
115     <p>
116     pystatgrab is a set of Python bindings for the
117     <a href="/libstatgrab/">libstatgrab</a> library. It installs
118     as a module and provides a set of function calls with
119     identical names to the libstatgrab functions. The returned
120     data types also map logically on to the structures returned
121     by libstatgrab.
122     </p>
123     <p>
124     pystatgrab should work on any platform that libstatgrab
125     will work on. Currently, pystatgrab requires version 0.9 of
126     libstatgrab to function.
127     </p>
128     <h2>
129     <a id="download">Downloading</a>
130     </h2>
131     <p>
132     The latest version of pystatgrab can be downloaded from our
133 tdb 1.9 <a href="/mirrors.xhtml">mirror sites</a>.
134     All downloads are pgp signed using our
135 tdb 1.3 <a href="/pgpkey.xhtml">PGP Key</a>.
136     </p>
137     <p>
138     For installation instructions see the README file contained
139     within the archive. If you're using
140     <a href="http://www.freebsd.org">FreeBSD</a> you can make use of
141     the <a href="http://www.freshports.org/devel/py-statgrab">
142     devel/py-statgrab</a> port to install pystatgrab (and
143 tdb 1.12 libstatgrab) for you. There's also a
144     <a href="http://packages.debian.org/unstable/source/pystatgrab">
145 tdb 1.15 Debian package</a> available, and
146     <a href="http://software.opensuse.org/download/home:/anagappan/">
147     RPMs for various Linux distributions</a>.
148 tdb 1.4 </p>
149     <h2>
150     <a id="development">Development</a>
151     </h2>
152     <ul>
153     <li>
154 tdb 1.5 <a href="/cgi-bin/cvslog.cgi?period=thisweek&amp;module=projects/pystatgrab">Commits this week</a>
155 tdb 1.4 </li>
156     </ul>
157     <p>
158     We develop pystatgrab using the CVS revision control system.
159     Using this link you can see what changes we've made this week.
160     For more information on our CVS setup see our
161     <a href="/cvs.xhtml">CVS page</a>.
162 tdb 1.3 </p>
163     </div>
164 tdb 1.1 <!--#include virtual="/footer.inc" -->
165 tdb 1.3 </div>
166 tdb 1.1 <!--#include virtual="/menu.inc" -->
167 tdb 1.3 </div>
168     </body>
169 tdb 1.1 </html>