X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=af1abf3a39389e51f934d1cc18e51983aba9d283;hp=56d5430bcf2fcfacfe74ae770207bef06d112362;hb=61fb4b6e914bea7713f072876ee221d755a7d016;hpb=ae0aa8fa53031cc5081c6d99fc51dfe0ca83125e diff --git a/html.ct b/html.ct index 56d5430..af1abf3 100644 --- a/html.ct +++ b/html.ct @@ -13,35 +13,42 @@ Content-Type: text/html; charset=UTF-8 <% void print_screen(char *name) { %> - <%= name %> + <%= name %> <% } %> <% 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

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

- - + + <% } %> <% /* Normal Pages */ %> @@ -72,49 +79,77 @@ Content-Type: text/html; charset=UTF-8 and IDV.


+

Features

- +
+

Working

+ +
+
+

Planned

+ +
-

Working

- -

Planned

- +
+

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
  • +
+ 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:
  • Support for volume rendering (isosurfaces)
  • -
  • Automatically update
  • +
  • Automatic updating
  • Fullscreen mode
  • Dropped GtkGLExt
@@ -123,8 +158,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
    2011-06-13
    @@ -133,7 +170,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
    • @@ -161,23 +205,23 @@ 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) { %>

    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 wiki page for more details

    +

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

    + <% } %> +<% void print_rsl(void) { %> +

    Radar Software Library

    + AWeather has at times needed a custom version of the + TRMM Radar Software Library + for accessing Level-II radar files. However, most of the changes have + since been incorporated into RSL Version 1.41, which can also be used + with AWeather. Some remaining changes exist though and are mostly + related to code organization and compiler warnings. + +

    Download

    +
    +

    NASA/TRMM version

    + +
    +
    +

    AWeather's version

    + +
    +<% } %> + <% /* Footer Pages */ %> <% void print_contact(void) { %>

    Contact

    Questions? Comments? Trouble compiling AWeather?

    +
    Bugs
    Issue Tracker (sign in to add a new issue)
    Email
    Andy Spencer
    IRC
    #rhlug@irc.freenode.net
    @@ -323,24 +413,15 @@ Content-Type: text/html; charset=UTF-8 <% /* Special Pages */ %> <% void print_index(void) { %>

    - AWeather is designed to be an advanced weather program which is - designed to be used by weather enthusiasts. AWeather is not - another weather dockapp that displays a pre-computed forecast. + AWeather is a free real-time weather data viewer designed for weather enthusiasts. + AWeather is not a weather widget/dockapp that displays a pre-computed forecast. It is designed to be an easy to use program that integrates a - variety of weather data in simple unified interface; see - features for more details. + variety of meteorological data in simple unified interface; + see the about page for more details.


    -
    - - Download - AWeather <%= VERSION %> - Download - -
    - <% print_screen("meso"); %> -