summaryrefslogtreecommitdiff
path: root/doc/README.txt
blob: 7597d218ba4d8bd95ee905c153430493b6e40e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 havae 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.