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


- +

Features

Working

@@ -113,7 +116,7 @@ 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.

@@ -122,6 +125,24 @@ Content-Type: text/html; charset=UTF-8 <% 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:
    @@ -138,7 +159,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
@@ -221,15 +242,18 @@ 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 +276,7 @@ Content-Type: text/html; charset=UTF-8 Development code is available from Git (and gitweb: AWeather, - Grits, + Grits, RSL)

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

    NASA/TRMM version

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

    <%= VERSION_DESC %>

    <% } %> <% void print_notfound(void) { %> @@ -412,3 +437,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 %> + + <% } } } %> + +<% } %>