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.2 by tdb, Sat Feb 9 15:00:42 2002 UTC vs.
Revision 1.35 by tdb, Thu Aug 8 19:33:59 2013 UTC

# Line 1 | Line 1
1 < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <
3 < <!--
4 <    $Author$
5 <    $Id$
6 < -->
7 <
8 <
9 < <html>
10 <
11 < <head>
12 < <title>The i-scream Project</title>
13 < <meta name="description" content="The i-scream Project is a central monitoring system for Solaris, Linux, FreeBSD and Windows servers.">
14 < <meta name="keywords" content="i-scream, project, central monitoring system, unix, linux, nt, solaris, server, freebsd, alert">
15 < </head>
16 <
17 < <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
18 <
19 < <table border="0" cellpadding="2" cellspacing="2">
20 < <tr>
21 <  <td valign="top">
22 < <!--#include virtual="left.inc" -->
23 <  </td>
24 <  <td valign="top">
25 < <!--#include virtual="title.inc" -->
26 < <!--#include virtual="welcome.inc" -->
27 <
28 < <!--#include virtual="contents.inc" -->
29 <
30 < <!--#include virtual="bottom.inc" -->
31 <  </td>
32 < </tr>
33 < </table>
34 <
35 < </body>
36 <
37 < </html>
1 > <!--#include virtual="/doctype.inc" -->
2 >  <head>
3 >    <title>
4 >      i-scream 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 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 >            Thursday 8 August 2013
37 >          </h3>
38 >          <h4>
39 >            libstatgrab 0.90 released
40 >          </h4>
41 >          <p>
42 >            <a href="/libstatgrab/">libstatgrab</a> 0.90 has
43 >            been released. This release contains a significant number
44 >            of changes and has a number of API changes.
45 >          </p>
46 >          <h3>
47 >            Thursday 12 January 2012
48 >          </h3>
49 >          <h4>
50 >            Source code moved to Git
51 >          </h4>
52 >          <p>
53 >            We've moved both
54 >            <a href="http://git.i-scream.org/?p=libstatgrab.git;a=summary">libstatgrab</a>
55 >            and
56 >            <a href="http://git.i-scream.org/?p=pystatgrab.git;a=summary">pystatgrab</a>
57 >            to their own Git repositories. CVS will remain for
58 >            everything else for now.
59 >          </p>
60 >          <h3>
61 >            Sunday 21 February 2010
62 >          </h3>
63 >          <h4>
64 >            libstatgrab 0.17 released
65 >          </h4>
66 >          <p>
67 >            <a href="/libstatgrab/">libstatgrab</a> 0.17 has
68 >            been released. This release contains minor changes
69 >            and bugfixes.
70 >          </p>
71 >          <h3>
72 >            Monday 17 March 2008
73 >          </h3>
74 >          <h4>
75 >            libstatgrab 0.16 released
76 >          </h4>
77 >          <p>
78 >            <a href="/libstatgrab/">libstatgrab</a> 0.16 has
79 >            been released. This release just contains bugfixes.
80 >          </p>
81 >          <h3>
82 >            Saturday 14 July 2007
83 >          </h3>
84 >          <h4>
85 >            libstatgrab 0.15 released
86 >          </h4>
87 >          <p>
88 >            <a href="/libstatgrab/">libstatgrab</a> 0.15 has
89 >            been released. This release contains mainly bugfixes.
90 >          </p>
91 >          <h4>
92 >            pystatgrab 0.5 released
93 >          </h4>
94 >          <p>
95 >            <a href="/pystatgrab/">pystatgrab</a> 0.5 has been
96 >            released. This release contains an important bugfix.
97 >          </p>
98 >          <h2>
99 >            <a id="projects">Projects</a>
100 >          </h2>
101 >          <h3>
102 >            libstatgrab
103 >          </h3>
104 >          <ul>
105 >            <li>
106 >              <a href="/libstatgrab/">libstatgrab homepage</a>
107 >            </li>
108 >          </ul>
109 >          <p>
110 >            libstatgrab is a library and tool set for acquiring system
111 >            statistics from the operating system. An API is provided
112 >            for other applications to easily accesses a variety of
113 >            system statistics, including, amongst other things, CPU
114 >            usage, VM usage, disk statistics, and network interface
115 >            usage.
116 >          </p>
117 >          <p>
118 >            A handful of tools are also provided to make this
119 >            information more readily available to users. A curses based
120 >            tool gives users a "top like" view of the current state of
121 >            their system, and a "sysctl like" tool gives easy access to
122 >            the statistics for other applications that can't easily
123 >            used the C API.
124 >          </p>
125 >          <p>
126 >            Finally scripts are provided to quickly setup MRTG to use
127 >            libstatgrab for generating graphs of the available
128 >            statistics.
129 >          </p>
130 >          <h3>
131 >            pystatgrab
132 >          </h3>
133 >          <ul>
134 >            <li>
135 >              <a href="/pystatgrab/">pystatgrab homepage</a>
136 >            </li>
137 >          </ul>
138 >          <p>
139 >            pystatgrab is a set of Python bindings for the libstatgrab
140 >            library. It provides a set of function calls identical to
141 >            those of libstatgrab, and returns data in structures that
142 >            logically map on to those of libstatgrab.
143 >          </p>
144 >          <h3>
145 >            CMS - Central Monitoring System
146 >          </h3>
147 >          <ul>
148 >            <li>
149 >              <a href="/cms/">CMS homepage</a>
150 >            </li>
151 >          </ul>
152 >          <p>
153 >            i-scream originally started out with just the CMS (Central
154 >            Monitoring System) project. Since then it's moved on to
155 >            have other related projects, as well as the CMS.
156 >          </p>
157 >          <p>
158 >            The CMS is no longer being developed.
159 >          </p>
160 >          <h2>
161 >            <a id="about">About</a>
162 >          </h2>
163 >          <p>
164 >            The i-scream group is a causual team of individuals with a
165 >            variety of personal interests, working together to produce
166 >            software, tools, and libraries that might be of use or
167 >            interest to others.
168 >          </p>
169 >          <p>
170 >            To find out more about who we are see the
171 >            <a href="/who.xhtml">Who We Are</a> webpage.
172 >          </p>
173 >          <h2>
174 >            <a id="search">Search</a>
175 >          </h2>
176 >          <p>
177 >            Use this form to search the whole i-scream website,
178 >            courtesy of Google.
179 >          </p>
180 >          <div>
181 >            <script>
182 >              (function() {
183 >                var cx = '015923082814183233257:dz2h65arce8';
184 >                var gcse = document.createElement('script');
185 >                gcse.type = 'text/javascript';
186 >                gcse.async = true;
187 >                gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
188 >                    '//www.google.com/cse/cse.js?cx=' + cx;
189 >                var s = document.getElementsByTagName('script')[0];
190 >                s.parentNode.insertBefore(gcse, s);
191 >              })();
192 >            </script>
193 >            <gcse:search></gcse:search>
194 >          </div>
195 >        </div>
196 > <!--#include virtual="/footer.inc" -->
197 >      </div>
198 > <!--#include virtual="/menu.inc" -->
199 >    </div>
200 >  </body>
201 > </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines