ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/pystatgrab/index.xhtml
(Generate patch)

Comparing web/www/pystatgrab/index.xhtml (file contents):
Revision 1.2 by tdb, Tue Mar 23 20:22:45 2004 UTC vs.
Revision 1.10 by tdb, Wed Aug 25 07:55:43 2004 UTC

# Line 1 | Line 1
1   <!--#include virtual="/doctype.inc" -->
2 <
3 < <head>
4 < <title>i-scream pystatgrab homepage</title>
2 >  <head>
3 >    <title>
4 >      i-scream pystatgrab homepage
5 >    </title>
6   <!--#include virtual="/style.inc" -->
7 < </head>
8 <
9 < <body>
10 <
10 < <div id="container">
11 <
12 < <div id="main">
13 <
7 >  </head>
8 >  <body>
9 >    <div id="container">
10 >      <div id="main">
11   <!--#include virtual="/header.inc" -->
12 <
13 < <div id="contents">
14 <
15 < <h1 class="top">i-scream pystatgrab homepage</h1>
16 <
17 < <div id="topnav">
18 <  <ul>
19 <    <li><a href="#news">News</a></li>
20 <    <li><a href="#what">What is pystatgrab?</a></li>
21 <    <li><a href="#download">Downloading</a></li>
22 <  </ul>
23 < </div>
24 <
25 < <h2><a name="news">News</a></h2>
26 <
27 < <p>
28 < To get notifications of new pystatgrab releases why not subscribe
29 < to our project over on <a href="http://freshmeat.net/projects/pystatgrab/">
30 < freshmeat</a>?
31 < </p>
32 <
33 < <h3>Sunday 21 March 2004</h3>
34 < <p>
35 < Version 0.1 of pystatgrab has been released.<br/>
36 < Download it
37 < <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/pystatgrab-0.1.tar.gz">here</a>.
38 < </p>
39 < <p>
40 < This is the first release of pystatgrab; a set of Python bindings
41 < for the <a href="/libstatgrab/">libstatgrab</a> library. Although
42 < lacking in documentation, it's fairly complete feature wise.
43 < </p>
44 <
45 < <h2><a name="what">What is pystatgrab?</a></h2>
46 <
47 < <p>
48 < pystatgrab is a set of Python bindings for the <a href="/libstatgrab/">
49 < libstatgrab</a> library. It installs as a module and provides a set of
50 < function calls with identical names to the libstatgrab functions. The
51 < returned data types also map logically on to the structures returned
52 < by libstatgrab.
53 < </p>
54 <
55 < <p>
56 < pystatgrab should work on any platform that libstatgrab will work on.
57 < Currently, pystatgrab requires version 0.9 of libstatgrab to function.
58 < </p>
59 <
60 < <h2><a name="download">Downloading</a></h2>
61 <
62 < <p>
63 < The latest version of pystatgrab can be downloaded from our
64 < primary download
65 < <a href="http://www.mirror.ac.uk/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/">mirror</a>.
66 < All downloads are pgp signed using our <a href="/pgpkey.xhtml">PGP Key</a>.
67 < </p>
68 <
69 < <p>
70 < For installation instructions see the README file
71 < contained within the archive. If you're using
72 < <a href="http://www.freebsd.org">FreeBSD</a> you can make use of the
73 < <a href="http://www.freshports.org/devel/py-statgrab">devel/py-statgrab</a>
74 < port to install pystatgrab (and libstatgrab) for you.
75 < </p>
76 <
77 < </div>
78 <
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 >            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 >            Monday 31 May 2004
53 >          </h3>
54 >          <p>
55 >            Version 0.2 of pystatgrab has been released.<br />
56 >            Download it from one of our <a href="/mirrors.xhtml">mirrors</a>.
57 >          </p>
58 >          <p>
59 >            This release brings support for <a href="/libstatgrab/">
60 >            libstatgrab</a> 0.10. The standardised naming scheme from
61 >            libstatgrab has been adopted, and the new functions added.
62 >          </p>
63 >          <h3>
64 >            Sunday 21 March 2004
65 >          </h3>
66 >          <p>
67 >            Version 0.1 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 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 >            <a href="/mirrors.xhtml">mirror sites</a>.
98 >            All downloads are pgp signed using our
99 >            <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 >          </p>
109 >          <h2>
110 >            <a id="development">Development</a>
111 >          </h2>
112 >          <ul>
113 >            <li>
114 >              <a href="/cgi-bin/cvslog.cgi?period=thisweek&amp;module=projects/pystatgrab">Commits this week</a>
115 >            </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 >          </p>
123 >        </div>
124   <!--#include virtual="/footer.inc" -->
125 <
84 < </div>
85 <
125 >      </div>
126   <!--#include virtual="/menu.inc" -->
127 <
128 < </div>
89 <
90 < </body>
127 >    </div>
128 >  </body>
129   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines