]> Pileus Git - ~andy/aweather-web/blobdiff - html.h
Add consts
[~andy/aweather-web] / html.h
diff --git a/html.h b/html.h
index 668ec0de81c3804ed345937d9ae373957ad22f0b..4b888ab884ecfd24f21c53614290cd4990362d5c 100644 (file)
--- a/html.h
+++ b/html.h
@@ -4,7 +4,7 @@
 #define VERSION_WIN   "0.7"
 #define VERSION_MAC   "0.7"
 
-#define VERSION_DESC  "Version " VERSION " a GPS tracking plugin for Linux " \
+#define VERSION_DESC  "Version " VERSION " adds a GPS tracking plugin for Linux " \
                       "along with various other updates and bug fixes"
 
 /* Link info */
 #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 SLACKY_HOME   "http://www.slacky.eu/asche/pkgs/index.php?pkg=2682"
 
 #define PREFIX        "http://lug.rose-hulman.edu/proj/aweather/"
 
@@ -48,10 +50,10 @@ typedef struct {
 } page_t;
 
 /* Data */
-extern page_t header[];
-extern page_t other[];
-extern page_t footer[];
-extern page_t special[];
+const extern page_t header[];
+const extern page_t other[];
+const extern page_t footer[];
+const extern page_t special[];
 
 /* Global functions */
 void print_file(char *file);