]> Pileus Git - ~andy/aweather-web/commitdiff
Update news and start updating websites
authorAndy Spencer <andy753421@gmail.com>
Sat, 15 Dec 2012 09:31:20 +0000 (09:31 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 15 Dec 2012 09:31:20 +0000 (09:31 +0000)
html.ct
html.h
mkfile

diff --git a/html.ct b/html.ct
index dafd2dd893e380ff2c1687f21a414d68e3778387..58a1bf78eba56305a9006f59a91b725e59eda49a 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -133,6 +133,27 @@ Content-Type: text/html; charset=UTF-8
        <!-- It's not really spring anymore :/ -->
        <!-- <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p> -->
        <dl class="news">
        <!-- It's not really spring anymore :/ -->
        <!-- <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p> -->
        <dl class="news">
+               <dt>2012-12-11</dt>
+               <dd>
+                       New Website!<ul>
+                               <li>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
+                                   <a href="http://rhlug.pileus.org/wiki/Main_Page">http://rhlug.pileus.org/</a></li>
+                               <li>Due to the move, some of the site
+                                   infrastructure such as bug tracer and the
+                                   development wiki are unavailable
+                               <li>These issues should be resolved shortly</li>
+                       </ul>
+                       New Mailing list!<ul>
+                               <li>There is now an official mailing list for AWeather and other pileus.org projects as well:<br />
+                                   <a href="<%= MAIL_LIST %>"><%= MAIL_LIST %></a></li>
+                               <li>An astoundingly empty archive is also available:<br />
+                                   <a href="<%= MAIL_ARCH %>"><%= MAIL_ARCH %></a></li>
+                       </ul>
+               </dd>
+
                <dt>2012-02-16</dt>
                <dd>
                        AWeather 0.7 released: <ul>
                <dt>2012-02-16</dt>
                <dd>
                        AWeather 0.7 released: <ul>
@@ -175,7 +196,7 @@ Content-Type: text/html; charset=UTF-8
                <dt>2011-11-03</dt>
                <dd>
                        AWeather 0.6 released: <ul>
                <dt>2011-11-03</dt>
                <dd>
                        AWeather 0.6 released: <ul>
-                               <li>Added "Alerts" plugin using the 
+                               <li>Added "Alerts" plugin using the
                                    <a href="http://alerts.weather.gov/">NWS CAP</a> feed</li>
                                <li>Updated GTK+ libraries for Windows</li>
                                <li>Behind the scenes, mouse support in Grits
                                    <a href="http://alerts.weather.gov/">NWS CAP</a> feed</li>
                                <li>Updated GTK+ libraries for Windows</li>
                                <li>Behind the scenes, mouse support in Grits
@@ -200,7 +221,7 @@ Content-Type: text/html; charset=UTF-8
                        AWeather 0.5.1 released: <ul>
                                <li>Bugfix release</li>
                                <li>Updated sat/map/elev to provide better data</li>
                        AWeather 0.5.1 released: <ul>
                                <li>Bugfix release</li>
                                <li>Updated sat/map/elev to provide better data</li>
-                               <li>First release with <a href="<%= DEBIAN_HOME %>">Debian</a>, 
+                               <li>First release with <a href="<%= DEBIAN_HOME %>">Debian</a>,
                                                   and <a href="<%= UBUNTU_HOME %>">Ubuntu</a> packages</li>
                        </ul>
                </dd>
                                                   and <a href="<%= UBUNTU_HOME %>">Ubuntu</a> packages</li>
                        </ul>
                </dd>
@@ -315,7 +336,7 @@ Content-Type: text/html; charset=UTF-8
                        <dt>Source code</dt>
                        <dd>
                                <a href="files/aweather-<%= VERSION %>.tar.gz">aweather-<%= VERSION %>.tar.gz</a>,
                        <dt>Source code</dt>
                        <dd>
                                <a href="files/aweather-<%= VERSION %>.tar.gz">aweather-<%= VERSION %>.tar.gz</a>,
-                               <a href="../grits/grits-<%= VERSION_GRITS %>.tar.gz">grits-<%= VERSION_GRITS %>.tar.gz</a>,
+                               <a href="../grits/files/grits-<%= VERSION_GRITS %>.tar.gz">grits-<%= VERSION_GRITS %>.tar.gz</a>,
                                <a href="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
                        </dd>
 
                                <a href="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
                        </dd>
 
diff --git a/html.h b/html.h
index 650b2b0069c04b97ed4f15830b2a20439e5049f5..169f0c229bd2436463c7bdadbb5f030b5ca24ecc 100644 (file)
--- a/html.h
+++ b/html.h
 #define BUG_LIST      "/code/projects/aweather/issues"
 #define BUG_NEW       "/code/projects/aweather/issues/new"
 
 #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/"
 
 #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 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 {
 
 /* Types */
 typedef struct {
diff --git a/mkfile b/mkfile
index fae719dabb04e3795b99335e2074a93a48c4e25d..c998c326e7350023173361e5dec417d585988f77 100644 (file)
--- 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
 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:
        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 \
        rsync -uavz .htaccess \
                $user@$serv:$dest
        rsync -uavz --delete \