ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
Revision: 1.14
Committed: Wed Mar 8 15:19:17 2006 UTC (18 years, 1 month ago) by tdb
Branch: MAIN
Changes since 1.13: +1 -0 lines
Log Message:
And one more, image.

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