]> Pileus Git - ~andy/aweather-web/commitdiff
Version 0.7
authorAndy Spencer <andy753421@gmail.com>
Thu, 16 Feb 2012 23:40:11 +0000 (23:40 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 16 Feb 2012 23:40:11 +0000 (23:40 +0000)
html.ct
html.h
mkfile

diff --git a/html.ct b/html.ct
index 6154d6fe16195742610d70adfe13a9d2d6dc2412..07f8ddf8b8ad5e8852694d29082d8568fbbe1714 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -131,6 +131,23 @@ 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 that 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>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 +158,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>
@@ -489,6 +506,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>
diff --git a/html.h b/html.h
index fbfb82c304f084954c37ba73b6741eb756baee9e..78e5f108c340b6ae8e2da3cfff66ebc4f2546aa1 100644 (file)
--- a/html.h
+++ b/html.h
@@ -1,11 +1,11 @@
 /* Version information */
-#define VERSION        "0.6.3"
-#define VERSION_GRITS  "0.6.3"
-#define VERSION_WIN    "0.6.3"
-#define VERSION_MAC    "0.6.3"
+#define VERSION        "0.7"
+#define VERSION_GRITS  "0.7"
+#define VERSION_WIN    "0.7"
+#define VERSION_MAC    "0.7"
 
-#define VERSION_DESC   "Version " VERSION " adds support for Mac OS X and " \
-                      "provides an improved <a href=\"manual\">User Guide</a>"
+#define VERSION_DESC   "Version " VERSION " a GPS tracking plugin for Linux " \
+                       "along with various other updates and bug fixes"
 
 /* Link info */
 #define WIKI_INDEX   "/code/projects/aweather/wiki"
diff --git a/mkfile b/mkfile
index 4b7a69fc904ee09174b440311efe51fe7799d41f..4968365028bca3d26c305dc90a804b1d05b5496b 100644 (file)
--- a/mkfile
+++ b/mkfile
@@ -12,7 +12,7 @@ index.cgi: index.o html.o
 %.c: %.ct
        $CT -o $target $prereq 
 
-manual.inc: ../docs/userguide.ad
+manual.inc: ../aweather/docs/userguide.ad
        asciidoc -s -a toc -a numbered -b xhtml11 -o- $prereq \
        | awk -f toc.awk > $target