From f666136e424ab9c890fa00a4a3b19a20269c0d18 Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Sat, 15 Dec 2012 09:31:20 +0000 Subject: [PATCH] Update news and start updating websites --- html.ct | 27 ++++++++++++++++++++++++--- html.h | 25 ++++++++++++++----------- mkfile | 8 ++++---- 3 files changed, 42 insertions(+), 18 deletions(-) diff --git a/html.ct b/html.ct index dafd2dd..58a1bf7 100644 --- a/html.ct +++ b/html.ct @@ -133,6 +133,27 @@ Content-Type: text/html; charset=UTF-8
+
2012-12-11
+
+ New Website!
    +
  • The Rose-Hulman Linux Users Group website + has been unavailable for some time so we have + moved on to a new and hopefully more stable server. + A mirror of the old RHLUG website is available at + http://rhlug.pileus.org/
  • +
  • Due to the move, some of the site + infrastructure such as bug tracer and the + development wiki are unavailable +
  • These issues should be resolved shortly
  • +
+ New Mailing list!
    +
  • There is now an official mailing list for AWeather and other pileus.org projects as well:
    + <%= MAIL_LIST %>
  • +
  • An astoundingly empty archive is also available:
    + <%= MAIL_ARCH %>
  • +
+
+
2012-02-16
AWeather 0.7 released:
    @@ -175,7 +196,7 @@ Content-Type: text/html; charset=UTF-8
    2011-11-03
    AWeather 0.6 released:
      -
    • Added "Alerts" plugin using the +
    • Added "Alerts" plugin using the NWS CAP feed
    • Updated GTK+ libraries for Windows
    • Behind the scenes, mouse support in Grits @@ -200,7 +221,7 @@ Content-Type: text/html; charset=UTF-8 AWeather 0.5.1 released:
      • Bugfix release
      • Updated sat/map/elev to provide better data
      • -
      • First release with Debian, +
      • First release with Debian, and Ubuntu packages
    @@ -315,7 +336,7 @@ Content-Type: text/html; charset=UTF-8
    Source code
    aweather-<%= VERSION %>.tar.gz, - grits-<%= VERSION_GRITS %>.tar.gz, + grits-<%= VERSION_GRITS %>.tar.gz, rsl-1.40.tar.gz
    diff --git a/html.h b/html.h index 650b2b0..169f0c2 100644 --- a/html.h +++ b/html.h @@ -14,17 +14,20 @@ #define BUG_LIST "/code/projects/aweather/issues" #define BUG_NEW "/code/projects/aweather/issues/new" -#define GIT_AWEATHER "git://lug.rose-hulman.edu/proj/aweather" -#define GIT_GRITS "git://lug.rose-hulman.edu/proj/grits" -#define GIT_RSL "git://lug.rose-hulman.edu/~spenceal/rsl" -#define GIT_PKG "git://lug.rose-hulman.edu/~spenceal/aweather-pkg" -#define GIT_WEB "git://lug.rose-hulman.edu/~spenceal/aweather-web" +#define MAIL_LIST "http://pileus.org/mailman/listinfo/dev" +#define MAIL_ARCH "http://pileus.org/pipermail/dev/" -#define GW_AWEATHER "/git/?p=proj/aweather" -#define GW_GRITS "/git/?p=proj/grits" -#define GW_RSL "/git/?p=~spenceal/rsl" -#define GW_PKG "/git/?p=~spenceal/aweather-pkg" -#define GW_WEB "/git/?p=~spenceal/aweather-web" +#define GIT_AWEATHER "git://pileus.org/aweather" +#define GIT_GRITS "git://pileus.org/grits" +#define GIT_RSL "git://pileus.org/~andy/rsl" +#define GIT_PKG "git://pileus.org/~andy/aweather-pkg" +#define GIT_WEB "git://pileus.org/~andy/aweather-web" + +#define GW_AWEATHER "/git/?p=aweather" +#define GW_GRITS "/git/?p=grits" +#define GW_RSL "/git/?p=~andy/rsl" +#define GW_PKG "/git/?p=~andy/aweather-pkg" +#define GW_WEB "/git/?p=~andy/aweather-web" #define RSL_TAR "rsl-v1.43.tar.gz" #define RSL_WEB "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/" @@ -37,7 +40,7 @@ #define ARCH_HOME "http://aur.archlinux.org/packages.php?ID=52003" #define SLACKY_HOME "http://www.slacky.eu/asche/pkgs/index.php?pkg=2682" -#define PREFIX "http://lug.rose-hulman.edu/proj/aweather/" +#define PREFIX "http://pileus.org/aweather/" /* Types */ typedef struct { diff --git a/mkfile b/mkfile index fae719d..c998c32 100644 --- a/mkfile +++ b/mkfile @@ -1,4 +1,4 @@ -CT=/scratch/ct/ct +CT=/home/andy/git/ct/ct CFLAGS='--std=c99 -Wall' all:V: index.cgi manual.inc images/aweather.ico images/logo.png @@ -26,9 +26,9 @@ clean:V: rm -f *.o *.cgi html.c push:V: - user=spenceal - dest=/home/lug/htdocs/proj/aweather/ - serv=lug.rose-hulman.edu + user=andy + dest=/home/pileus/htdocs/aweather/ + serv=pileus.org rsync -uavz .htaccess \ $user@$serv:$dest rsync -uavz --delete \ -- 2.41.0