changeset 1:f313f6407f16

Introduce new landing page.
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 19 Feb 2013 16:58:02 +0100
parents 925ec7d0a73d
children 05c857a5616f
files 320px-Thermometers_in_pitcher.jpg index.html style.css thermostat_logo_450px.png
diffstat 4 files changed, 181 insertions(+), 23 deletions(-) [+]
line wrap: on
line diff
Binary file 320px-Thermometers_in_pitcher.jpg has changed
--- a/index.html	Tue Feb 19 16:56:06 2013 +0100
+++ b/index.html	Tue Feb 19 16:58:02 2013 +0100
@@ -1,24 +1,116 @@
-<html>
-<head>
-<title>Thermostat</title>
-</head>
-<body>
-<hr>
-<p>
-<a href="/hg/thermostat">hg</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="/wiki/Thermostat">wiki</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="/mailman/listinfo/thermostat">mailing-list</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="/bugzilla">bugs</a>
-</p>
-<hr>
-<h1>Thermostat</h1>
-<p>
-<img src="320px-Thermometers_in_pitcher.jpg">
-</p>
-<hr>
-<p>
-<a href="/hg/thermostat">hg</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="/wiki/Thermostat">wiki</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="/mailman/listinfo/thermostat">mailing-list</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="/bugzilla">bugs</a>
-</p>
-<hr>
-<p>
-<small><a href="https://en.wikipedia.org/wiki/File:Thermometers_in_pitcher.jpg">Picture</a> licensed under the <a href="GFDL">GFDL</a> by <a href="https://en.wikipedia.org/wiki/User:Tijuana_Brass">Tijuana Brass</a></small>
-</p>
-</body>
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+    <head>
+        <link rel="stylesheet" type="text/css" href="style.css"/>
+        <title>Thermostat</title>
+    </head>
+    <body>
+         <div id="container">
+            <div id="content">
+
+                <div id="logo-box">
+                    <img src="thermostat_logo_450px.png" alt="[Logo] Thermostat"/>
+                </div>
+
+                <h2 id="main">Thermostat: Serviceability and Monitoring for OpenJDK</h2>
+
+		<p>Thermostat is an instrumentation tool for the Hotspot JVM,
+with support for monitoring multiple JVM instances on multiple hosts,
+optionally in a cloud environment. The name Thermostat is intended as a play on
+words: Thermostat is to Hotspot much as IcedTea is to Java.</p>
+                <p>Some goals of Thermostat are:</p>
+                <ul>
+		  <li>We want a tool that allows users of IcedTea/OpenJDK to
+                      monitor running JVMs, especially remote JVMs.</li>
+
+		  <li>Both high level (uptime, cpu and memory usage) and low
+                      level (including hotspot's perf data) information should
+                      be available through the tool.</li>
+
+		  <li>The tool should be usable in a production environment,
+                      with minimal overhead. </li>
+                </ul>
+
+                <div>
+                    <div id="links-box">
+                        <h2>Links</h2>
+
+                        <ul class="linklist">
+                            <li><a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">Mailing List</a></li>
+                            <li><a href="https://icedtea.classpath.org/bugzilla/enter_bug.cgi?product=Thermostat">Bug Tracker</a></li>
+                            <li><a href="https://icedtea.classpath.org/wiki/Thermostat">Wiki</a></li>
+                            <li><a href="http://icedtea.classpath.org/hg/thermostat/">Source Code (Mercurial)</a></li>
+                            <li><a href="http://builder.classpath.org/jenkins/job/Thermostat/">Thermostat CI (Jenkins)</a></li>
+                            <li><a href="http://builder.classpath.org/jenkins/job/Thermostat-Eclipse/">Thermostat Eclipse CI (Jenkins)</a></li>
+                            <li>IRC <a href="irc://irc.freenode.net/#thermostat">Channel</a></li>
+                        </ul>
+
+                    </div>
+                    <h2>Features</h2>
+
+                    <ul>
+                        <li>Local and remote monitoring (threads, numa, heap-analysis, garbage collection, etc.)</li>
+                        <li>Stand-alone Swing GUI client</li>
+                        <li>Web layer for increased security</li>
+                        <li>Command line interface client</li>
+                    </ul>
+
+                    <h2>Basic System Requirements</h2>
+
+                    <ul>
+                        <li>OpenJDK &gt;= 1.7</li>
+                        <li>Mongodb &gt;= 2.2 (or 2.0 if no SSL required)</li>
+                        <li>Servlet container (optional)</li>
+                    </ul>
+
+
+                    <p>
+                        <strong>Note:</strong> As of now, the latest stable version is <strong>Thermostat 0.4</strong>. Please <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">send us email</a> if you have any trouble installing/using Thermostat---we'd be happy to help you out.</p>
+
+                    <h2>Downloads<a name="downloads">&nbsp;</a></h2>
+
+                    <table>
+                        <thead>
+                            <tr>
+                                <th>Release Date</th>
+                                <th>Version</th>
+                                <th>Notes</th>
+                            </tr>
+                        </thead>
+                        <tbody>
+                            <tr>
+                                <td>2012-10-10</td>
+                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-0.4.0.tar.gz">0.4.0</a></td>
+                                <td>Our third release. Please see README in the tarball to get you started.</td>
+                            </tr>
+                        </tbody>
+                    </table>
+
+                    <h2>Staying in Touch</h2>
+
+		    <p>Want the latest Thermostat news? It's available several
+                    ways: Feel free to subscribe to the Thermostat development
+ <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">mailing
+list</a>
+                     or join us on IRC in #thermostat on freenode.net</p>
+
+                    <h2>Helping Out</h2>
+
+                    <p>Found a bug? Please report it in our <a href="http://icedtea.classpath.org/bugzilla/enter_bug.cgi?product=Thermostat">bugzilla</a>. Want a feature? Please email us at our <a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">mailing
+list</a>.</p>
+
+                    <h2>License</h2><a name="license"></a>
+
+                    <p>Thermostat is made available under GPLv2+ with classpath exception.</p>
+                </div>
+
+                <div id="copyright">
+                    <p>Copyright (c) 2012, 2013 by the authors.</p>
+                </div>
+
+            </div>
+        </div>
+    </body>
 </html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/style.css	Tue Feb 19 16:58:02 2013 +0100
@@ -0,0 +1,66 @@
+div#container {
+  position: absolute;
+  left: 50%;
+  width: 900px;
+  margin-left: -450px;
+  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
+  font-size: 0.8em; 
+  color: Black;
+}
+div#content {
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px; 
+  border-radius: 10px;
+  padding: 10px;
+  border: 1px solid #ccc;
+}
+div#logo-box {
+  clear: both;
+  margin-bottom: 30px;
+}
+div#logo-box img {
+  width: 450px;
+  padding-right: 2em;
+  position: absolute;
+  right: 0px;
+}
+div#links-box {
+  float: right;
+  padding-left: 2em;
+}
+div#links-box h2 {
+  margin: 0px;
+}
+div#copyright {
+  position: absolute;
+  left: 50%;
+  width: 400px;
+  margin-left: -200px;
+  color: #ccc;
+  text-align: center;
+}
+h2#main {
+  margin-top: 120px;
+}
+h2 {
+  margin-top: 1.5em;
+  color: rgb(0, 34, 85);
+}
+a {
+  color: rgb(0, 68, 170);
+}
+table {
+  width: 100%;
+  border-collapse: collapse;
+  text-align: center;
+}
+table td, table th {
+  border: 1px solid #ccc;
+  padding: 3px;
+}
+thead th {
+  background-color: #ccc;
+}
+body {
+  padding: 20px;
+}
Binary file thermostat_logo_450px.png has changed