X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=html.ct;h=f7de7147835b369f2518d94414994a5fdf5a42ee;hb=d733fa4382024294d0470ed5160576c36218286a;hp=9494b5d8d3f7272b4ae4e5d59ac1ff152228c827;hpb=7793b4a359ef5fbad771ca62894992c2b2489ef4;p=~andy%2Faweather-web diff --git a/html.ct b/html.ct index 9494b5d..f7de714 100644 --- a/html.ct +++ b/html.ct @@ -18,20 +18,23 @@ Content-Type: text/html; charset=UTF-8 <% } %> <% void print_page(const page_t *page) { %> - - - - - AWeather<% if (page->name) printf(" - %s", page->name); %> + + + + + AWeather<% if (page->name) printf(" - %s", page->name); %> - - - - - + + + <% if (page->desc) { %> + + <% } %> + + + +

AWeather

@@ -56,8 +59,8 @@ Content-Type: text/html; charset=UTF-8 | <% print_nav(&footer[i], page); %> <% } %>

- - + + <% } %> <% /* Normal Pages */ %> @@ -74,9 +77,12 @@ 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.


- +

Features

Working

@@ -85,6 +91,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
    • Including terrain, satellite, and map imagery
    • @@ -113,15 +121,57 @@ Content-Type: text/html; charset=UTF-8

      Licencing

      -

      AWeather is free software licensed under the terms of the +

      AWeather is free software licensed under the terms of the GNU GPL. As such, it can be used by any individuals or organizations without any license fees or royalties.

      <% } %> <% void print_news(void) { %> -

      Now that it's spring again, progress on AWeather is continuing.

      + +
      +
      2011-11-25
      +
      + AWeather 0.6.1 released:
        +
      • Added a Radar menu to quickly jump to a NEXRAD/WSR-88D site
      • +
      • Fixed a bunch of 64-bit bugs
      • +
      +
      + +
      2011-11-03
      +
      + AWeather 0.6 released:
        +
      • Added "Alerts" plugin using the + NWS CAP feed
      • +
      • Updated GTK+ libraries for Windows
      • +
      • Behind the scenes, mouse support in Grits + has been much improved
      • +
      + 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. +
      + +
      2011-09-12
      +
      + AWeather 0.5.2 released:
        +
      • Added new desktop icons
      • +
      • Miscellaneous bug fixes
      • +
      + Improved organization of the Wiki +
      + +
      2011-08-25
      +
      + AWeather 0.5.1 released:
        +
      • Bugfix release
      • +
      • Updated sat/map/elev to provide better data
      • +
      • First release with Debian, + and Ubuntu packages
      • +
      +
      +
      2011-06-19
      AWeather 0.5 released:
        @@ -138,7 +188,7 @@ Content-Type: text/html; charset=UTF-8 and git
      Update: AWeather 0.5 is also compatible with the - newly released RSL v1.41 + newly released RSL v1.41
      2011-06-13
      @@ -147,7 +197,14 @@ Content-Type: text/html; charset=UTF-8
    • Added an option to automatically refresh after a timeout
    • New fullscreen mode
    + +

    See also: Older news, + gitweb

    +<% } %> +<% void print_oldnews(void) { %> + < News +
    2010-05-17
    AWeather 0.4.1:
    • Win32 fixes and improved debug support
    • @@ -175,7 +232,6 @@ Content-Type: text/html; charset=UTF-8 progress is being made on libgis, which is now able to display a virtual globe using data from NASA servers.
    -

    See also: AWeather's gitweb

    <% } %> <% void print_screenshots(void) { %> @@ -202,6 +258,10 @@ Content-Type: text/html; charset=UTF-8 <% print_screen("iso"); %> Close up showing a 52.5 dBZ isosurface
  • +
  • + <% print_screen("alert"); %> + Current severe weather alerts for the CONUS +
  • <% } %> @@ -221,15 +281,24 @@ Content-Type: text/html; charset=UTF-8
    Gentoo
    -
    Emerge sci-geosciences/aweather from the sunrise overlay
    +
    emerge sci-geosciences/aweather from the sunrise overlay
    Debian
    -
    .deb files, further packaging in progress
    +
    apt-get install aweather from Debian sid
    + +
    Ubuntu
    +
    apt-get install aweather from Ubuntu Oneiric, + or the AWeather PPA
    +
  • Windows
    aweather-<%= VERSION_WIN32 %>-gtk.exe - (Use this if you know what you're doing)
    + (Use this unless you know what you're doing)
    Without GTK
    aweather-<%= VERSION_WIN32 %>.exe
    @@ -252,7 +321,7 @@ Content-Type: text/html; charset=UTF-8 Development code is available from Git (and gitweb: AWeather, - Grits, + Grits, RSL)

    @@ -349,7 +418,7 @@ Content-Type: text/html; charset=UTF-8

    NASA/TRMM version

    @@ -392,17 +461,23 @@ Content-Type: text/html; charset=UTF-8
  • Data caching
  • Automatic updating
  • +
  • Warning/Watch/Advisory display
  • Surface and map overlays
  • Terrain rendering
  • - <% print_screen("meso"); %> + <% print_screen("stormbased"); %> +
    + AWeather showing storm based warnings
    + on top of Level-II radar imagery +
    Download AWeather <%= VERSION %> Download +

    <%= VERSION_DESC %>

    <% } %> <% void print_notfound(void) { %> @@ -412,3 +487,20 @@ Content-Type: text/html; charset=UTF-8

    If Andy screwed up, feel free to tell him, otherwise, go away

    <% } %> + +<% void print_sitemap(const page_t **pages) { %> + + + <% for (int i = 0; pages[i]; i++) { %> + <% for (int j = 0; pages[i][j].link; j++) { %> + <% if (pages[i][j].prio >= 0) { %> + + <%% "%s%s", PREFIX, pages[i][j].link %> + <%% "%3.1f", pages[i][j].prio %> + + <% } } } %> + +<% } %>