ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.10
Committed: Wed Aug 25 07:55:43 2004 UTC (19 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.9: +11 -0 lines
Log Message:
New releases of libstatgrab and pystatgrab.

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