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.22 by tdb, Wed Mar 8 13:20:40 2006 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 >            Monday 20 February 2006
37 >          </h3>
38 >          <h4>
39 >            New mirror site added
40 >          </h4>
41 >          <p>
42 >            We've added a new <a href="/mirrors.xhtml">mirror site</a>
43 >            provided by <a href="http://www.mirrorgeek.com/">Mirror Geek</a>.
44 >          </p>
45 >          <h3>
46 >            Sunday 31 July 2005
47 >          </h3>
48 >          <h4>
49 >            libstatgrab 0.12 released
50 >          </h4>
51 >          <p>
52 >            <a href="/libstatgrab/">libstatgrab</a> 0.12 has
53 >            been released. This includes some new features, bug
54 >            fixes, and support for more operating systems.
55 >          </p>
56 >          <h4>
57 >            pystatgrab 0.4 released
58 >          </h4>
59 >          <p>
60 >            <a href="/pystatgrab/">pystatgrab</a> 0.4 has been
61 >            released. This release catches up on new features in
62 >            libstatgrab.
63 >          </p>
64 >          <h3>
65 >            Thursday 3 March 2005
66 >          </h3>
67 >          <h4>
68 >            libstatgrab 0.11.1 released
69 >          </h4>
70 >          <p>
71 >            <a href="/libstatgrab/">libstatgrab</a> 0.11.1 has
72 >            been released. This release just contains bugfixes.
73 >          </p>
74 >          <h2>
75 >            <a id="projects">Projects</a>
76 >          </h2>
77 >          <h3>
78 >            libstatgrab
79 >          </h3>
80 >          <ul>
81 >            <li>
82 >              <a href="/libstatgrab/">libstatgrab homepage</a>
83 >            </li>
84 >          </ul>
85 >          <p>
86 >            libstatgrab is a library and tool set for acquiring system
87 >            statistics from the operating system. An API is provided
88 >            for other applications to easily accesses a variety of
89 >            system statistics, including, amongst other things, CPU
90 >            usage, VM usage, disk statistics, and network interface
91 >            usage.
92 >          </p>
93 >          <p>
94 >            A handful of tools are also provided to make this
95 >            information more readily available to users. A curses based
96 >            tool gives users a "top like" view of the current state of
97 >            their system, and a "sysctl like" tool gives easy access to
98 >            the statistics for other applications that can't easily
99 >            used the C API.
100 >          </p>
101 >          <p>
102 >            Finally scripts are provided to quickly setup MRTG to use
103 >            libstatgrab for generating graphs of the available
104 >            statistics.
105 >          </p>
106 >          <h3>
107 >            pystatgrab
108 >          </h3>
109 >          <ul>
110 >            <li>
111 >              <a href="/pystatgrab/">pystatgrab homepage</a>
112 >            </li>
113 >          </ul>
114 >          <p>
115 >            pystatgrab is a set of Python bindings for the libstatgrab
116 >            library. It provides a set of function calls identical to
117 >            those of libstatgrab, and returns data in structures that
118 >            logically map on to those of libstatgrab.
119 >          </p>
120 >          <h3>
121 >            Laroona
122 >          </h3>
123 >          <ul>
124 >            <li>
125 >              <a href="/laroona/">Laroona homepage</a>
126 >            </li>
127 >          </ul>
128 >          <p>
129 >            Laroona is the new central monitoring system. It's still
130 >            very much in the early stages of development, and doesn't
131 >            have any code available for download yet. Look at the
132 >            project page for more on the development process.
133 >          </p>
134 >          <h3>
135 >            CMS - Central Monitoring System
136 >          </h3>
137 >          <ul>
138 >            <li>
139 >              <a href="/cms/">CMS homepage</a>
140 >            </li>
141 >          </ul>
142 >          <p>
143 >            i-scream originally started out with just the CMS (Central
144 >            Monitoring System) project. Since then it's moved on to
145 >            have other related projects, as well as the CMS.
146 >          </p>
147 >          <p>
148 >            The CMS is no longer being developed. We are now putting
149 >            our time into a new project redeveloping the CMS. We're
150 >            taking the good ideas from the old CMS, improving some of
151 >            the weaknesses, and we'll hopefully produce are far
152 >            superior product.
153 >          </p>
154 >          <h2>
155 >            <a id="about">About</a>
156 >          </h2>
157 >          <p>
158 >            The i-scream group is a causual team of individuals with a
159 >            variety of personal interests, working together to produce
160 >            software, tools, and libraries that might be of use or
161 >            interest to others.
162 >          </p>
163 >          <p>
164 >            To find out more about who we are see the
165 >            <a href="/who.xhtml">Who We Are</a> webpage.
166 >          </p>
167 >          <h2>
168 >            <a id="search">Search</a>
169 >          </h2>
170 >          <p>
171 >            Use this form to search the whole i-scream website,
172 >            courtesy of Google.
173 >          </p>
174 >          <form method="get" action="http://www.google.com/custom">
175 >            <p>
176 >              <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" /></a>
177 >              <input type="hidden" name="domains" value="i-scream.org" />
178 >              <input type="text" name="q" size="31" maxlength="255" value="" />
179 >              <input type="submit" name="sa" value="Search" />
180 >              <input type="radio" name="sitesearch" value="i-scream.org" checked="checked" />i-scream.org
181 >              <input type="radio" name="sitesearch" value="" />Web
182 >              <input type="hidden" name="client" value="pub-4199687771151670" />
183 >              <input type="hidden" name="forid" value="1" />
184 >              <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;" />
185 >            </p>
186 >          </form>
187 >        </div>
188 > <!--#include virtual="/footer.inc" -->
189 >      </div>
190 > <!--#include virtual="/menu.inc" -->
191 >    </div>
192 >  </body>
193 > </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines