changeset 17:fd344d405c08

Update for 1.0.2 release.
author Jon VanAlten <jon.vanalten@redhat.com>
date Fri, 14 Feb 2014 03:39:03 -0700
parents 6d2689442120
children a767f9aa3e14
files index.html
diffstat 1 files changed, 12 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Tue Nov 26 01:23:22 2013 -0700
+++ b/index.html	Fri Feb 14 03:39:03 2014 -0700
@@ -3,7 +3,7 @@
 "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"/>
+        <link rel="stylesheet" type="text/css" href="style/main-style.css"/>
         <title>Thermostat</title>
     </head>
     <body>
@@ -11,7 +11,7 @@
             <div id="content">
 
                 <div id="logo-box">
-                    <img src="thermostat_logo_450px.png" alt="[Logo] Thermostat"/>
+                    <img src="img/thermostat_logo_450px.png" alt="[Logo] Thermostat"/>
                 </div>
 
                 <h2 id="main">Thermostat: Serviceability and Monitoring for OpenJDK</h2>
@@ -38,7 +38,9 @@
                         <h2>Links</h2>
 
                         <ul class="linklist">
-                            <li><a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">Mailing List</a></li>
+                            <li><a href="http://icedtea.classpath.org/thermostat/docs">Documentation (mainly for plugin developers)</a></li>
+                            <li><a href="http://icedtea.classpath.org/mailman/listinfo/thermostat">Discussion List</a></li>
+                            <li><a href="http://icedtea.classpath.org/mailman/listinfo/thermostat-announce">Announcement  List</a></li>
                             <li><a href="http://icedtea.classpath.org/bugzilla/describecomponents.cgi?product=Thermostat">Bug Tracker</a></li>
                             <li><a href="http://icedtea.classpath.org/wiki/Thermostat">Wiki</a></li>
                             <li><a href="http://icedtea.classpath.org/hg/thermostat/">Source Code (Mercurial)</a></li>
@@ -67,7 +69,7 @@
 
 
                     <p>
-                        <strong>Note:</strong> As of now, the latest stable version is <strong>Thermostat 1.0.0</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>
+                        <strong>Note:</strong> As of now, the latest stable version is <strong>Thermostat 1.0.2</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>
 
@@ -81,6 +83,11 @@
                         </thead>
                         <tbody>
                             <tr>
+                                <td>2014-02-14</td>
+                                <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.0.2.tar.gz">1.0.2</a></td>
+                                <td>Maintenance release for 1.0 branch. Please see README in the tarball to get started.</td>
+                            </tr>
+                            <tr>
                                 <td>2013-11-26</td>
                                 <td><a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.0.0.tar.gz">1.0.0</a></td>
                                 <td>Our first release with stable frozen Plugin API, code name "The Snowman". Please see README in the tarball to get started.</td>
@@ -167,7 +174,7 @@
                 </div>
 
                 <div id="copyright">
-                    <p>Copyright (c) 2012, 2013 by the authors.</p>
+                    <p>Copyright (c) 2012, 2013, 2014 by the authors.</p>
                 </div>
 
             </div>