X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=README;h=ba153697efcab51d923228633224eb707a0e2b43;hp=562b934fe372907a6e4f8fb4ba7a68516a5cd6d0;hb=e3fb09073a64cc051c11c4a1bdcec493f937b764;hpb=d217bd20632bfaf1823ea1729d005bcc6ce2ca3f diff --git a/README b/README index 562b934..ba15369 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ collection 4 - An efficient graphing front-end for collectd ============================================================= + About ----- @@ -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) @@ -103,10 +109,12 @@ License 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. + c4 includes the JavaScript library "Highcharts" which is licensed under the + Creative Commons Attribution-NonCommercial 3.0 License (CC-by-nc 3.0). This + means that the library is free of charge for non-commercial use. The file + "share/highcharts.js" includes a license header which points you to more + detailed information. More information on Highcharts and licensing options is + available from . Author