From: Andy Spencer Date: Fri, 17 Feb 2012 02:54:41 +0000 (+0000) Subject: Add web/pkg repo links, and other stuff.. X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-web;a=commitdiff_plain;h=2d531e0bda5605c677220f525f23bcbaaabffdf7 Add web/pkg repo links, and other stuff.. --- diff --git a/data/global.css b/data/global.css index 970effd..f90982e 100644 --- a/data/global.css +++ b/data/global.css @@ -321,7 +321,8 @@ dl.inline dt:after { content: ":"; } h1 + .note, -h2 + .note { +h2 + .note, +.left { text-align: left; margin-bottom: 10px; } diff --git a/html.ct b/html.ct index 94a854d..0bbc3dd 100644 --- a/html.ct +++ b/html.ct @@ -46,15 +46,15 @@ Content-Type: text/html; charset=UTF-8
<% page->print(); %>
git clone <%= GIT_GRITS %>
git clone <%= GIT_RSL %>
+

+ Repositories for packaging and this website + (and gitweb: + Packaging, + Website) +

+
+
git clone <%= GIT_PKG %>
+
git clone <%= GIT_WEB %>
+
<% } %> <% void print_development(void) { %> @@ -419,6 +429,8 @@ Content-Type: text/html; charset=UTF-8
  • Currently building and running AWeather requires the exact same version of Grits to be installed
    (This may change in the near future as the software stabilizes)
  • +
  • The Downloads page has information + on accessing the AWeather source code repositories
  • <% } %> diff --git a/html.h b/html.h index 70eeffb..668ec0d 100644 --- a/html.h +++ b/html.h @@ -17,10 +17,14 @@ #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 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 RSL_TAR "rsl-v1.42.tar.gz" #define RSL_WEB "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/"