ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/index.xhtml
Revision: 1.37
Committed: Fri Aug 9 23:43:24 2013 UTC (10 years, 7 months ago) by tdb
Branch: MAIN
Changes since 1.36: +9 -0 lines
Log Message:
Add note about new PGP keys.

File Contents

# User Rev Content
1 tdb 1.4 <!--#include virtual="/doctype.inc" -->
2 tdb 1.6 <head>
3     <title>
4     i-scream homepage
5     </title>
6 tdb 1.3 <!--#include virtual="/style.inc" -->
7 tdb 1.6 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.3 <!--#include virtual="/header.inc" -->
12 tdb 1.6 <div id="contents">
13     <h1 class="top">
14     i-scream homepage
15     </h1>
16     <div id="topnav">
17     <ul>
18     <li>
19     <a href="#news">News</a>
20     </li>
21     <li>
22     <a href="#projects">Projects</a>
23     </li>
24     <li>
25     <a href="#about">About</a>
26     </li>
27     <li>
28     <a href="#search">Search</a>
29     </li>
30     </ul>
31     </div>
32     <h2>
33     <a id="news">News</a>
34     </h2>
35     <h3>
36 tdb 1.36 Friday 9 August 2013
37     </h3>
38     <h4>
39 tdb 1.37 New PGP keys
40     </h4>
41     <p>
42     We've updated our <a href="pgpkey.xhtml">PGP keys</a> with
43     new ones that conform better to current best practices. If
44     you're relying on them to validate our software please
45     grab our new keys instead.
46     </p>
47     <h4>
48 tdb 1.36 Old ticket tracker removed
49     </h4>
50     <p>
51     Our old email based support system has now been
52     deprecated, along with the two email addresses that pointed
53     at it - bugs@ and support@. The main reason for this was
54     the sheer amount of spam we were getting, even with
55     anti-spam measures in place. But also because the amount
56     of issues logged outweighs the need to run our own system
57     at the moment.
58     </p>
59     <p>
60     If you have an issue to report, please see our
61     <a href="support.xhtml">bug reporting page</a> for more
62     information on the best way to do it. If you had an
63     outstanding issue in the old system we should have
64     contacted you by now, so if you haven't heard anything
65     from us assume it got lost and log a new issue as
66     described on the aforementioned page.
67     </p>
68     <h3>
69 tdb 1.35 Thursday 8 August 2013
70     </h3>
71     <h4>
72     libstatgrab 0.90 released
73     </h4>
74     <p>
75     <a href="/libstatgrab/">libstatgrab</a> 0.90 has
76     been released. This release contains a significant number
77     of changes and has a number of API changes.
78     </p>
79     <h3>
80 tdb 1.32 Thursday 12 January 2012
81     </h3>
82     <h4>
83     Source code moved to Git
84     </h4>
85     <p>
86 tdb 1.34 We've moved both
87     <a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
88     and
89     <a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
90     to their own Git repositories. CVS will remain for
91     everything else for now.
92 tdb 1.32 </p>
93     <h3>
94 tdb 1.31 Sunday 21 February 2010
95     </h3>
96     <h4>
97     libstatgrab 0.17 released
98     </h4>
99     <p>
100     <a href="/libstatgrab/">libstatgrab</a> 0.17 has
101     been released. This release contains minor changes
102     and bugfixes.
103     </p>
104     <h3>
105 tdb 1.30 Monday 17 March 2008
106     </h3>
107     <h4>
108     libstatgrab 0.16 released
109     </h4>
110     <p>
111     <a href="/libstatgrab/">libstatgrab</a> 0.16 has
112     been released. This release just contains bugfixes.
113     </p>
114     <h3>
115 tdb 1.28 Saturday 14 July 2007
116     </h3>
117     <h4>
118     libstatgrab 0.15 released
119     </h4>
120     <p>
121     <a href="/libstatgrab/">libstatgrab</a> 0.15 has
122     been released. This release contains mainly bugfixes.
123     </p>
124 tdb 1.29 <h4>
125     pystatgrab 0.5 released
126     </h4>
127     <p>
128     <a href="/pystatgrab/">pystatgrab</a> 0.5 has been
129     released. This release contains an important bugfix.
130     </p>
131 tdb 1.6 <h2>
132     <a id="projects">Projects</a>
133     </h2>
134     <h3>
135     libstatgrab
136     </h3>
137     <ul>
138     <li>
139     <a href="/libstatgrab/">libstatgrab homepage</a>
140     </li>
141     </ul>
142     <p>
143     libstatgrab is a library and tool set for acquiring system
144     statistics from the operating system. An API is provided
145     for other applications to easily accesses a variety of
146     system statistics, including, amongst other things, CPU
147     usage, VM usage, disk statistics, and network interface
148     usage.
149     </p>
150     <p>
151     A handful of tools are also provided to make this
152     information more readily available to users. A curses based
153     tool gives users a "top like" view of the current state of
154     their system, and a "sysctl like" tool gives easy access to
155     the statistics for other applications that can't easily
156     used the C API.
157     </p>
158     <p>
159     Finally scripts are provided to quickly setup MRTG to use
160     libstatgrab for generating graphs of the available
161     statistics.
162     </p>
163     <h3>
164     pystatgrab
165     </h3>
166     <ul>
167     <li>
168     <a href="/pystatgrab/">pystatgrab homepage</a>
169     </li>
170     </ul>
171     <p>
172     pystatgrab is a set of Python bindings for the libstatgrab
173     library. It provides a set of function calls identical to
174     those of libstatgrab, and returns data in structures that
175     logically map on to those of libstatgrab.
176     </p>
177     <h3>
178     CMS - Central Monitoring System
179     </h3>
180     <ul>
181     <li>
182     <a href="/cms/">CMS homepage</a>
183     </li>
184     </ul>
185     <p>
186     i-scream originally started out with just the CMS (Central
187     Monitoring System) project. Since then it's moved on to
188     have other related projects, as well as the CMS.
189     </p>
190     <p>
191 tdb 1.32 The CMS is no longer being developed.
192 tdb 1.6 </p>
193     <h2>
194     <a id="about">About</a>
195     </h2>
196     <p>
197     The i-scream group is a causual team of individuals with a
198     variety of personal interests, working together to produce
199     software, tools, and libraries that might be of use or
200     interest to others.
201     </p>
202     <p>
203     To find out more about who we are see the
204     <a href="/who.xhtml">Who We Are</a> webpage.
205     </p>
206     <h2>
207     <a id="search">Search</a>
208     </h2>
209     <p>
210     Use this form to search the whole i-scream website,
211     courtesy of Google.
212     </p>
213 tdb 1.33 <div>
214     <script>
215     (function() {
216     var cx = '015923082814183233257:dz2h65arce8';
217     var gcse = document.createElement('script');
218     gcse.type = 'text/javascript';
219     gcse.async = true;
220     gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
221     '//www.google.com/cse/cse.js?cx=' + cx;
222     var s = document.getElementsByTagName('script')[0];
223     s.parentNode.insertBefore(gcse, s);
224     })();
225     </script>
226     <gcse:search></gcse:search>
227     </div>
228 tdb 1.6 </div>
229 tdb 1.3 <!--#include virtual="/footer.inc" -->
230 tdb 1.6 </div>
231 tdb 1.3 <!--#include virtual="/menu.inc" -->
232 tdb 1.6 </div>
233     </body>
234 tdb 1.3 </html>