]> Pileus Git - ~andy/aweather-web/commitdiff
Add web/pkg repo links, and other stuff..
authorAndy Spencer <andy753421@gmail.com>
Fri, 17 Feb 2012 02:54:41 +0000 (02:54 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 17 Feb 2012 02:54:41 +0000 (02:54 +0000)
data/global.css
html.ct
html.h

index 970effd1a0f24b0d924c117c40a70892ea0fa1c0..f90982ef137cd574e1609be35cf466ad7aa00b49 100644 (file)
@@ -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 94a854d06451855052777d1067dacb70576eee9a..0bbc3dd949e0c6b1c3ebc2d8bad5d7ee3ff70ddd 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -46,15 +46,15 @@ Content-Type: text/html; charset=UTF-8
                </div>
                <div class="content">
                        <!--
-                               <p class="msg">This site is currently under construction.</p>
+                               <p class="msg">This site is currently under construction</p>
                                <p class="msg" style="font-size:8pt; font-weight:normal;">
-                                 If I had an animated GIF of a guy with a shovel, I would put it here.</p>
+                                 If I had an animated GIF of a guy with a shovel, I would put it here</p>
                        -->
                        <% page->print(); %>
                        <div style="clear:both;"></div>
                </div>
                <p class="footer">
-                       Copyright © 2011 Andy Spencer
+                       Copyright © 2011-2012 Andy Spencer
                        <% for (int i = 0; footer[i].link; i++) { %>
                                | <% print_nav(&footer[i], page); %>
                        <% } %>
@@ -375,6 +375,16 @@ Content-Type: text/html; charset=UTF-8
                <div class="code">git clone <%= GIT_GRITS    %></div>
                <div class="code">git clone <%= GIT_RSL      %></div>
        </div>
+       <p class="note left" style="margin-top: 1.5em;">
+               Repositories for packaging and this website
+               (and gitweb:
+                <a href="<%= GW_PKG %>">Packaging</a>,
+                <a href="<%= GW_WEB %>">Website</a>)
+       </p>
+       <div style="margin-left: 30px;">
+               <div class="code">git clone <%= GIT_PKG %></div>
+               <div class="code">git clone <%= GIT_WEB %></div>
+       </div>
 <% } %>
 
 <% void print_development(void) { %>
@@ -419,6 +429,8 @@ Content-Type: text/html; charset=UTF-8
                <li>Currently building and running AWeather requires the
                    exact same version of Grits to be installed<br />
                    (This may change in the near future as the software stabilizes)</li>
+               <li>The <a href="download">Downloads</a> page has information
+                   on accessing the AWeather source code repositories</li>
        </ul>
 <% } %>
 
diff --git a/html.h b/html.h
index 70eeffbcf42193173e7e2a96709967b499d9f200..668ec0de81c3804ed345937d9ae373957ad22f0b 100644 (file)
--- a/html.h
+++ b/html.h
 #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/"