X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=f743157f69fc56915b7bc34099b0a5a51414d287;hp=af42dca22a60d76be1020df741836c5d2d209347;hb=c4bb50cd4c6af50a0344b967abb718c29ab71a30;hpb=49bfe2490d94cf946b9fd521c69ee1ea46a3ee67 diff --git a/html.ct b/html.ct index af42dca..f743157 100644 --- a/html.ct +++ b/html.ct @@ -2,7 +2,7 @@ <% /* Global functions */ %> <% void print_header(void) { %> -Content-Type: application/xhtml+xml; charset=UTF-8 +Content-Type: text/html; charset=UTF-8 <% } %> @@ -13,35 +13,45 @@ Content-Type: application/xhtml+xml; 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(); %> -
+
- - + + <% } %> <% /* Normal Pages */ %> <% void print_about(void) { %>

- To the best of my knowledge, all the weather related programs currently - available for Linux are either very simple and provide little - meteorological information or are huge, ancient, or proprietary beasts - created for the National Weather Service. AWeather is made to fill the - gap by providing lots of weather information while still using standard - free software practices. As such, the research focus of this software - is weather, not creative way to write software. + AWeather is a free/open source application which has been + designed to integrate and visualize high-quality meteorological + data using an interactive Virtual Globe interface suitable for + a wide range of users including weather enthusiasts, academics, + and professionals. + + It is designed to provide more information than is typically + available from weather widgets and simple desktop applications. + At the same time, it strives to be simpler and easier to use + than existing meteorological software packages such as GEMPAK + and IDV.


-

Intended Features

- -

Status

-
Now that it's spring again, progress on AWeather is continuing.
-

Working

- -

Todo

- +

Features

+
+

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: +
+ +
2011-08-25
+
+ AWeather 0.5.1 released: +
+ +
2011-06-19
+
+ AWeather 0.5 released: + Forked RSL: + Update: AWeather 0.5 is also compatible with the + newly released RSL v1.41 +
+
2011-06-13
Started work on this new website. Lots of progress in AWeather as well:
-

See also: AWeather's gitweb

+

See also: AWeather's gitweb

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

- AWeather provides consistent user interface that allows the + 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.

+ -

Building AWeather

-

See the install wiki page for more details

- -

Architecture Overview

+ +

Building AWeather

+

See the install + wiki page for more details

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

Grits

-

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
<% } %> -<% void print_legal(void) { %> -

Legal

-<% } %> - <% /* 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 simply 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. + 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 meteorological data in simple unified interface; + see the about page for more details.


- <% print_screen("meso"); %> -
- -

Download

-

AWeather 0.5-p0 source

- -
- -

Download

-

AWeather 0.5-p0 source

- -
-
- Features: -