ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.9
Committed: Sun Aug 1 15:31:07 2004 UTC (19 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.8: +4 -9 lines
Log Message:
Point at mirrors page.

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     <h2>
33     <a id="news">News</a>
34     </h2>
35     <p>
36     To get notifications of new pystatgrab releases why not
37     subscribe to our project over on
38     <a href="http://freshmeat.net/projects/pystatgrab/">freshmeat</a>?
39     </p>
40     <h3>
41 tdb 1.6 Monday 31 May 2004
42     </h3>
43     <p>
44     Version 0.2 of pystatgrab has been released.<br />
45 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
46 tdb 1.6 </p>
47     <p>
48 tdb 1.7 This release brings support for <a href="/libstatgrab/">
49 tdb 1.6 libstatgrab</a> 0.10. The standardised naming scheme from
50     libstatgrab has been adopted, and the new functions added.
51     </p>
52     <h3>
53 tdb 1.3 Sunday 21 March 2004
54     </h3>
55     <p>
56     Version 0.1 of pystatgrab has been released.<br />
57 tdb 1.9 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
58 tdb 1.3 </p>
59     <p>
60     This is the first release of pystatgrab; a set of Python
61     bindings for the <a href="/libstatgrab/">libstatgrab</a>
62     library. Although lacking in documentation, it's fairly
63     complete feature wise.
64     </p>
65     <h2>
66     <a id="what">What is pystatgrab?</a>
67     </h2>
68     <p>
69     pystatgrab is a set of Python bindings for the
70     <a href="/libstatgrab/">libstatgrab</a> library. It installs
71     as a module and provides a set of function calls with
72     identical names to the libstatgrab functions. The returned
73     data types also map logically on to the structures returned
74     by libstatgrab.
75     </p>
76     <p>
77     pystatgrab should work on any platform that libstatgrab
78     will work on. Currently, pystatgrab requires version 0.9 of
79     libstatgrab to function.
80     </p>
81     <h2>
82     <a id="download">Downloading</a>
83     </h2>
84     <p>
85     The latest version of pystatgrab can be downloaded from our
86 tdb 1.9 <a href="/mirrors.xhtml">mirror sites</a>.
87     All downloads are pgp signed using our
88 tdb 1.3 <a href="/pgpkey.xhtml">PGP Key</a>.
89     </p>
90     <p>
91     For installation instructions see the README file contained
92     within the archive. If you're using
93     <a href="http://www.freebsd.org">FreeBSD</a> you can make use of
94     the <a href="http://www.freshports.org/devel/py-statgrab">
95     devel/py-statgrab</a> port to install pystatgrab (and
96     libstatgrab) for you.
97 tdb 1.4 </p>
98     <h2>
99     <a id="development">Development</a>
100     </h2>
101     <ul>
102     <li>
103 tdb 1.5 <a href="/cgi-bin/cvslog.cgi?period=thisweek&amp;module=projects/pystatgrab">Commits this week</a>
104 tdb 1.4 </li>
105     </ul>
106     <p>
107     We develop pystatgrab using the CVS revision control system.
108     Using this link you can see what changes we've made this week.
109     For more information on our CVS setup see our
110     <a href="/cvs.xhtml">CVS page</a>.
111 tdb 1.3 </p>
112     </div>
113 tdb 1.1 <!--#include virtual="/footer.inc" -->
114 tdb 1.3 </div>
115 tdb 1.1 <!--#include virtual="/menu.inc" -->
116 tdb 1.3 </div>
117     </body>
118 tdb 1.1 </html>