Code

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 7cdca157a51d613a3670a9a0dffb50ab68cd1f2d..ecbce716fc603089670a5c9692fdbe4df543a4f7 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
  collection 4 - An efficient graphing front-end for collectd
 =============================================================
  collection 4 - An efficient graphing front-end for collectd
 =============================================================
+<http://octo.it/c4/>
 
 About
 -----
 
 About
 -----
index 7995e3f1b8cd323992bdbb7c0150b0c461624e2d..40768dd605bd0097c0a2a87fc86fe976b67ef0d3 100644 (file)
@@ -750,7 +750,7 @@ int html_print_page (const char *title, /* {{{ */
   printf ("</td>\n"
       "      </tr>\n"
       "    </table>\n"
   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");
 
       "  </body>\n"
       "</html>\n");