]> Pileus Git - ~andy/aweather-web/commitdiff
Add link to Ubuntu PPA
authorAndy Spencer <andy753421@gmail.com>
Sat, 12 Nov 2011 07:50:30 +0000 (07:50 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 12 Nov 2011 07:50:30 +0000 (07:50 +0000)
html.ct
html.h

diff --git a/html.ct b/html.ct
index 1603cf4e89bc910cdb92c765d3c9600480367c29..29534156dfd3f708855996706f54ef197296fe0c 100644 (file)
--- a/html.ct
+++ b/html.ct
@@ -279,7 +279,8 @@ 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 Ubuntu Oneiric</dd>
+                       <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>
diff --git a/html.h b/html.h
index 3216d9d0219b151d1b5dd212bc6d591efe1144a7..7960d41d8001d026a20fdc4e653392b78191c899 100644 (file)
--- a/html.h
+++ b/html.h
@@ -27,6 +27,7 @@
 
 #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 PREFIX       "http://lug.rose-hulman.edu/proj/aweather/"