changeset 78:ed02f59ab9ba

Update pages for thermostat 2.0
author Jie Kang <jkang@redhat.com>
date Wed, 21 Jun 2017 17:47:21 -0400
parents 851c9a995e45
children 54424105fe19
files content/contribute/content.html content/documentation/content.html content/downloads/content.html content/getting-started/content.html content/head.1.html
diffstat 5 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/content/contribute/content.html	Wed Jun 21 17:46:59 2017 -0400
+++ b/content/contribute/content.html	Wed Jun 21 17:47:21 2017 -0400
@@ -58,7 +58,7 @@
             </h4>
             <div class="text-center">
               <a href="http://icedtea.classpath.org/wiki/Thermostat" class="btn btn-default btn-c1" role="button"> Wiki</a>
-              <a href="../docs/1.6/javadocs/" class="btn btn-default btn-c1" role="button"> Javadocs for 1.6</a>
+              <a href="../docs/2.0/javadocs/" class="btn btn-default btn-c1" role="button"> Javadocs for 2.0</a>
             </div>
             <h3 class="h3-steps">Step 4: Get your work reviewed</h3>
             <h4>
--- a/content/documentation/content.html	Wed Jun 21 17:46:59 2017 -0400
+++ b/content/documentation/content.html	Wed Jun 21 17:47:21 2017 -0400
@@ -12,7 +12,7 @@
                         </div>
                         <div class="panel-body">
                             <h4>
-                                This is the latest user guide for Thermostat 1.99.x. For older guides see the <a href="http://icedtea.classpath.org/wiki/Thermostat/UserGuide"> Archives</a>
+                                This is the latest user guide for Thermostat 2.0.0. For older guides see the <a href="http://icedtea.classpath.org/wiki/Thermostat/UserGuide"> Archives</a>
                             </h4>
                         </div>
                     </div>
--- a/content/downloads/content.html	Wed Jun 21 17:46:59 2017 -0400
+++ b/content/downloads/content.html	Wed Jun 21 17:47:21 2017 -0400
@@ -8,7 +8,7 @@
       <div class="row">
         <div class="col-md-4">
           <h3>Latest Stable Release</h3>
-          <a href="http://icedtea.classpath.org/download/thermostat/thermostat-1.6.6.tar.gz" class="btn btn-default btn-c1" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"> Thermostat-1.6.6</a>
+          <a href="http://icedtea.classpath.org/download/thermostat/thermostat-2.0.0.tar.gz" class="btn btn-default btn-c1" role="button"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"> Thermostat-2.0.0</a>
         </div>
         <div class="col-md-4">
           <h3>Unstable Development Release</h3>
--- a/content/getting-started/content.html	Wed Jun 21 17:46:59 2017 -0400
+++ b/content/getting-started/content.html	Wed Jun 21 17:47:21 2017 -0400
@@ -35,16 +35,16 @@
           <div class="col-md-4">
             <h4> Get the latest <a href="../downloads">Release</a>.</h4>
             <p><code>
-                $ tar xvf thermostat-1.6.6.tar.gz
+                $ tar xvf thermostat-2.0.0.tar.gz
               </code></p>
             <p><code>
                   $ sudo dnf install mercurial maven mongodb mongodb-server java-1.8.0-openjdk libsecret-devel make gcc gtk2-devel autoconf automake libtool
               </code></p>
             <p><code>
-                $ cd thermostat-1.6.6 && mvn clean integration-test
+                $ cd thermostat-2.0.0 && mvn clean integration-test
               </code></p>
             <p><code>
-                $ export PATH=$PATH:path/to/thermostat-1.6.6/distribution/target/image/bin
+                $ export PATH=$PATH:path/to/thermostat-2.0.0/distribution/target/image/bin
               </code></p>
           </div>
           <div class="col-md-4">
@@ -73,7 +73,7 @@
           <h4>To make sure the installation is correct, first run:</h4>
           <code>$ thermostat --version</code>
           <h4>It should output, depending on the version, something like:</h4>
-          <code>Thermostat version 1.99.12</code>
+          <code>Thermostat version 2.0.0</code>
           <h4>
             If there are errors, it is likely that the PATH has not been correctly set to include the Thermostat bin folder. See the
             installation instructions for setting the path to Thermostat.
--- a/content/head.1.html	Wed Jun 21 17:46:59 2017 -0400
+++ b/content/head.1.html	Wed Jun 21 17:47:21 2017 -0400
@@ -26,9 +26,9 @@
                 <li class="dropdown">
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Sources <span class="caret"></span></a>
                     <ul class="dropdown-menu">
-                        <li><a href="http://icedtea.classpath.org/hg/thermostat/">2.0 (HEAD)</a></li>
-                        <li><a href="http://icedtea.classpath.org/hg/release/thermostat-1.6/">1.6</a></li>
-                        <li><a href="http://icedtea.classpath.org/hg/release/thermostat-1.4">1.4</a></li>
+                        <li><a href="http://icedtea.classpath.org/hg/thermostat/">(HEAD)</a></li>
+                        <li><a href="http://icedtea.classpath.org/hg/release/thermostat-2.0/">2.0</a></li>
+                        <li><a href="http://icedtea.classpath.org/hg/release/thermostat-1.6">1.6</a></li>
                     </ul>
                 </li>
                 <li id="nav-downloads"><a href="../downloads">Downloads</a></li>