From 978331a0a32683ef16faf0950323c472eacb5f05 Mon Sep 17 00:00:00 2001 From: Frank Wuerthwein Date: Sun, 8 Feb 2009 00:38:40 +0000 Subject: Initial version --- doc/README.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/README.txt (limited to 'doc/README.txt') diff --git a/doc/README.txt b/doc/README.txt new file mode 100644 index 0000000..9a29d6c --- /dev/null +++ b/doc/README.txt @@ -0,0 +1,22 @@ +javascriptRRD +============= + +javascriptRRD package contains a set of Javascript libraries +that can be used for reading RRD archives from any Web browser. +Mozilla, Internet Explorer and Safari hava been tested. + +Being Javascript an interpreted language, no compilation is needed. +Just copy the files in the files located in the +src/lib +directory into a Web accessible location and use them. + +The +src/examples/ +directory contain example Web pages that you can use as a template +for writing your own Web Browser applications for accessing the +RRD archives on your Web server. + +While the code itself tries to be self documenting, the +doc/lib/ +directory contains more detailed information about the libraries. + -- cgit v1.2.3-54-g00ecf