X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=blobdiff_plain;f=html.ct;h=af1abf3a39389e51f934d1cc18e51983aba9d283;hp=9494b5d8d3f7272b4ae4e5d59ac1ff152228c827;hb=61fb4b6e914bea7713f072876ee221d755a7d016;hpb=7793b4a359ef5fbad771ca62894992c2b2489ef4 diff --git a/html.ct b/html.ct index 9494b5d..af1abf3 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,7 +79,7 @@ Content-Type: text/html; charset=UTF-8 and IDV.


- +

Features

Working

@@ -113,15 +116,35 @@ Content-Type: text/html; charset=UTF-8

Licencing

-

AWeather is free software licensed under the terms of the +

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:
    @@ -138,7 +161,7 @@ Content-Type: text/html; charset=UTF-8 and git
Update: AWeather 0.5 is also compatible with the - newly released RSL v1.41 + newly released RSL v1.41
2011-06-13
@@ -147,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
    • @@ -175,7 +205,6 @@ 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) { %> @@ -221,15 +250,23 @@ Content-Type: text/html; charset=UTF-8
    Gentoo
    -
    Emerge sci-geosciences/aweather from the sunrise overlay
    +
    emerge sci-geosciences/aweather from the sunrise overlay
    Debian
    -
    .deb files, further packaging in progress
    +
    apt-get install aweather from Debian sid
    + +
    Ubuntu
    +
    apt-get install aweather from Ubuntu Oneiric
    +
  • Windows
    aweather-<%= VERSION_WIN32 %>-gtk.exe - (Use this if you know what you're doing)
    + (Use this unless you know what you're doing)
    Without GTK
    aweather-<%= VERSION_WIN32 %>.exe
    @@ -252,7 +289,7 @@ Content-Type: text/html; charset=UTF-8 Development code is available from Git (and gitweb: AWeather, - Grits, + Grits, RSL)

    @@ -349,7 +386,7 @@ Content-Type: text/html; charset=UTF-8

    NASA/TRMM version

    @@ -403,6 +440,7 @@ Content-Type: text/html; charset=UTF-8 AWeather <%= VERSION %> Download +

    <%= VERSION_DESC %>

    <% } %> <% void print_notfound(void) { %> @@ -412,3 +450,20 @@ Content-Type: text/html; charset=UTF-8

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