]> Pileus Git - ~andy/aweather-web/blobdiff - html.ct
Update contact info
[~andy/aweather-web] / html.ct
diff --git a/html.ct b/html.ct
index f4252f5bf7178691013bfd016ca558ab74090d8d..6ff22dcbb50e28c811c841d4f9c6fcc2601158ac 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -25,6 +25,7 @@ Content-Type: text/html; charset=UTF-8
                <title>AWeather<% if (page->name) printf(" - %s", page->name); %></title>
                <link rel="shortcut icon" href="images/aweather.ico" />
                <link href="data/global.css" rel="stylesheet" type="text/css" />
                <title>AWeather<% if (page->name) printf(" - %s", page->name); %></title>
                <link rel="shortcut icon" href="images/aweather.ico" />
                <link href="data/global.css" rel="stylesheet" type="text/css" />
+               <script type="text/javascript" src="data/global.js"></script>
                <meta http-equiv="X-UA-Compatible" content="IE=9" />
                <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
                <meta name="keywords" content="weather, radar, nexrad, level-ii, virtual globe, grits, rsl" />
                <meta http-equiv="X-UA-Compatible" content="IE=9" />
                <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
                <meta name="keywords" content="weather, radar, nexrad, level-ii, virtual globe, grits, rsl" />
@@ -32,12 +33,13 @@ Content-Type: text/html; charset=UTF-8
                <meta name="description" content="<%= page->desc %>" />
                <% } %>
                <meta name="google-site-verification" content="-SZkTpNRWHrpESTGNZ8Pshnz4zKbwfKv54NoavUKK_Y" />
                <meta name="description" content="<%= page->desc %>" />
                <% } %>
                <meta name="google-site-verification" content="-SZkTpNRWHrpESTGNZ8Pshnz4zKbwfKv54NoavUKK_Y" />
-               <meta name="y_key" content="abe8287921b25151" />
+               <meta name="msvalidate.01" content="CB7C94BBCD12714FDFF3D22415B1888A" />
        </head>
        <body>
                <div class="top">
                        <a href="."><img class="logo" src="images/logo.png" alt="AWeather" /></a>
                        <h1 class="title"><a href=".">AWeather</a></h1>
        </head>
        <body>
                <div class="top">
                        <a href="."><img class="logo" src="images/logo.png" alt="AWeather" /></a>
                        <h1 class="title"><a href=".">AWeather</a></h1>
+                       <h1 class="subtitle"><a href="..">pileus.org</a></h1>
                        <h2 class="nav">
                                <% for (int i = 0; header[i].link; i++) print_nav(&header[i], page); %>
                                <span class="sep"></span>
                        <h2 class="nav">
                                <% for (int i = 0; header[i].link; i++) print_nav(&header[i], page); %>
                                <span class="sep"></span>
@@ -46,15 +48,15 @@ Content-Type: text/html; charset=UTF-8
                </div>
                <div class="content">
                        <!--
                </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;">
                                <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">
                        -->
                        <% 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); %>
                        <% } %>
                        <% for (int i = 0; footer[i].link; i++) { %>
                                | <% print_nav(&footer[i], page); %>
                        <% } %>
@@ -77,6 +79,9 @@ Content-Type: text/html; charset=UTF-8
                At the same time, it strives to be simpler and easier to use
                than existing meteorological software packages such as GEMPAK
                and IDV.
                At the same time, it strives to be simpler and easier to use
                than existing meteorological software packages such as GEMPAK
                and IDV.
+
+               Currently AWeather only displays data provided by the United
+               States National Weather Service.
        </p>
        <hr />
 
        </p>
        <hr />
 
@@ -88,10 +93,13 @@ Content-Type: text/html; charset=UTF-8
                                <li>Level-II archives</li>
                                <li>Conus NEXRAD imagery</li>
                                <li>Volume display of dBZ iso surfaces</li>
                                <li>Level-II archives</li>
                                <li>Conus NEXRAD imagery</li>
                                <li>Volume display of dBZ iso surfaces</li>
+                               <li>Storm based and county based<br/>
+                                   warning/watch/advisory displays</li>
                        </ul></li>
                        <li>Virtual Globe base rendering<ul>
                                <li>Including terrain, satellite, and map imagery</li>
                        </ul></li>
                        </ul></li>
                        <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>
                        <li>Real-time and offline mode</li>
                        <li>Auto-updating</li>
                        <li>Fullscreen mode</li>
@@ -101,7 +109,6 @@ Content-Type: text/html; charset=UTF-8
                <h3>Planned</h3>
                <ul>
                        <li>Additional data sources<ul>
                <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>
                                <li>Surface data (temp., humidity, etc)</li>
                        </ul></li>
                        <li>Derived NEXRAD data<ul>
@@ -110,6 +117,7 @@ Content-Type: text/html; charset=UTF-8
                                <li>Echo tops</li>
                        </ul></li>
                        <li>Vertical cross sections</li>
                                <li>Echo tops</li>
                        </ul></li>
                        <li>Vertical cross sections</li>
+                       <li>Spotter network intergration</li>
                        <li>Animation</li>
                </ul>
        </div>
                        <li>Animation</li>
                </ul>
        </div>
@@ -123,18 +131,118 @@ Content-Type: text/html; charset=UTF-8
 <% } %>
 
 <% void print_news(void) { %>
 <% } %>
 
 <% void print_news(void) { %>
-       <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p>
+       <!-- It's not really spring anymore :/ -->
+       <!-- <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p> -->
        <dl class="news">
        <dl class="news">
+               <dt>2013-01-28</dt>
+               <dd>
+                       AWeather 0.8 released: <ul>
+                               <li>Adds a compass rose to show (and reset) view rotations</li>
+                               <li>Make radar labels clickable</li>
+                               <li>Many performance and stability improvements</li>
+                       </ul>
+               </dd>
+
+               <dt>2012-12-11</dt>
+               <dd>
+                       New Website!<ul>
+                               <li>The Rose-Hulman Linux Users Group website
+                                   has been unavailable for some time so we have
+                                   moved on to a new and hopefully more stable server.
+                                   A mirror of the old RHLUG website is available at
+                                   <a href="http://rhlug.pileus.org/wiki/Main_Page">http://rhlug.pileus.org/</a></li>
+                               <li>Due to the move, some of the site
+                                   infrastructure such as bug tracer and the
+                                   development wiki are unavailable
+                               <li>These issues should be resolved shortly</li>
+                       </ul>
+                       New Mailing list!<ul>
+                               <li>There is now an official mailing list for AWeather and other pileus.org projects as well:<br />
+                                   <a href="<%= MAIL_LIST %>"><%= MAIL_LIST %></a></li>
+                               <li>An astoundingly empty archive is also available:<br />
+                                   <a href="<%= MAIL_ARCH %>"><%= MAIL_ARCH %></a></li>
+                       </ul>
+               </dd>
+
+               <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>Automatically 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>
+                               <li>Added support for Mac OS X</li>
+                               <li>Added an much improved <a href="manual">User Guide</a>,
+                                   written by Jason Holmes</li>
+                               <li>Miscellaneous bug fixes</li>
+                       </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)</span>
+               </dd>
+
+               <dt>2011-11-25</dt>
+               <dd>
+                       AWeather 0.6.1 released: <ul>
+                               <li>Added a Radar menu to quickly jump to a NEXRAD/WSR-88D site</li>
+                               <li>Fixed a bunch of 64-bit bugs</li>
+                       </ul>
+               </dd>
+
+               <dt>2011-11-03</dt>
+               <dd>
+                       AWeather 0.6 released: <ul>
+                               <li>Added "Alerts" plugin using the
+                                   <a href="http://alerts.weather.gov/">NWS CAP</a> feed</li>
+                               <li>Updated GTK+ libraries for Windows</li>
+                               <li>Behind the scenes, mouse support in Grits
+                                   has been much improved</li>
+                       </ul>
+                       This release was a little bit faster than previous releases.
+                       Hopefully additional improvements to the alerts plugin
+                       can be made incrementally during the 0.x.x releases.
+               </dd>
+
+               <dt>2011-09-12</dt>
+               <dd>
+                       AWeather 0.5.2 released: <ul>
+                               <li>Added new desktop icons</li>
+                               <li>Miscellaneous bug fixes</li>
+                       </ul>
+                       Improved organization of the <a href="<%= WIKI_INDEX %>">Wiki</a>
+               </dd>
+
                <dt>2011-08-25</dt>
                <dd>
                        AWeather 0.5.1 released: <ul>
                                <li>Bugfix release</li>
                                <li>Updated sat/map/elev to provide better data</li>
                <dt>2011-08-25</dt>
                <dd>
                        AWeather 0.5.1 released: <ul>
                                <li>Bugfix release</li>
                                <li>Updated sat/map/elev to provide better data</li>
-                               <li>First release with <a href="<%= DEB_HOME %>">Debian packages</a></li>
-                               <li>Ubuntu packaging in progress (hopefully for 11.10)</li>
+                               <li>First release with <a href="<%= DEBIAN_HOME %>">Debian</a>,
+                                                  and <a href="<%= UBUNTU_HOME %>">Ubuntu</a> packages</li>
                        </ul>
                </dd>
                        </ul>
                </dd>
+       </dl>
+       <p class="note">See also: <a href="oldnews">Older news</a>,
+                                 <a href="<%= GW_AWEATHER %>">gitweb</a></p>
+<% } %>
 
 
+<% void print_oldnews(void) { %>
+       &lt; <a href="news">News</a>
+       <dl class="news">
                <dt>2011-06-19</dt>
                <dd>
                        AWeather 0.5 released: <ul>
                <dt>2011-06-19</dt>
                <dd>
                        AWeather 0.5 released: <ul>
@@ -188,7 +296,12 @@ Content-Type: text/html; charset=UTF-8
                    progress is being made on libgis, which is now able to display
                    a virtual globe using data from NASA servers.</dd>
        </dl>
                    progress is being made on libgis, which is now able to display
                    a virtual globe using data from NASA servers.</dd>
        </dl>
-       <p class="note">See also: AWeather's <a href="<%= GW_AWEATHER %>">gitweb</a></p>
+<% } %>
+
+<% void print_manual(void) { %>
+       <div class="asciidoc">
+               <% print_file("manual.inc"); %>
+       </div>
 <% } %>
 
 <% void print_screenshots(void) { %>
 <% } %>
 
 <% void print_screenshots(void) { %>
@@ -215,6 +328,10 @@ Content-Type: text/html; charset=UTF-8
                        <% print_screen("iso"); %>
                        Close up showing a 52.5 dBZ isosurface
                </li>
                        <% print_screen("iso"); %>
                        Close up showing a 52.5 dBZ isosurface
                </li>
+               <li>
+                       <% print_screen("alert"); %>
+                       Current severe weather alerts for the CONUS
+               </li>
        </ul>
 <% } %>
 
        </ul>
 <% } %>
 
@@ -228,31 +345,48 @@ Content-Type: text/html; charset=UTF-8
                <li class="linux"><dl class="inline">
                        <dt>Source code</dt>
                        <dd>
                <li class="linux"><dl class="inline">
                        <dt>Source code</dt>
                        <dd>
-                       <a href="files/aweather-<%= VERSION %>.tar.gz">aweather-<%= VERSION %>.tar.gz</a>,
-                       <a href="../grits/grits-<%= VERSION %>.tar.gz">grits-<%= VERSION %>.tar.gz</a>,
-                       <a href="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
+                               <a href="files/aweather-<%= VERSION %>.tar.gz">aweather-<%= VERSION %>.tar.gz</a>,
+                               <a href="../grits/files/grits-<%= VERSION_GRITS %>.tar.gz">grits-<%= VERSION_GRITS %>.tar.gz</a>,
+                               <a href="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
                        </dd>
 
                        </dd>
 
-                       <dt>Gentoo</dt>
-                       <dd><span class="code">emerge sci-geosciences/aweather</span> from the sunrise overlay</dd>
+                       <dt class="shown">Binaries</dt>
+                       <dd class="shown"><a href="javascript:show()">Show..</a></dd>
+
+                       <dt class="hidden">Gentoo</dt>
+                       <dd class="hidden"><span class="code">emerge sci-geosciences/aweather</span>
+                               from the <a href="<%= GENTOO_HOME %>">Sunrise</a> overlay</dd>
+
+                       <dt class="hidden">Debian</dt>
+                       <dd class="hidden"><span class="code">apt-get install aweather</span>
+                               from <a href="<%= DEBIAN_HOME %>">Debian</a> sid</dd>
+
+                       <dt class="hidden">Ubuntu</dt>
+                       <dd class="hidden"><span class="code">apt-get install aweather</span>
+                               from <a href="<%= UBUNTU_HOME %>">Ubuntu</a> Oneiric,
+                               or the <a href="<%= UBUNTU_PPA %>">AWeather PPA</a></dd>
+
+                       <dt class="hidden">Slackware</dt>
+                       <dd class="hidden">Included in <a href="<%= SLACKY_HOME %>">Slacky</a> 13.37</dd>
 
 
-                       <dt>Debian</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
+                       <dt class="hidden">Arch</dt>
+                       <dd class="hidden">Available from the <a href="<%= ARCH_HOME %>">Arch User Repository</a></dd>
 
 
-                       <dt>Ubuntu</dt>
-                       <dd>Packaging in progress for Ubuntu 11.10</dd>
+                       <dt class="hidden">Mandriva</dt>
+                       <dd class="hidden">Available from Mandriva 2011</dd>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
-                       <dd><a href="files/aweather-<%= VERSION_WIN32 %>-gtk.exe">aweather-<%= VERSION_WIN32 %>-gtk.exe</a>
+                       <dd><a href="files/aweather-<%= VERSION_WIN %>-gtk.exe">aweather-<%= VERSION_WIN %>-gtk.exe</a>
                                (Use this unless you know what you're doing)</dd>
 
                        <dt>Without GTK</dt>
                                (Use this unless you know what you're doing)</dd>
 
                        <dt>Without GTK</dt>
-                       <dd><a href="files/aweather-<%= VERSION_WIN32 %>.exe">aweather-<%= VERSION_WIN32 %>.exe</a></dd>
+                       <dd><a href="files/aweather-<%= VERSION_WIN %>.exe">aweather-<%= VERSION_WIN %>.exe</a></dd>
                </dl></li>
                <li class="macos" style="padding-top: .8em; padding-bottom: .8em"><dl class="inline">
                        <dt>Mac OS X</dt>
                </dl></li>
                <li class="macos" style="padding-top: .8em; padding-bottom: .8em"><dl class="inline">
                        <dt>Mac OS X</dt>
-                       <dd>Coming soon (Mac OS developer? <a href="/code/issues/1">Help out</a>)</dd>
+                       <dd><a href="files/aweather-<%= VERSION_MAC %>.dmg">aweather-<%= VERSION_MAC %>.dmg</a>
+                               (Requires 10.6 or newer)</dd>
                </dl></li>
        </ul>
 
                </dl></li>
        </ul>
 
@@ -260,7 +394,7 @@ Content-Type: text/html; charset=UTF-8
        <p class="note">Pre-releases, betas, and other hazardous software</p>
        <div style="margin-left: 30px;">
                <p>Check out the <a href="files">files</a> directory for any potential updates</p>
        <p class="note">Pre-releases, betas, and other hazardous software</p>
        <div style="margin-left: 30px;">
                <p>Check out the <a href="files">files</a> directory for any potential updates</p>
-               <p>Pre-releases are labeled with a -p0 and are mainly built for testing the Windows packages</p>
+               <p>Pre-releases are labeled with a -p0 and are mainly built for testing the Windows and Mac packages</p>
        </div>
 
        <h2>Development code</h2>
        </div>
 
        <h2>Development code</h2>
@@ -276,6 +410,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>
                <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) { %>
 <% } %>
 
 <% void print_development(void) { %>
@@ -320,6 +464,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>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>
 <% } %>
 
        </ul>
 <% } %>
 
@@ -383,9 +529,13 @@ Content-Type: text/html; charset=UTF-8
        <h1>Contact</h1>
        <p class="note">Questions? Comments? Trouble compiling AWeather?</p>
        <dl class="inline small">
        <h1>Contact</h1>
        <p class="note">Questions? Comments? Trouble compiling AWeather?</p>
        <dl class="inline small">
-               <dt>Bugs</dt> <dd><a href="<%= BUG_LIST %>">Issue Tracker</a> (sign in to add a new issue)</dd>
-               <dt>Email</dt><dd><a href="mailto:andy753421@gmail.com">Andy Spencer</a></dd>
-               <dt>IRC</dt>  <dd>#rhlug@irc.freenode.net</dd>
+               <dt>Lists</dt>
+               <dd><a href="<%= MAIL_LIST %>">Mailing list</a> |
+                   <a href="<%= MAIL_ARCH %>">Archived messages</a></dd>
+               <dt>Bugs</dt>
+               <dd><a href="<%= BUG_LIST %>">Issue Tracker</a> (sign in to add a new issue)</dd>
+               <dt>IRC</dt>
+               <dd>#pileus@irc.freenode.net</dd>
        </dl>
 <% } %>
 
        </dl>
 <% } %>
 
@@ -399,24 +549,33 @@ Content-Type: text/html; charset=UTF-8
                see the <a href="about">about</a> page for more details.
        </p>
        <hr />
                see the <a href="about">about</a> page for more details.
        </p>
        <hr />
-       <ul style="float: left;">
-               <li>Detailed Level-II NEXRAD radar<ul>
-                       <li>3D volume rendering</li>
-                       <li>Dual-pole support</li>
-               </ul></li>
-               <li>Online and offline modes<ul>
-                       <li>Data caching</li>
-                       <li>Automatic updating</li>
-               </ul></li>
-               <li>Surface and map overlays</li>
-               <li>Terrain rendering</li>
-       </ul>
+       <div style="float: left">
+               <h2 style="margin-top: 0;">Features:</h2>
+               <ul style="float: left;">
+                       <li>Detailed Level-II NEXRAD radar<ul>
+                               <li>3D volume rendering</li>
+                               <li>Dual-pole support</li>
+                       </ul></li>
+                       <li>Online and offline modes<ul>
+                               <li>Data caching</li>
+                               <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>
+       </div>
        <div style="float: left; margin-left: 20px;">
        <div style="float: left; margin-left: 20px;">
-               <% print_screen("meso"); %>
+               <% print_screen("stormbased"); %>
+               <div style="text-align: center; margin-right: 25px;">
+                       AWeather showing storm based warnings<br />
+                       on top of Level-II radar imagery
+               </div>
        </div>
        <a href="download" class="download" style="float: right;">
        </div>
        <a href="download" class="download" style="float: right;">
-               <span>Download</span>
-               <span>AWeather <%= VERSION %></span>
+               <span>AWeather</span>
+               <span>Download Version <%= VERSION %></span>
                <img src="images/dl-arrow.png" alt="Download" />
        </a>
        <p style="text-align: center;"><%= VERSION_DESC %></p>
                <img src="images/dl-arrow.png" alt="Download" />
        </a>
        <p style="text-align: center;"><%= VERSION_DESC %></p>