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.1 by tdb, Wed Oct 25 23:28:24 2000 UTC vs.
Revision 1.25 by tdb, Tue Mar 21 17:36:03 2006 UTC

# Line 1 | Line 1
1 < <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <
3 < <!--
4 <    index.shtml
5 <    Created by pjm2 14/10/2000
6 <    Last edited 14/10/2000
7 < -->
8 <
9 <
10 < <html>
11 <
12 < <head>
13 < <title>The i-scream Project</title>
14 < <meta name="description" content="The i-scream Project is a central monitoring system for Unix, Linux and NT servers.">
15 < <meta name="keywords" content="i-scream, project, central monitoring system, unix, linux, nt, server, alert">
16 < <meta name="generator" content="notepad on acid, aye.">
17 < </head>
18 <
19 < <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
20 <
21 < <table border="0" cellpadding="2" cellspacing="2">
22 < <tr>
23 <  <td valign="top">
24 < <!--#include virtual="left.inc" -->
25 <  </td>
26 <  <td valign="top">
27 < <!--#include virtual="title.inc" -->
28 < <!--#include virtual="welcome.inc" -->
29 <
30 < <!-- COMMENT: When using this file as a page template, please
31 <     place the content on the following line (as an include or
32 <     otherwise) Do not change anything else :) -->
33 < <!--#include virtual="contents.inc" -->
34 <
35 < <!--#include virtual="bottom.inc" -->
36 <  </td>
37 < </tr>
38 < </table>
39 <
40 < </body>
41 <
42 < </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 > <!--#include virtual="/bannerad.inc" -->
33 >          <h2>
34 >            <a id="news">News</a>
35 >          </h2>
36 >          <h3>
37 >            Monday 20 March 2006
38 >          </h3>
39 >          <h4>
40 >            libstatgrab 0.13 released
41 >          </h4>
42 >          <p>
43 >            <a href="/libstatgrab/">libstatgrab</a> 0.13 has
44 >            been released. This includes some fixes and preliminary
45 >            WIN32 support.
46 >          </p>
47 >          <!--
48 >          <h3>
49 >            Monday 20 February 2006
50 >          </h3>
51 >          <h4>
52 >            New mirror site added
53 >          </h4>
54 >          <p>
55 >            We've added a new <a href="/mirrors.xhtml">mirror site</a>
56 >            provided by <a href="http://www.mirrorgeek.com/">Mirror Geek</a>.
57 >          </p>
58 >          -->
59 >          <h3>
60 >            Sunday 31 July 2005
61 >          </h3>
62 >          <h4>
63 >            libstatgrab 0.12 released
64 >          </h4>
65 >          <p>
66 >            <a href="/libstatgrab/">libstatgrab</a> 0.12 has
67 >            been released. This includes some new features, bug
68 >            fixes, and support for more operating systems.
69 >          </p>
70 >          <h4>
71 >            pystatgrab 0.4 released
72 >          </h4>
73 >          <p>
74 >            <a href="/pystatgrab/">pystatgrab</a> 0.4 has been
75 >            released. This release catches up on new features in
76 >            libstatgrab.
77 >          </p>
78 >          <h3>
79 >            Thursday 3 March 2005
80 >          </h3>
81 >          <h4>
82 >            libstatgrab 0.11.1 released
83 >          </h4>
84 >          <p>
85 >            <a href="/libstatgrab/">libstatgrab</a> 0.11.1 has
86 >            been released. This release just contains bugfixes.
87 >          </p>
88 >          <h2>
89 >            <a id="projects">Projects</a>
90 >          </h2>
91 >          <h3>
92 >            libstatgrab
93 >          </h3>
94 >          <ul>
95 >            <li>
96 >              <a href="/libstatgrab/">libstatgrab homepage</a>
97 >            </li>
98 >          </ul>
99 >          <p>
100 >            libstatgrab is a library and tool set for acquiring system
101 >            statistics from the operating system. An API is provided
102 >            for other applications to easily accesses a variety of
103 >            system statistics, including, amongst other things, CPU
104 >            usage, VM usage, disk statistics, and network interface
105 >            usage.
106 >          </p>
107 >          <p>
108 >            A handful of tools are also provided to make this
109 >            information more readily available to users. A curses based
110 >            tool gives users a "top like" view of the current state of
111 >            their system, and a "sysctl like" tool gives easy access to
112 >            the statistics for other applications that can't easily
113 >            used the C API.
114 >          </p>
115 >          <p>
116 >            Finally scripts are provided to quickly setup MRTG to use
117 >            libstatgrab for generating graphs of the available
118 >            statistics.
119 >          </p>
120 >          <h3>
121 >            pystatgrab
122 >          </h3>
123 >          <ul>
124 >            <li>
125 >              <a href="/pystatgrab/">pystatgrab homepage</a>
126 >            </li>
127 >          </ul>
128 >          <p>
129 >            pystatgrab is a set of Python bindings for the libstatgrab
130 >            library. It provides a set of function calls identical to
131 >            those of libstatgrab, and returns data in structures that
132 >            logically map on to those of libstatgrab.
133 >          </p>
134 >          <h3>
135 >            Laroona
136 >          </h3>
137 >          <ul>
138 >            <li>
139 >              <a href="/laroona/">Laroona homepage</a>
140 >            </li>
141 >          </ul>
142 >          <p>
143 >            Laroona is the new central monitoring system. It's still
144 >            very much in the early stages of development, and doesn't
145 >            have any code available for download yet. Look at the
146 >            project page for more on the development process.
147 >          </p>
148 >          <h3>
149 >            CMS - Central Monitoring System
150 >          </h3>
151 >          <ul>
152 >            <li>
153 >              <a href="/cms/">CMS homepage</a>
154 >            </li>
155 >          </ul>
156 >          <p>
157 >            i-scream originally started out with just the CMS (Central
158 >            Monitoring System) project. Since then it's moved on to
159 >            have other related projects, as well as the CMS.
160 >          </p>
161 >          <p>
162 >            The CMS is no longer being developed. We are now putting
163 >            our time into a new project redeveloping the CMS. We're
164 >            taking the good ideas from the old CMS, improving some of
165 >            the weaknesses, and we'll hopefully produce are far
166 >            superior product.
167 >          </p>
168 >          <h2>
169 >            <a id="about">About</a>
170 >          </h2>
171 >          <p>
172 >            The i-scream group is a causual team of individuals with a
173 >            variety of personal interests, working together to produce
174 >            software, tools, and libraries that might be of use or
175 >            interest to others.
176 >          </p>
177 >          <p>
178 >            To find out more about who we are see the
179 >            <a href="/who.xhtml">Who We Are</a> webpage.
180 >          </p>
181 >          <h2>
182 >            <a id="search">Search</a>
183 >          </h2>
184 >          <p>
185 >            Use this form to search the whole i-scream website,
186 >            courtesy of Google.
187 >          </p>
188 >          <form method="get" action="http://www.google.com/custom">
189 >            <p>
190 >              <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" /></a>
191 >              <input type="hidden" name="domains" value="i-scream.org" />
192 >              <input type="text" name="q" size="31" maxlength="255" value="" />
193 >              <input type="submit" name="sa" value="Search" />
194 >              <input type="radio" name="sitesearch" value="i-scream.org" checked="checked" />i-scream.org
195 >              <input type="radio" name="sitesearch" value="" />Web
196 >              <input type="hidden" name="client" value="pub-4199687771151670" />
197 >              <input type="hidden" name="forid" value="1" />
198 >              <input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:EEEEFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1;" />
199 >            </p>
200 >          </form>
201 >        </div>
202 > <!--#include virtual="/footer.inc" -->
203 >      </div>
204 > <!--#include virtual="/menu.inc" -->
205 >    </div>
206 >  </body>
207 > </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines