]> i-scream Git - www.i-scream.org.git/blob - www/pystatgrab/index.shtml
More changes, mostly simple ones in look and feel.
[www.i-scream.org.git] / www / pystatgrab / index.shtml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4 <html>
5
6 <head>
7 <title>i-scream pystatgrab homepage</title>
8 <!--#include virtual="/style.inc" -->
9 </head>
10
11 <body>
12
13 <div id="container">
14
15 <div id="main">
16
17 <!--#include virtual="/header.inc" -->
18
19 <div id="contents"> 
20
21 <h1 class="top">i-scream pystatgrab homepage</h1>
22
23 <div id="topnav">
24   <ul>
25     <li><a href="#news">News</a></li>
26     <li><a href="#what">What is pystatgrab?</a></li>
27     <li><a href="#download">Downloading</a></li>
28   </ul>
29 </div>
30
31 <h2><a name="news">News</a></h2>
32
33 <p>
34 To get notifications of new pystatgrab releases why not subscribe
35 to our project over on <a href="http://freshmeat.net/projects/pystatgrab/">
36 freshmeat</a>?
37 </p>
38
39 <h3>Sunday 21 March 2004</h3>
40 <p>
41 Version 0.1 of pystatgrab has been released.<br/>
42 Download it
43 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.1.tar.gz">here</a>.
44 </p>
45 <p>
46 This is the first release of pystatgrab; a set of Python bindings
47 for the <a href="/libstatgrab/">libstatgrab</a> library. Although
48 lacking in documentation, it's fairly complete feature wise.
49 </p>
50
51 <h2><a name="what">What is pystatgrab?</a></h2>
52
53 <p>
54 pystatgrab is a set of Python bindings for the <a href="/libstatgrab/">
55 libstatgrab</a> library. It installs as a module and provides a set of
56 function calls with identical names to the libstatgrab functions. The
57 returned data types also map logically on to the structures returned
58 by libstatgrab.
59 </p>
60
61 <p>
62 pystatgrab should work on any platform that libstatgrab will work on.
63 Currently, pystatgrab requires version 0.9 of libstatgrab to function.
64 </p>
65
66 <h2><a name="download">Downloading</a></h2>
67
68 <p>
69 The latest version of pystatgrab can be downloaded from our
70 primary download
71 <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/">mirror</a>.
72 All downloads are pgp signed using our <a href="/pgpkey.shtml">PGP Key</a>.
73 </p>
74
75 <p>
76 For installation instructions see the README file
77 contained within the archive. If you're using
78 <a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
79 <a href="http://www.freshports.org/devel/py-statgrab">devel/py-statgrab</a>
80 port to install pystatgrab (and libstatgrab) for you.
81 </p>
82
83 </div>
84
85 <!--#include virtual="/footer.inc" -->
86
87 </div>
88
89 <!--#include virtual="/menu.inc" -->
90
91 </div>
92
93 </body>
94 </html>