projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7458dd6
)
Add URL of the project homepage.
v4.0.0
author
Florian Forster
<octo@verplant.org>
Sat, 11 Sep 2010 20:44:21 +0000
(22:44 +0200)
committer
Florian Forster
<octo@verplant.org>
Sat, 11 Sep 2010 20:44:21 +0000
(22:44 +0200)
README
patch
|
blob
|
history
src/utils_cgi.c
patch
|
blob
|
history
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
-----
diff --git
a/src/utils_cgi.c
b/src/utils_cgi.c
index
7995e3f
..
40768dd
100644
(file)
--- a/
src/utils_cgi.c
+++ b/
src/utils_cgi.c
@@
-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");