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.32 by tdb, Thu Jan 12 16:14:40 2012 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 > <!--#include virtual="/bannerad.inc" -->
33 >          <h2>
34 >            <a id="news">News</a>
35 >          </h2>
36 >          <h3>
37 >            Thursday 12 January 2012
38 >          </h3>
39 >          <h4>
40 >            Source code moved to Git
41 >          </h4>
42 >          <p>
43 >            We've moved both libstatgrab and pystatgrab to their
44 >            own Git repositories. CVS will remain for everything
45 >            else for now.
46 >          </p>
47 >          <h3>
48 >            Sunday 21 February 2010
49 >          </h3>
50 >          <h4>
51 >            libstatgrab 0.17 released
52 >          </h4>
53 >          <p>
54 >            <a href="/libstatgrab/">libstatgrab</a> 0.17 has
55 >            been released. This release contains minor changes
56 >            and bugfixes.
57 >          </p>
58 >          <h3>
59 >            Monday 17 March 2008
60 >          </h3>
61 >          <h4>
62 >            libstatgrab 0.16 released
63 >          </h4>
64 >          <p>
65 >            <a href="/libstatgrab/">libstatgrab</a> 0.16 has
66 >            been released. This release just contains bugfixes.
67 >          </p>
68 >          <h3>
69 >            Saturday 14 July 2007
70 >          </h3>
71 >          <h4>
72 >            libstatgrab 0.15 released
73 >          </h4>
74 >          <p>
75 >            <a href="/libstatgrab/">libstatgrab</a> 0.15 has
76 >            been released. This release contains mainly bugfixes.
77 >          </p>
78 >          <h4>
79 >            pystatgrab 0.5 released
80 >          </h4>
81 >          <p>
82 >            <a href="/pystatgrab/">pystatgrab</a> 0.5 has been
83 >            released. This release contains an important bugfix.
84 >          </p>
85 >          <h2>
86 >            <a id="projects">Projects</a>
87 >          </h2>
88 >          <h3>
89 >            libstatgrab
90 >          </h3>
91 >          <ul>
92 >            <li>
93 >              <a href="/libstatgrab/">libstatgrab homepage</a>
94 >            </li>
95 >          </ul>
96 >          <p>
97 >            libstatgrab is a library and tool set for acquiring system
98 >            statistics from the operating system. An API is provided
99 >            for other applications to easily accesses a variety of
100 >            system statistics, including, amongst other things, CPU
101 >            usage, VM usage, disk statistics, and network interface
102 >            usage.
103 >          </p>
104 >          <p>
105 >            A handful of tools are also provided to make this
106 >            information more readily available to users. A curses based
107 >            tool gives users a "top like" view of the current state of
108 >            their system, and a "sysctl like" tool gives easy access to
109 >            the statistics for other applications that can't easily
110 >            used the C API.
111 >          </p>
112 >          <p>
113 >            Finally scripts are provided to quickly setup MRTG to use
114 >            libstatgrab for generating graphs of the available
115 >            statistics.
116 >          </p>
117 >          <h3>
118 >            pystatgrab
119 >          </h3>
120 >          <ul>
121 >            <li>
122 >              <a href="/pystatgrab/">pystatgrab homepage</a>
123 >            </li>
124 >          </ul>
125 >          <p>
126 >            pystatgrab is a set of Python bindings for the libstatgrab
127 >            library. It provides a set of function calls identical to
128 >            those of libstatgrab, and returns data in structures that
129 >            logically map on to those of libstatgrab.
130 >          </p>
131 >          <h3>
132 >            CMS - Central Monitoring System
133 >          </h3>
134 >          <ul>
135 >            <li>
136 >              <a href="/cms/">CMS homepage</a>
137 >            </li>
138 >          </ul>
139 >          <p>
140 >            i-scream originally started out with just the CMS (Central
141 >            Monitoring System) project. Since then it's moved on to
142 >            have other related projects, as well as the CMS.
143 >          </p>
144 >          <p>
145 >            The CMS is no longer being developed.
146 >          </p>
147 >          <h2>
148 >            <a id="about">About</a>
149 >          </h2>
150 >          <p>
151 >            The i-scream group is a causual team of individuals with a
152 >            variety of personal interests, working together to produce
153 >            software, tools, and libraries that might be of use or
154 >            interest to others.
155 >          </p>
156 >          <p>
157 >            To find out more about who we are see the
158 >            <a href="/who.xhtml">Who We Are</a> webpage.
159 >          </p>
160 >          <h2>
161 >            <a id="search">Search</a>
162 >          </h2>
163 >          <p>
164 >            Use this form to search the whole i-scream website,
165 >            courtesy of Google.
166 >          </p>
167 >          <form method="get" action="http://www.google.com/custom">
168 >            <p>
169 >              <a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" alt="Google" /></a>
170 >              <input type="hidden" name="domains" value="i-scream.org" />
171 >              <input type="text" name="q" size="31" maxlength="255" value="" />
172 >              <input type="submit" name="sa" value="Search" />
173 >              <input type="radio" name="sitesearch" value="i-scream.org" checked="checked" />i-scream.org
174 >              <input type="radio" name="sitesearch" value="" />Web
175 >              <input type="hidden" name="client" value="pub-4199687771151670" />
176 >              <input type="hidden" name="forid" value="1" />
177 >              <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;" />
178 >            </p>
179 >          </form>
180 >        </div>
181 > <!--#include virtual="/footer.inc" -->
182 >      </div>
183 > <!--#include virtual="/menu.inc" -->
184 >    </div>
185 >  </body>
186 > </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines