]> Pileus Git - ~andy/aweather-web/commitdiff
Update for 0.6 (alerts plugin)
authorAndy Spencer <andy753421@gmail.com>
Thu, 3 Nov 2011 09:17:15 +0000 (09:17 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 3 Nov 2011 09:20:56 +0000 (09:20 +0000)
html.ct
html.h
mkfile
screens/alert.png [new file with mode: 0644]
screens/alert_s.jpg [new file with mode: 0644]

diff --git a/html.ct b/html.ct
index af1abf3a39389e51f934d1cc18e51983aba9d283..0d88a39ef500303b4b8bcdfbd81bea04dbae01c7 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -88,6 +88,8 @@ 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>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>
@@ -126,6 +128,20 @@ 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>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>
@@ -231,6 +247,10 @@ Content-Type: text/html; charset=UTF-8
                        <% 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>
 <% } %>
 
@@ -429,6 +449,7 @@ Content-Type: text/html; charset=UTF-8
                        <li>Data caching</li>
                        <li>Automatic updating</li>
                </ul></li>
+               <li>Warning/Watch/Advisory display</li>
                <li>Surface and map overlays</li>
                <li>Terrain rendering</li>
        </ul>
diff --git a/html.h b/html.h
index 9c44d9bf4aec1339f6a688f9e597fadf1698b6bd..3216d9d0219b151d1b5dd212bc6d591efe1144a7 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,8 +1,10 @@
 /* Version information */
-#define VERSION        "0.5.2"
-#define VERSION_WIN32  "0.5.2"
+#define VERSION        "0.6"
+#define VERSION_WIN32  "0.6"
 
-#define VERSION_DESC   "Version " VERSION " contains additional bug fixes and new desktop icons"
+#define VERSION_DESC   "Version " VERSION " adds a new \"Alert\" plugin for "    \
+                      "displaying Warnings, Watches, and Advisories issued by " \
+                      "the National Weather Services"
 
 /* Link info */
 #define WIKI_INDEX   "/code/projects/aweather/wiki"
diff --git a/mkfile b/mkfile
index 1f156888129d7a0a378b6f593599db3ae89bf950..317ad45b21c54c7d83182a1b416daaba31e938cb 100644 (file)
--- a/mkfile
+++ b/mkfile
@@ -7,8 +7,8 @@ PKG_LIBS=`{pkg-config --libs glib-2.0}
 index.cgi: index.o html.o
        gcc $CFLAGS -o $target $prereq $PKG_LIBS
 
-%.o: %.c
-       gcc $CFLAGS $PKG_FLAGS -c -o $target $prereq
+%.o: %.c html.h
+       gcc $CFLAGS $PKG_FLAGS -c -o $target $stem.c
 
 %.c: %.ct
        $CT -o $target $prereq 
diff --git a/screens/alert.png b/screens/alert.png
new file mode 100644 (file)
index 0000000..a5aaca5
Binary files /dev/null and b/screens/alert.png differ
diff --git a/screens/alert_s.jpg b/screens/alert_s.jpg
new file mode 100644 (file)
index 0000000..b1989d9
Binary files /dev/null and b/screens/alert_s.jpg differ