X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=6154d6fe16195742610d70adfe13a9d2d6dc2412;hp=9494b5d8d3f7272b4ae4e5d59ac1ff152228c827;hb=2a1b9e35299ad8d2bb54882bcd5786953179af38;hpb=7793b4a359ef5fbad771ca62894992c2b2489ef4 diff --git a/html.ct b/html.ct index 9494b5d..6154d6f 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,14 +121,76 @@ 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.

      + + +
      +
      2012-01-10
      +
      + AWeather 0.6.3 released:
        +
      • Added support for Mac OS X
      • +
      • Added an much improved User Guide, + written by Jason Holmes
      • +
      • Miscellaneous bug fixes
      • +
      + + (p.s. AWeather 0.6.2 doesn't exist, you never + heard of it, and neither have I) +
      + +
      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
      • +
      +
      +
      +

      See also: Older news, + gitweb

      +<% } %> + +<% void print_oldnews(void) { %> + < News
      2011-06-19
      @@ -138,7 +208,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
    @@ -175,7 +245,12 @@ 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_manual(void) { %> +
    + <% print_file("manual.inc"); %> +
    <% } %> <% void print_screenshots(void) { %> @@ -202,6 +277,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 +
  • <% } %> @@ -216,27 +295,44 @@ Content-Type: text/html; charset=UTF-8
    Source code
    aweather-<%= VERSION %>.tar.gz, - grits-<%= VERSION %>.tar.gz, + grits-<%= VERSION_GRITS %>.tar.gz, rsl-1.40.tar.gz
    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)
    +
    aweather-<%= VERSION_WIN %>-gtk.exe + (Use this unless you know what you're doing)
    Without GTK
    -
    aweather-<%= VERSION_WIN32 %>.exe
    +
    aweather-<%= VERSION_WIN %>.exe
  • Mac OS X
    -
    Coming soon (Mac OS developer? Help out)
    +
    aweather-<%= VERSION_MAC %>.dmg
  • @@ -244,7 +340,7 @@ Content-Type: text/html; charset=UTF-8

    Pre-releases, betas, and other hazardous software

    Check out the files directory for any potential updates

    -

    Pre-releases are labeled with a -p0 and are mainly built for testing the Windows packages

    +

    Pre-releases are labeled with a -p0 and are mainly built for testing the Windows and Mac packages

    Development code

    @@ -252,7 +348,7 @@ Content-Type: text/html; charset=UTF-8 Development code is available from Git (and gitweb: AWeather, - Grits, + Grits, RSL)

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

    NASA/TRMM version

    @@ -392,17 +488,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 +514,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 %> + + <% } } } %> + +<% } %>