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

Comparing web/www/index.xhtml (file contents):
Revision 1.6 by tdb, Tue Mar 23 23:43:23 2004 UTC vs.
Revision 1.33 by tdb, Wed Jun 5 10:49:40 2013 UTC

# Line 33 | Line 33
33              <a id="news">News</a>
34            </h2>
35            <h3>
36 <            Sunday 21 March 2004
36 >            Thursday 12 January 2012
37            </h3>
38            <h4>
39 <            pystatgrab 0.1 released
39 >            Source code moved to Git
40            </h4>
41            <p>
42 <            <a href="/pystatgrab/">pystatgrab</a> 0.1 has been
43 <            released. This is the first release of pystatgrab; a set of
44 <            Python bindings for libstatgrab.
42 >            We've moved both libstatgrab and pystatgrab to their
43 >            own Git repositories. CVS will remain for everything
44 >            else for now.
45            </p>
46            <h3>
47 <            Wednesday 10 March 2004
47 >            Sunday 21 February 2010
48            </h3>
49            <h4>
50 <            libstatgrab 0.9 released
50 >            libstatgrab 0.17 released
51            </h4>
52            <p>
53 <            <a href="/libstatgrab/">libstatgrab</a> 0.9 has been
54 <            released and includes new features and support for new
55 <            platforms.
53 >            <a href="/libstatgrab/">libstatgrab</a> 0.17 has
54 >            been released. This release contains minor changes
55 >            and bugfixes.
56            </p>
57            <h3>
58 <            Wednesday 11 February 2004
58 >            Monday 17 March 2008
59            </h3>
60            <h4>
61 <            libstatgrab 0.8.2 released
61 >            libstatgrab 0.16 released
62            </h4>
63            <p>
64 <            <a href="/libstatgrab/">libstatgrab</a> version 0.8.2
65 <            brings further platform support and Python bindings.
64 >            <a href="/libstatgrab/">libstatgrab</a> 0.16 has
65 >            been released. This release just contains bugfixes.
66            </p>
67            <h3>
68 <            Tuesday 15 July 2003
68 >            Saturday 14 July 2007
69            </h3>
70            <h4>
71 <            i-scream support changes
71 >            libstatgrab 0.15 released
72            </h4>
73            <p>
74 <            We have moved the i-scream support and bug tracking to a
75 <            new facility on the i-scream server. For further details
76 <            please see our <a href="/support.xhtml">support</a> page.
74 >            <a href="/libstatgrab/">libstatgrab</a> 0.15 has
75 >            been released. This release contains mainly bugfixes.
76            </p>
78          <h3>
79            Sunday 8 June 2003
80          </h3>
77            <h4>
78 <            server move
78 >            pystatgrab 0.5 released
79            </h4>
80            <p>
81 <            The i-scream website, email, and CVS facilities are now all
82 <            run from a <a href="http://www.freebsd.org/">FreeBSD</a>
87 <            server.
81 >            <a href="/pystatgrab/">pystatgrab</a> 0.5 has been
82 >            released. This release contains an important bugfix.
83            </p>
84            <h2>
85              <a id="projects">Projects</a>
# Line 133 | Line 128
128              logically map on to those of libstatgrab.
129            </p>
130            <h3>
136            Laroona
137          </h3>
138          <ul>
139            <li>
140              <a href="/laroona/">Laroona homepage</a>
141            </li>
142          </ul>
143          <p>
144            Laroona is the new central monitoring system. It's still
145            very much in the early stages of development, and doesn't
146            have any code available for download yet. Look at the
147            project page for more on the development process.
148          </p>
149          <h3>
131              CMS - Central Monitoring System
132            </h3>
133            <ul>
# Line 160 | Line 141
141              have other related projects, as well as the CMS.
142            </p>
143            <p>
144 <            The CMS is no longer being developed. We are now putting
164 <            our time into a new project redeveloping the CMS. We're
165 <            taking the good ideas from the old CMS, improving some of
166 <            the weaknesses, and we'll hopefully produce are far
167 <            superior product.
144 >            The CMS is no longer being developed.
145            </p>
146            <h2>
147              <a id="about">About</a>
# Line 186 | Line 163
163              Use this form to search the whole i-scream website,
164              courtesy of Google.
165            </p>
166 <          <form method="get" action="http://www.google.com/custom">
167 <            <p>
168 <              <a href="http://www.google.com/search">
169 <                <img src="http://www.google.com/logos/Logo_40wht.gif" alt="Google" />
170 <              </a>
171 <              <input type="hidden" name="domains" value="i-scream.org" />
172 <              <input type="hidden" name="sitesearch" value="i-scream.org" />
173 <              <input type="text" name="q" size="31" maxlength="255" value="" />
174 <              <input type="submit" name="sa" value="Search" />
175 <              <input type="hidden" name="cof" value="S:http://www.i-scream.org/;GL:0;VLC:#3333cc;AH:left;BGC:#ffffff;LH:37;LC:#0000ff;L:http://www.i-scream.org/i-scream.gif;ALC:#3333cc;LW:502;T:#000066;AWFID:d646a9fd69e7d9cb;" />
176 <              </p>
177 <          </form>
166 >          <div>
167 >            <script>
168 >              (function() {
169 >                var cx = '015923082814183233257:dz2h65arce8';
170 >                var gcse = document.createElement('script');
171 >                gcse.type = 'text/javascript';
172 >                gcse.async = true;
173 >                gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
174 >                    '//www.google.com/cse/cse.js?cx=' + cx;
175 >                var s = document.getElementsByTagName('script')[0];
176 >                s.parentNode.insertBefore(gcse, s);
177 >              })();
178 >            </script>
179 >            <gcse:search></gcse:search>
180 >          </div>
181          </div>
182   <!--#include virtual="/footer.inc" -->
183        </div>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines