]> Pileus Git - ~andy/aweather-web/blobdiff - html.ct
Update linux download links
[~andy/aweather-web] / html.ct
diff --git a/html.ct b/html.ct
index 07f8ddf8b8ad5e8852694d29082d8568fbbe1714..87464240f9a5b3e84b80780b6cda7ae6f081ae59 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" />
+               <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" />
@@ -46,15 +47,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 +98,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 +108,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 +116,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>
@@ -134,7 +136,7 @@ Content-Type: text/html; charset=UTF-8
                <dt>2012-02-16</dt>
                <dd>
                        AWeather 0.7 released: <ul>
-                               <li>Added a GPS plugin that using
+                               <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>
@@ -142,6 +144,7 @@ Content-Type: text/html; charset=UTF-8
                                    <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>
@@ -311,33 +314,35 @@ Content-Type: text/html; charset=UTF-8
                <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_GRITS %>.tar.gz">grits-<%= VERSION_GRITS %>.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/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>
 
-                       <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>Debian</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Debian sid</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>Ubuntu</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Ubuntu Oneiric,
-                           or the <a href="<%= UBUNTU_PPA %>">AWeather PPA</a></dd>
-                       <!--
-                               (Arch packages still have bugs)
-                               <dt>Arch</dt>
-                               <dd>Available from the AUR</dd>
-                       -->
-                       <!--
-                               <dt>Slackware</dt>
-                               <dd>Available in Slacky 13.37</dd>
-                       -->
-                       <!--
-                               <dt>Mandriva</dt>
-                               <dd>Available from contrib/cooker?</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 class="hidden">Arch</dt>
+                       <dd class="hidden">Available from the <a href="<%= ARCH_HOME %>">Arch User Repository</a></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>
@@ -349,7 +354,8 @@ Content-Type: text/html; charset=UTF-8
                </dl></li>
                <li class="macos" style="padding-top: .8em; padding-bottom: .8em"><dl class="inline">
                        <dt>Mac OS X</dt>
-                       <dd><a href="files/aweather-<%= VERSION_MAC %>.dmg">aweather-<%= VERSION_MAC %>.dmg</a></dd>
+                       <dd><a href="files/aweather-<%= VERSION_MAC %>.dmg">aweather-<%= VERSION_MAC %>.dmg</a>
+                               (Requires 10.6 or newer)</dd>
                </dl></li>
        </ul>
 
@@ -373,6 +379,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) { %>
@@ -417,6 +433,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>
 <% } %>