From e9e756464f578c44e83595a6b96095455553f67a Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 25 Aug 2011 06:38:59 +0000 Subject: [PATCH] Misc updates for 0.5.1 --- data/global.css | 3 +++ html.ct | 22 ++++++++++++++++++---- html.h | 18 ++++++++++++------ mkfile | 13 ++++++++++++- push.sh | 10 ---------- 5 files changed, 45 insertions(+), 21 deletions(-) delete mode 100755 push.sh diff --git a/data/global.css b/data/global.css index f339ce0..47d2481 100644 --- a/data/global.css +++ b/data/global.css @@ -48,6 +48,7 @@ ul { } span.code { font-family: monospace; + font-size: larger; } div.code { font-family: monospace; @@ -57,6 +58,7 @@ div.code { margin-bottom: 5px; color: white; font-weight: bold; + font-size: larger; } dt { @@ -221,6 +223,7 @@ body { font-size: 11pt; text-decoration: none; padding: 8px 25px 8px 25px; + margin-bottom: 10px; background-image: url("../images/dl-bg.png"); border-radius: 10px; -moz-border-radius: 10px; diff --git a/html.ct b/html.ct index 9cc8b76..f4252f5 100644 --- a/html.ct +++ b/html.ct @@ -125,6 +125,16 @@ Content-Type: text/html; charset=UTF-8 <% void print_news(void) { %>

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

+
2011-08-25
+
+ AWeather 0.5.1 released:
    +
  • Bugfix release
  • +
  • Updated sat/map/elev to provide better data
  • +
  • First release with Debian packages
  • +
  • Ubuntu packaging in progress (hopefully for 11.10)
  • +
+
+
2011-06-19
AWeather 0.5 released:
    @@ -224,15 +234,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
+
Packaging in progress for Ubuntu 11.10
  • 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
    @@ -352,7 +365,7 @@ Content-Type: text/html; charset=UTF-8

    NASA/TRMM version

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

    <%= VERSION_DESC %>

    <% } %> <% void print_notfound(void) { %> diff --git a/html.h b/html.h index 5f96e4d..4bc9f73 100644 --- a/html.h +++ b/html.h @@ -1,11 +1,14 @@ /* Version information */ -#define VERSION "0.5" -#define VERSION_LINUX VERSION -#define VERSION_GENTOO VERSION -#define VERSION_DEBIAN VERSION -#define VERSION_WIN32 VERSION +#define VERSION "0.5.1" +#define VERSION_LINUX "0.5.1" +#define VERSION_GENTOO "0.5.1" +#define VERSION_DEBIAN "0.5.1" +#define VERSION_UBUNTU "0" +#define VERSION_WIN32 "0.5.1" #define VERSION_MACOS "0" +#define VERSION_DESC "Version " VERSION " contains several bug fixes along with updated WMS overlays" + /* Link info */ #define WIKI_INDEX "/code/projects/aweather/wiki" #define WIKI_INSTALL "/code/projects/aweather/wiki/Install" @@ -21,8 +24,11 @@ #define GW_GRITS "/git/?p=proj/grits" #define GW_RSL "/git/?p=~spenceal/rsl" +#define RSL_TAR "rsl-v1.42.tar.gz" #define RSL_WEB "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/" -#define RSL_FTP "ftp://trmm-fc.gsfc.nasa.gov/software/rsl-v1.41.tar.gz" +#define RSL_FTP "ftp://trmm-fc.gsfc.nasa.gov/software/" + +#define DEB_HOME "http://packages.debian.org/unstable/aweather" #define PREFIX "http://lug.rose-hulman.edu/proj/aweather/" diff --git a/mkfile b/mkfile index a0db4a4..1f15688 100644 --- a/mkfile +++ b/mkfile @@ -13,5 +13,16 @@ index.cgi: index.o html.o %.c: %.ct $CT -o $target $prereq -clean: +clean:V: rm -f *.o *.cgi html.c + +push:V: + user=spenceal + dest=/home/lug/htdocs/proj/aweather/ + rsync -uavz .htaccess \ + $user@lug.rose-hulman.edu:$dest + rsync -uavz --delete \ + --exclude '*~' \ + --exclude '.*' \ + index.cgi images screens data \ + $user@lug.rose-hulman.edu:$dest diff --git a/push.sh b/push.sh deleted file mode 100755 index cacb466..0000000 --- a/push.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -user=spenceal -dest="/home/lug/htdocs/proj/aweather/" -rsync -uavz .htaccess \ - $user@lug.rose-hulman.edu:$dest -rsync -uavz --delete \ - --exclude '*~' \ - --exclude '.*' \ - index.cgi images screens data \ - $user@lug.rose-hulman.edu:$dest -- 2.43.2