X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=4141a21ce633c4ce7beb751fac26361ecab96ff2;hp=9494b5d8d3f7272b4ae4e5d59ac1ff152228c827;hb=8472fcba09b63d2096325a7f0aa344422e4d2567;hpb=7793b4a359ef5fbad771ca62894992c2b2489ef4 diff --git a/html.ct b/html.ct index 9494b5d..4141a21 100644 --- a/html.ct +++ b/html.ct @@ -18,23 +18,28 @@ 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

+

pileus.org

<% page->print(); %>
- - + + <% } %> <% /* Normal Pages */ %> @@ -74,9 +79,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,10 +93,13 @@ 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
  • +
  • GPS tracking using GPSd (Linux only)
  • Real-time and offline mode
  • Auto-updating
  • Fullscreen mode
  • @@ -98,7 +109,6 @@ Content-Type: text/html; charset=UTF-8

    Planned

    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-12-11
    +
    + New Website! + New Mailing list! +
    + +
    2012-02-16
    +
    + AWeather 0.7 released: +
    + +
    2012-01-10
    +
    + AWeather 0.6.3 released: + + (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: +
    + +
    2011-11-03
    +
    + AWeather 0.6 released: + 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: + Improved organization of the Wiki +
    + +
    2011-08-25
    +
    + AWeather 0.5.1 released: +
    +
    +

    See also: Older news, + gitweb

    +<% } %> + +<% void print_oldnews(void) { %> + < News
    2011-06-19
    @@ -138,7 +250,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 +287,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 +319,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 +
  • <% } %> @@ -215,28 +336,48 @@ Content-Type: text/html; charset=UTF-8
  • Source code
    - aweather-<%= VERSION %>.tar.gz, - grits-<%= VERSION %>.tar.gz, - rsl-1.40.tar.gz + aweather-<%= VERSION %>.tar.gz, + grits-<%= VERSION_GRITS %>.tar.gz, + rsl-1.40.tar.gz
    -
    Gentoo
    -
    Emerge sci-geosciences/aweather from the sunrise overlay
    +
    Binaries
    +
    Show..
    + + + + + + + + + -
    Debian
    -
    .deb files, further packaging in progress
    + + + + + + + +
  • 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 + (Requires 10.6 or newer)
  • @@ -244,7 +385,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 +393,7 @@ Content-Type: text/html; charset=UTF-8 Development code is available from Git (and gitweb: AWeather, - Grits, + Grits, RSL)

    @@ -260,6 +401,16 @@ Content-Type: text/html; charset=UTF-8
    git clone <%= GIT_GRITS %>
    git clone <%= GIT_RSL %>
    +

    + Repositories for packaging and this website + (and gitweb: + Packaging, + Website) +

    +
    +
    git clone <%= GIT_PKG %>
    +
    git clone <%= GIT_WEB %>
    +
    <% } %> <% void print_development(void) { %> @@ -304,6 +455,8 @@ Content-Type: text/html; charset=UTF-8
  • Currently building and running AWeather requires the exact same version of Grits to be installed
    (This may change in the near future as the software stabilizes)
  • +
  • The Downloads page has information + on accessing the AWeather source code repositories
  • <% } %> @@ -349,7 +502,7 @@ Content-Type: text/html; charset=UTF-8

    NASA/TRMM version

    @@ -383,26 +536,36 @@ Content-Type: text/html; charset=UTF-8 see the about page for more details.


    - +
    +

    Features:

    + +
    - <% print_screen("meso"); %> + <% print_screen("stormbased"); %> +
    + AWeather showing storm based warnings
    + on top of Level-II radar imagery +
    - Download - AWeather <%= VERSION %> + AWeather + Download Version <%= VERSION %> Download +

    <%= VERSION_DESC %>

    <% } %> <% void print_notfound(void) { %> @@ -412,3 +575,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 %> + + <% } } } %> + +<% } %>