From dfb66ee4d020715e13685476c879a341a9375ebe Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sat, 25 Jun 2011 05:33:41 +0000 Subject: [PATCH] Misc content/style updates --- data/global.css | 10 ++- html.ct | 160 ++++++++++++++++++++++++++---------------------- 2 files changed, 93 insertions(+), 77 deletions(-) diff --git a/data/global.css b/data/global.css index d2ae176..f339ce0 100644 --- a/data/global.css +++ b/data/global.css @@ -64,7 +64,12 @@ dt { } dd { - margin-left: 10px; + margin-left: 10px; +} + +.col { + float: left; + margin: -10px 30px 0px 20px; } /* Layout */ @@ -199,8 +204,6 @@ body { ***********************/ /* Index page */ .buttons { - float: right; - width: 200px; margin-left: 25px; } @@ -213,6 +216,7 @@ body { display: block; z-index: 1; height: 62px; + width: 150px; color: white; font-size: 11pt; text-decoration: none; diff --git a/html.ct b/html.ct index 7b8de2a..149e2a5 100644 --- a/html.ct +++ b/html.ct @@ -23,10 +23,13 @@ Content-Type: text/html; charset=UTF-8 AWeather<% if (page->name) printf(" - %s", page->name); %> - - + + + +
@@ -41,7 +44,8 @@ Content-Type: text/html; charset=UTF-8
<% page->print(); %>
@@ -72,39 +76,45 @@ 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

-
    -
  • High quality data sources - (Level-II archive, etc)
  • -
  • 3D Volume browser
  • -
  • Storm motion animations (todo)
  • -
  • API for algorithms - (vortex/hail signatures, rain-rate, etc) - (todo)
  • -
  • Other? (open to suggestions)
  • -
- -

Working

-
    -
  • High quality data sources
      -
    • Level-II archives
    • -
    • Conus NEXRAD imagery
    • -
    • Volume display
    • -
  • -
  • Virtual Globe base rendering
      -
    • Including terrain, satellite, and map imagery
    • -
  • -
  • Real-time and offline mode
  • -
  • Auto-updating
  • -
  • Fullscreen mode
  • -
-

Planned

-
    -
  • Vertical cross sections
  • -
  • Derived NEXRAD data (storm relative motion, echo tops, compost reflective, etc)
  • -
  • Additional data sources (watch/warning boxes, surface data, etc)
  • -
  • Animation
  • -
+
+

Working

+
    +
  • High quality data sources
      +
    • Level-II archives
    • +
    • Conus NEXRAD imagery
    • +
    • Volume display of dBZ iso surfaces
    • +
  • +
  • Virtual Globe base rendering
      +
    • Including terrain, satellite, and map imagery
    • +
  • +
  • Real-time and offline mode
  • +
  • Auto-updating
  • +
  • Fullscreen mode
  • +
+
+
+

Planned

+
    +
  • Additional data sources
      +
    • Watch/warning/advisory boxes
    • +
    • Surface data (temp., humidity, etc)
    • +
  • +
  • Derived NEXRAD data
      +
    • Storm relative motion
    • +
    • Compost reflective
    • +
    • Echo tops
    • +
  • +
  • Vertical cross sections
  • +
  • Animation
  • +
+
<% } %> <% void print_news(void) { %> @@ -125,6 +135,8 @@ Content-Type: text/html; charset=UTF-8
  • Available from files directory and git
  • + Update: AWeather 0.5 is also compatible with the + newly released RSL v1.41
    2011-06-13
    @@ -170,6 +182,7 @@ Content-Type: text/html; charset=UTF-8 user to zoom in from a high level view of the entire Earth down to regional and microscale views.

    +

    Building AWeather

    -

    See the install wiki page for more details

    +

    See the install + wiki page for more details

    • AWeather has direct dependencies on Grits, RSL, among other things
    • Currently building and running AWeather will require the @@ -316,31 +331,29 @@ Content-Type: text/html; charset=UTF-8 <% void print_rsl(void) { %>

      Radar Software Library

      - AWeather uses a custom version of the + AWeather has at times needed a custom version of the TRMM Radar Software Library - for accessing Level-II radar files. - -

      Changes

      -
        -
      • Dual Pole support
      • -
      • Added additional radars
      • -
      • Improved code organization
      • -
      • Fixed most compiler warnings
      • -
      • Miscellaneous bug fixes
      • -
      + 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 fixing compiler warnings.

      Download

      -

      TRMM version

      - -

      AWeather's version

      - +
      +

      NASA/TRMM version

      + +
      +
      +

      AWeather's version

      + +
      <% } %> <% /* Footer Pages */ %> @@ -356,24 +369,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 advanced weather data viewer designed for weather enthusiasts. + AWeather is not a simple 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 - about page for more details. + variety of weather data in simple unified interface; + see the about page for more details.


      - - <% print_screen("meso"); %> -
        -
      • Detailed Level-II radar
          +
            +
          • Detailed Level-II NEXRAD radar
            • 3D volume rendering
            • Dual-pole support
          • @@ -384,6 +388,14 @@ Content-Type: text/html; charset=UTF-8
          • Surface and map overlays
          • Terrain rendering
          +
          + <% print_screen("meso"); %> +
          + + Download + AWeather <%= VERSION %> + Download + <% } %> <% void print_notfound(void) { %> -- 2.43.2