]> Pileus Git - ~andy/aweather-web/blobdiff - html.ct
Add user manual
[~andy/aweather-web] / html.ct
diff --git a/html.ct b/html.ct
index 0d88a39ef500303b4b8bcdfbd81bea04dbae01c7..68be68379603b7c8ab2642cfa0babb6e9dd284be 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -77,6 +77,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.
+
+               Currently AWeather only displays data provided by the United
+               States National Weather Service.
        </p>
        <hr />
 
@@ -124,10 +127,24 @@ Content-Type: text/html; charset=UTF-8
           without any license fees or royalties.</p>
 <% } %>
 
+<% void print_manual(void) { %>
+       <div class="asciidoc">
+               <% print_file("manual.inc"); %>
+       </div>
+<% } %>
+
 <% void print_news(void) { %>
        <!-- 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>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>
@@ -265,7 +282,7 @@ Content-Type: text/html; charset=UTF-8
                        <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="../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>
 
@@ -276,7 +293,8 @@ Content-Type: text/html; charset=UTF-8
                        <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
 
                        <dt>Ubuntu</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Ubuntu Oneiric</dd>
+                       <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>
@@ -454,7 +472,11 @@ Content-Type: text/html; charset=UTF-8
                <li>Terrain rendering</li>
        </ul>
        <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;">
                <span>Download</span>