Add URL of the project homepage. v4.0.0
authorFlorian Forster <octo@verplant.org>
Sat, 11 Sep 2010 20:44:21 +0000 (22:44 +0200)
committerFlorian Forster <octo@verplant.org>
Sat, 11 Sep 2010 20:44:21 +0000 (22:44 +0200)
README
src/utils_cgi.c

diff --git a/README b/README
index 7cdca15..ecbce71 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
  collection 4 - An efficient graphing front-end for collectd
 =============================================================
+<http://octo.it/c4/>
 
 About
 -----
index 7995e3f..40768dd 100644 (file)
@@ -750,7 +750,7 @@ int html_print_page (const char *title, /* {{{ */
   printf ("</td>\n"
       "      </tr>\n"
       "    </table>\n"
-      "    <div class=\"footer\">"PACKAGE_STRING"</div>\n"
+      "    <div class=\"footer\"><a href=\"http://octo.it/c4/\">"PACKAGE_STRING"</a></div>\n"
       "  </body>\n"
       "</html>\n");