]> Pileus Git - ~andy/aweather-web/commitdiff
Update linux download links
authorAndy Spencer <andy753421@gmail.com>
Sat, 7 Apr 2012 05:38:11 +0000 (05:38 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 7 Apr 2012 05:42:58 +0000 (05:42 +0000)
data/global.css
data/global.js [new file with mode: 0644]
html.ct
html.h

index f90982ef137cd574e1609be35cf466ad7aa00b49..9c299e86a14e9fb4416064c6cca669de25c3b4ba 100644 (file)
@@ -320,23 +320,15 @@ dl.inline dt {
 dl.inline dt:after {
        content: ":";
 }
 dl.inline dt:after {
        content: ":";
 }
+dl.inline .hidden {
+       display: none;
+}
 h1 + .note,
 h2 + .note,
 h1 + .note,
 h2 + .note,
-.left {
+.note.left {
        text-align: left;
        margin-bottom: 10px;
 }
        text-align: left;
        margin-bottom: 10px;
 }
-
-dl.inline dt {
-       display: block;
-       float: left;
-       clear: both;
-       font-weight: bold;
-       width: 8em;
-}
-dl.inline dt:after {
-       content: ":";
-}
 dl.small dt {
        width: 4em;
 }
 dl.small dt {
        width: 4em;
 }
diff --git a/data/global.js b/data/global.js
new file mode 100644 (file)
index 0000000..f9c17ea
--- /dev/null
@@ -0,0 +1,8 @@
+function show() {
+       var hidden = document.getElementsByClassName('hidden');
+       var shown  = document.getElementsByClassName('shown');
+       for (i = 0; i < hidden.length; i ++)
+               hidden[i].style.display = "block";
+       for (i = 0; i < shown.length; i ++)
+               shown[i].style.display = "none";
+}
diff --git a/html.ct b/html.ct
index ff0efe92d2ae6e587d65f67d22600be301932772..87464240f9a5b3e84b80780b6cda7ae6f081ae59 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -25,6 +25,7 @@ Content-Type: text/html; charset=UTF-8
                <title>AWeather<% if (page->name) printf(" - %s", page->name); %></title>
                <link rel="shortcut icon" href="images/aweather.ico" />
                <link href="data/global.css" rel="stylesheet" type="text/css" />
                <title>AWeather<% if (page->name) printf(" - %s", page->name); %></title>
                <link rel="shortcut icon" href="images/aweather.ico" />
                <link href="data/global.css" rel="stylesheet" type="text/css" />
+               <script type="text/javascript" src="data/global.js"></script>
                <meta http-equiv="X-UA-Compatible" content="IE=9" />
                <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
                <meta name="keywords" content="weather, radar, nexrad, level-ii, virtual globe, grits, rsl" />
                <meta http-equiv="X-UA-Compatible" content="IE=9" />
                <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
                <meta name="keywords" content="weather, radar, nexrad, level-ii, virtual globe, grits, rsl" />
@@ -313,33 +314,35 @@ Content-Type: text/html; charset=UTF-8
                <li class="linux"><dl class="inline">
                        <dt>Source code</dt>
                        <dd>
                <li class="linux"><dl class="inline">
                        <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="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
+                               <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="files/rsl-1.40.tar.gz">rsl-1.40.tar.gz</a>
                        </dd>
 
                        </dd>
 
-                       <dt>Gentoo</dt>
-                       <dd><span class="code">emerge sci-geosciences/aweather</span> from the sunrise overlay</dd>
+                       <dt class="shown">Binaries</dt>
+                       <dd class="shown"><a href="javascript:show()">Show..</a></dd>
 
 
-                       <dt>Debian</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
+                       <dt class="hidden">Gentoo</dt>
+                       <dd class="hidden"><span class="code">emerge sci-geosciences/aweather</span>
+                               from the <a href="<%= GENTOO_HOME %>">Sunrise</a> overlay</dd>
 
 
-                       <dt>Ubuntu</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Ubuntu Oneiric,
-                           or the <a href="<%= UBUNTU_PPA %>">AWeather PPA</a></dd>
-                       <!--
-                               (Arch packages still have bugs)
-                               <dt>Arch</dt>
-                               <dd>Available from the AUR</dd>
-                       -->
-                       <!--
-                               <dt>Slackware</dt>
-                               <dd>Available in Slacky 13.37</dd>
-                       -->
-                       <!--
-                               <dt>Mandriva</dt>
-                               <dd>Available from contrib/cooker?</dd>
-                       -->
+                       <dt class="hidden">Debian</dt>
+                       <dd class="hidden"><span class="code">apt-get install aweather</span>
+                               from <a href="<%= DEBIAN_HOME %>">Debian</a> sid</dd>
+
+                       <dt class="hidden">Ubuntu</dt>
+                       <dd class="hidden"><span class="code">apt-get install aweather</span>
+                               from <a href="<%= UBUNTU_HOME %>">Ubuntu</a> Oneiric,
+                               or the <a href="<%= UBUNTU_PPA %>">AWeather PPA</a></dd>
+
+                       <dt class="hidden">Slackware</dt>
+                       <dd class="hidden">Included in <a href="<%= SLACKY_HOME %>">Slacky</a> 13.37</dd>
+
+                       <dt class="hidden">Arch</dt>
+                       <dd class="hidden">Available from the <a href="<%= ARCH_HOME %>">Arch User Repository</a></dd>
+
+                       <dt class="hidden">Mandriva</dt>
+                       <dd class="hidden">Available from Mandriva 2011</dd>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
@@ -351,7 +354,8 @@ Content-Type: text/html; charset=UTF-8
                </dl></li>
                <li class="macos" style="padding-top: .8em; padding-bottom: .8em"><dl class="inline">
                        <dt>Mac OS X</dt>
                </dl></li>
                <li class="macos" style="padding-top: .8em; padding-bottom: .8em"><dl class="inline">
                        <dt>Mac OS X</dt>
-                       <dd><a href="files/aweather-<%= VERSION_MAC %>.dmg">aweather-<%= VERSION_MAC %>.dmg</a></dd>
+                       <dd><a href="files/aweather-<%= VERSION_MAC %>.dmg">aweather-<%= VERSION_MAC %>.dmg</a>
+                               (Requires 10.6 or newer)</dd>
                </dl></li>
        </ul>
 
                </dl></li>
        </ul>
 
diff --git a/html.h b/html.h
index 668ec0de81c3804ed345937d9ae373957ad22f0b..a1b6fc55a56bc048dda7b3e21717579db2a6c68b 100644 (file)
--- a/html.h
+++ b/html.h
 #define RSL_WEB       "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/"
 #define RSL_FTP       "ftp://trmm-fc.gsfc.nasa.gov/software/"
 
 #define RSL_WEB       "http://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/"
 #define RSL_FTP       "ftp://trmm-fc.gsfc.nasa.gov/software/"
 
+#define GENTOO_HOME   "http://gpo.zugaina.org/sci-geosciences/aweather"
 #define DEBIAN_HOME   "http://packages.debian.org/unstable/aweather"
 #define UBUNTU_HOME   "http://packages.ubuntu.com/oneiric/science/aweather"
 #define UBUNTU_PPA    "https://launchpad.net/~andy753421/+archive/aweather"
 #define ARCH_HOME     "http://aur.archlinux.org/packages.php?ID=52003"
 #define DEBIAN_HOME   "http://packages.debian.org/unstable/aweather"
 #define UBUNTU_HOME   "http://packages.ubuntu.com/oneiric/science/aweather"
 #define UBUNTU_PPA    "https://launchpad.net/~andy753421/+archive/aweather"
 #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://lug.rose-hulman.edu/proj/aweather/"