]> Pileus Git - ~andy/aweather-web/commitdiff
Update package info
authorAndy Spencer <andy753421@gmail.com>
Mon, 12 Sep 2011 01:01:31 +0000 (01:01 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 12 Sep 2011 01:01:31 +0000 (01:01 +0000)
html.ct
html.h

diff --git a/html.ct b/html.ct
index f743157f69fc56915b7bc34099b0a5a51414d287..c529679e6c39b6f54eb1fc913af600bf06e6347a 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -123,7 +123,8 @@ Content-Type: text/html; charset=UTF-8
 <% } %>
 
 <% void print_news(void) { %>
 <% } %>
 
 <% void print_news(void) { %>
-       <p class="quote">Now that it's spring again, progress on AWeather is continuing.</p>
+       <!-- 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>2011-09-12</dt>
                <dd>
        <dl class="news">
                <dt>2011-09-12</dt>
                <dd>
@@ -248,7 +249,12 @@ Content-Type: text/html; charset=UTF-8
                        <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
 
                        <dt>Ubuntu</dt>
                        <dd><span class="code">apt-get install aweather</span> from Debian sid</dd>
 
                        <dt>Ubuntu</dt>
-                       <dd><span class="code">apt-get install aweather</span> from Ubuntu oneiric</dd>
+                       <dd><span class="code">apt-get install aweather</span> from Ubuntu Oneiric</dd>
+                       <!--
+                               (Arch packages still have bugs)
+                               <dt>Arch</dt>
+                               <dd>Available from the AUR</dd>
+                       -->
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
                </dl></li>
                <li class="windows"><dl class="inline">
                        <dt>Windows</dt>
diff --git a/html.h b/html.h
index 33676506a2a87d12866bd94823ad66cd714d7d54..2215a5accd48be7a16c23549efc9472762eb385e 100644 (file)
--- a/html.h
+++ b/html.h
@@ -25,6 +25,7 @@
 
 #define DEBIAN_HOME  "http://packages.debian.org/unstable/aweather"
 #define UBUNTU_HOME  "http://packages.ubuntu.com/oneiric/science/aweather"
 
 #define DEBIAN_HOME  "http://packages.debian.org/unstable/aweather"
 #define UBUNTU_HOME  "http://packages.ubuntu.com/oneiric/science/aweather"
+#define ARCH_HOME    "http://aur.archlinux.org/packages.php?ID=52003"
 
 #define PREFIX       "http://lug.rose-hulman.edu/proj/aweather/"
 
 
 #define PREFIX       "http://lug.rose-hulman.edu/proj/aweather/"