X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=README;h=6c7e0b9351b6b7e2f54b5f1a76a1bcf2d44e328d;hp=94ab32b5ffad469ffcbc51c98652af5d83123fb4;hb=a9177c62be39c0b47777f1d3547fca2612c73003;hpb=9d4154da859040ce8b122dd6c63a5d8405add3cc diff --git a/README b/README index 94ab32b..6c7e0b9 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ collection 4 - An efficient graphing front-end for collectd ============================================================= + About ----- @@ -56,13 +57,13 @@ Concepts In the future it shall be possible to use multiple data providers in parallel. The vision is to have multiple servers running RRDCacheD. Data is distributed to those servers using the "Hashed" match of collectd and then a - unified interface is provided via collection 4. + unified interface is provided via c4. Dependencies ------------ - collection 4 currently requires the following libraries: + c4 currently requires the following libraries: * libfcgi @@ -77,6 +78,12 @@ Dependencies necessary to set the CPP- and LD-flags manually. In case of libyajl, which is not built with libtool, you may need to set the rpath, too. + When building from the Git repository, you'll need to have flex and bison (or + possibly lex and yacc) installed. These two programs are used to generate the + code for parsing the config file. If you are building from a tarball, the + generated .c and .h files are included and you don't need to have these + programs installed. + Bugs ---- @@ -88,7 +95,6 @@ Bugs * Currently it's not possible to display more than one graph at a time. (With a very limited and undocumented exception.) * Speaking of which: There is no documentation. - * No default page. -> Redirect to "list_graphs" action. * ... (to be added) @@ -99,6 +105,15 @@ License version 2.1. The exact license terms are available in the file "COPYING" in the top source directory. + c4 includes the JavaScript library "jQuery" which is dual-licensed under the + MIT license and the GPL. The file "share/jquery-1.4.2.min.js" includes a + license header which points you to more detailed information. + + c4 includes the JavaScript libraries "Raphaël" and "gRaphaël" which are + licensed under the MIT license. The files "share/raphael-min.js", + "share/g.raphael-min.js", and "share/g.line-min.js" each include a license + header which points you to more detailed information. + Author ------