]> Pileus Git - ~andy/aweather-web/blobdiff - html.ct
Fix typo
[~andy/aweather-web] / html.ct
diff --git a/html.ct b/html.ct
index 6154d6fe16195742610d70adfe13a9d2d6dc2412..ff0efe92d2ae6e587d65f67d22600be301932772 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -46,15 +46,15 @@ Content-Type: text/html; charset=UTF-8
                </div>
                <div class="content">
                        <!--
-                               <p class="msg">This site is currently under construction.</p>
+                               <p class="msg">This site is currently under construction</p>
                                <p class="msg" style="font-size:8pt; font-weight:normal;">
-                                 If I had an animated GIF of a guy with a shovel, I would put it here.</p>
+                                 If I had an animated GIF of a guy with a shovel, I would put it here</p>
                        -->
                        <% page->print(); %>
                        <div style="clear:both;"></div>
                </div>
                <p class="footer">
-                       Copyright © 2011 Andy Spencer
+                       Copyright © 2011-2012 Andy Spencer
                        <% for (int i = 0; footer[i].link; i++) { %>
                                | <% print_nav(&footer[i], page); %>
                        <% } %>
@@ -97,6 +97,7 @@ Content-Type: text/html; charset=UTF-8
                        <li>Virtual Globe base rendering<ul>
                                <li>Including terrain, satellite, and map imagery</li>
                        </ul></li>
+                       <li>GPS tracking using GPSd (Linux only)</li>
                        <li>Real-time and offline mode</li>
                        <li>Auto-updating</li>
                        <li>Fullscreen mode</li>
@@ -106,7 +107,6 @@ Content-Type: text/html; charset=UTF-8
                <h3>Planned</h3>
                <ul>
                        <li>Additional data sources<ul>
-                               <li>Watch/warning/advisory boxes</li>
                                <li>Surface data (temp., humidity, etc)</li>
                        </ul></li>
                        <li>Derived NEXRAD data<ul>
@@ -115,6 +115,7 @@ Content-Type: text/html; charset=UTF-8
                                <li>Echo tops</li>
                        </ul></li>
                        <li>Vertical cross sections</li>
+                       <li>Spotter network intergration</li>
                        <li>Animation</li>
                </ul>
        </div>
@@ -131,6 +132,24 @@ Content-Type: text/html; charset=UTF-8
        <!-- It's not really spring anymore :/ -->
        <!-- <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p> -->
        <dl class="news">
+               <dt>2012-02-16</dt>
+               <dd>
+                       AWeather 0.7 released: <ul>
+                               <li>Added a GPS plugin using
+                                   <a href="http://www.catb.org/gpsd/">GPSd</a><ul>
+                                   <li>Written by Adam Boggs and based on the
+                                       <a href="http://www.aircrafter.org/boggs/stormchasing/BrainStorm/">BrainStorm</a>
+                                       storm chasing tool</li>
+                                   <li>Linux only, or maybe Mac or Windows
+                                       if you're very very brave</li>
+                               </ul></li>
+                               <li>Detailed (but opaque) maps in the map plugin</li>
+                               <li>Automaticlaly save window size and position</li>
+                               <li>Add toggle buttons for county-based and storm-based alerts</li>
+                               <li>Miscellaneous bug fixes, including some long-standing rendering artifacts</li>
+                       </ul>
+               </dd>
+
                <dt>2012-01-10</dt>
                <dd>
                        AWeather 0.6.3 released: <ul>
@@ -141,7 +160,7 @@ Content-Type: text/html; charset=UTF-8
                        </ul>
                        <span style="font-size: smaller; font-style: italic;">
                                (p.s. AWeather 0.6.2 doesn't exist, you never
-                               heard of it, and neither have I)</small>
+                               heard of it, and neither have I)</span>
                </dd>
 
                <dt>2011-11-25</dt>
@@ -356,6 +375,16 @@ Content-Type: text/html; charset=UTF-8
                <div class="code">git clone <%= GIT_GRITS    %></div>
                <div class="code">git clone <%= GIT_RSL      %></div>
        </div>
+       <p class="note left" style="margin-top: 1.5em;">
+               Repositories for packaging and this website
+               (and gitweb:
+                <a href="<%= GW_PKG %>">Packaging</a>,
+                <a href="<%= GW_WEB %>">Website</a>)
+       </p>
+       <div style="margin-left: 30px;">
+               <div class="code">git clone <%= GIT_PKG %></div>
+               <div class="code">git clone <%= GIT_WEB %></div>
+       </div>
 <% } %>
 
 <% void print_development(void) { %>
@@ -400,6 +429,8 @@ Content-Type: text/html; charset=UTF-8
                <li>Currently building and running AWeather requires the
                    exact same version of Grits to be installed<br />
                    (This may change in the near future as the software stabilizes)</li>
+               <li>The <a href="download">Downloads</a> page has information
+                   on accessing the AWeather source code repositories</li>
        </ul>
 <% } %>
 
@@ -489,6 +520,7 @@ Content-Type: text/html; charset=UTF-8
                        <li>Automatic updating</li>
                </ul></li>
                <li>Warning/Watch/Advisory display</li>
+               <li>GPS tracking and logging</li>
                <li>Surface and map overlays</li>
                <li>Terrain rendering</li>
        </ul>