X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=f743157f69fc56915b7bc34099b0a5a51414d287;hp=149e2a5f12b8aca77f9651c8f707e5ae24fb06b6;hb=c4bb50cd4c6af50a0344b967abb718c29ab71a30;hpb=dfb66ee4d020715e13685476c879a341a9375ebe diff --git a/html.ct b/html.ct index 149e2a5..f743157 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 */ %> @@ -76,12 +79,7 @@ Content-Type: text/html; charset=UTF-8 and IDV.


-

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

@@ -115,16 +113,41 @@ 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.

    +
    2011-09-12
    +
    + AWeather 0.5.2 released:
      +
    • Added new desktop icons
    • +
    • Miscellaneous bug fixes
    • +
    +
    + +
    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:
    • Support for volume rendering (isosurfaces)
    • -
    • Automatically update
    • +
    • Automatic updating
    • Fullscreen mode
    • Dropped GtkGLExt
    @@ -133,10 +156,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 +196,24 @@ 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

    +

    See also: AWeather's gitweb

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

    -
    + -
  • 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. +

    +