X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=6154d6fe16195742610d70adfe13a9d2d6dc2412;hp=149e2a5f12b8aca77f9651c8f707e5ae24fb06b6;hb=2a1b9e35299ad8d2bb54882bcd5786953179af38;hpb=dfb66ee4d020715e13685476c879a341a9375ebe diff --git a/html.ct b/html.ct index 149e2a5..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,14 +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.


-

Licencing

-

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.

- +

Features

Working

@@ -90,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
    • @@ -115,16 +118,85 @@ Content-Type: text/html; charset=UTF-8
    • Animation
  • + +
    +

    Licencing

    +

    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
    AWeather 0.5 released:
    • Support for volume rendering (isosurfaces)
    • -
    • Automatically update
    • +
    • Automatic updating
    • Fullscreen mode
    • Dropped GtkGLExt
    @@ -133,10 +205,10 @@ Content-Type: text/html; charset=UTF-8
  • Fixed lots of bugs
  • General code cleanup
  • Available from files directory - and git
  • + and git Update: AWeather 0.5 is also compatible with the - newly released RSL v1.41 + newly released RSL v1.41
    2011-06-13
    @@ -173,24 +245,29 @@ 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) { %>

    AWeather provides a consistent user interface that allows the user to zoom in from a high level view of the entire Earth down - to regional and microscale views. + to regional and mesoscale views.

    -
    + <% } %> <% void print_download(void) { %>

    Stable releases

    - While AWeather won't be considered stable until version 1.0,
    + While AWeather won't be considered stable until version 1.0, these are as close to stable as you can get until then

    @@ -242,20 +340,21 @@ 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

    - Development code is available from Git, and gitweb - (AWeather, - Grits, - RSL) + Development code is available from Git + (and gitweb: + AWeather, + Grits, + RSL)

    -
    git clone git://lug.rose-hulman.edu/proj/aweather
    -
    git clone git://lug.rose-hulman.edu/proj/grits
    -
    git clone git://lug.rose-hulman.edu/~spenceal/rsl
    +
    git clone <%= GIT_AWEATHER %>
    +
    git clone <%= GIT_GRITS %>
    +
    git clone <%= GIT_RSL %>
    <% } %> @@ -263,14 +362,14 @@ Content-Type: text/html; charset=UTF-8

    - The AWeather development wiki + The AWeather development wiki is the main resource for development material.

    Bug report and feature requests

    -

    List of current issues

    -

    Add a new issue

    +

    List of current issues

    +

    Add a new issue

    How to contribute?

    @@ -289,29 +388,32 @@ Content-Type: text/html; charset=UTF-8
  • Provides some other generic functionality, such as data access
  • Also provides the plugins API used by AWeather
  • -
  • AWeather itself is a front-end for grits along with a +
  • AWeather itself is a front-end for Grits along with a bundle of weather related plugins
  • Building AWeather

    -

    See the install +

    See the install wiki page for more details

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

    Grits is a Virtual Globe library developed along side AWeather, but - can be used by other programs as well.

    -

    It is differentiated from other Virtual Globes such as Google Earth, - NASA World Wind, and KDE Marble in that it is developed as a library - that is used by other programs, such as AWeather, rather than - providing a user interface that is used directly.

    -
    +

    + Grits is a Virtual Globe library developed along side AWeather, + but desigend to be usable by other program as well. + + It is differentiated from other Virtual Globes such as Google + Earth, NASA World Wind, and KDE Marble in that it is developed + primairily as a library that is used by other programs, such as + AWeather, rather than providing it's own user interface. +

    + +
  • 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) { %> -

    404 - Not found

    +

    Error 404 - Page Not found!

    +
    +

    This page does not exist! +

    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 %> + + <% } } } %> + <% } %>