ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.12
Committed: Sun Jul 31 09:10:47 2005 UTC (18 years, 9 months ago) by tdb
Branch: MAIN
Changes since 1.11: +15 -1 lines
Log Message:
Forgot to mention the debian package of pystatgrab.

File Contents

# Content
1 <!--#include virtual="/doctype.inc" -->
2 <head>
3 <title>
4 i-scream pystatgrab homepage
5 </title>
6 <!--#include virtual="/style.inc" -->
7 </head>
8 <body>
9 <div id="container">
10 <div id="main">
11 <!--#include virtual="/header.inc" -->
12 <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 <li>
28 <a href="#development">Development</a>
29 </li>
30 </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 Sunday 31 August 2005
42 </h3>
43 <p>
44 Version 0.4 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 chases API changes in
49 <a href="/libstatgrab/">libstatgrab</a> 0.12.
50 </p>
51 <h3>
52 Tuesday 26 April 2005
53 </h3>
54 <p>
55 Official pystatgrab packages for Debian now
56 <a href="http://packages.debian.org/unstable/source/pystatgrab">available</a>.
57 </p>
58 <p>
59 Thanks to the work of
60 <a href="mailto:fenio@debian.org">Bartosz Fenski</a>
61 pystatgrab is now available on debian.
62 </p>
63 <h3>
64 Tuesday 25 August 2004
65 </h3>
66 <p>
67 Version 0.3 of pystatgrab has been released.<br />
68 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
69 </p>
70 <p>
71 This release catches up on new features available in
72 <a href="/libstatgrab/">libstatgrab</a> 0.10.2.
73 </p>
74 <h3>
75 Monday 31 May 2004
76 </h3>
77 <p>
78 Version 0.2 of pystatgrab has been released.<br />
79 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
80 </p>
81 <p>
82 This release brings support for <a href="/libstatgrab/">
83 libstatgrab</a> 0.10. The standardised naming scheme from
84 libstatgrab has been adopted, and the new functions added.
85 </p>
86 <h3>
87 Sunday 21 March 2004
88 </h3>
89 <p>
90 Version 0.1 of pystatgrab has been released.<br />
91 Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
92 </p>
93 <p>
94 This is the first release of pystatgrab; a set of Python
95 bindings for the <a href="/libstatgrab/">libstatgrab</a>
96 library. Although lacking in documentation, it's fairly
97 complete feature wise.
98 </p>
99 <h2>
100 <a id="what">What is pystatgrab?</a>
101 </h2>
102 <p>
103 pystatgrab is a set of Python bindings for the
104 <a href="/libstatgrab/">libstatgrab</a> library. It installs
105 as a module and provides a set of function calls with
106 identical names to the libstatgrab functions. The returned
107 data types also map logically on to the structures returned
108 by libstatgrab.
109 </p>
110 <p>
111 pystatgrab should work on any platform that libstatgrab
112 will work on. Currently, pystatgrab requires version 0.9 of
113 libstatgrab to function.
114 </p>
115 <h2>
116 <a id="download">Downloading</a>
117 </h2>
118 <p>
119 The latest version of pystatgrab can be downloaded from our
120 <a href="/mirrors.xhtml">mirror sites</a>.
121 All downloads are pgp signed using our
122 <a href="/pgpkey.xhtml">PGP Key</a>.
123 </p>
124 <p>
125 For installation instructions see the README file contained
126 within the archive. If you're using
127 <a href="http://www.freebsd.org">FreeBSD</a> you can make use of
128 the <a href="http://www.freshports.org/devel/py-statgrab">
129 devel/py-statgrab</a> port to install pystatgrab (and
130 libstatgrab) for you. There's also a
131 <a href="http://packages.debian.org/unstable/source/pystatgrab">
132 Debian package</a> available.
133 </p>
134 <h2>
135 <a id="development">Development</a>
136 </h2>
137 <ul>
138 <li>
139 <a href="/cgi-bin/cvslog.cgi?period=thisweek&amp;module=projects/pystatgrab">Commits this week</a>
140 </li>
141 </ul>
142 <p>
143 We develop pystatgrab using the CVS revision control system.
144 Using this link you can see what changes we've made this week.
145 For more information on our CVS setup see our
146 <a href="/cvs.xhtml">CVS page</a>.
147 </p>
148 </div>
149 <!--#include virtual="/footer.inc" -->
150 </div>
151 <!--#include virtual="/menu.inc" -->
152 </div>
153 </body>
154 </html>