From: Andy Spencer Date: Thu, 3 Nov 2011 09:17:15 +0000 (+0000) Subject: Update for 0.6 (alerts plugin) X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=commitdiff_plain;h=8456e5d97f4bc5c066d3af9d4584b0843fe510ce Update for 0.6 (alerts plugin) --- diff --git a/html.ct b/html.ct index af1abf3..0d88a39 100644 --- a/html.ct +++ b/html.ct @@ -88,6 +88,8 @@ Content-Type: text/html; charset=UTF-8
  • Level-II archives
  • Conus NEXRAD imagery
  • Volume display of dBZ iso surfaces
  • +
  • Storm based and county based
    + warning/watch/advisory displays
  • Virtual Globe base rendering
  • +
  • Warning/Watch/Advisory display
  • Surface and map overlays
  • Terrain rendering
  • diff --git a/html.h b/html.h index 9c44d9b..3216d9d 100644 --- 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 1f15688..317ad45 100644 --- 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 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 index 0000000..b1989d9 Binary files /dev/null and b/screens/alert_s.jpg differ