diff options
author | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2010-02-27 17:03:53 +0000 |
---|---|---|
committer | Igor Sfiligoi <isfiligoi@ucsd.edu> | 2010-02-27 17:03:53 +0000 |
commit | ecc380018735ed1f49bf8f319715f262c3a7b6f1 (patch) | |
tree | af2a40148613f10cc5d464d0c458e5f9775cf2b5 /doc | |
parent | 3cca95c3c5f8ae4c39a702c1e0f96bbdcd14b4ed (diff) |
Add link to rrdMultiFile
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lib/index.html b/doc/lib/index.html index 8e949c0..d48c65b 100644 --- a/doc/lib/index.html +++ b/doc/lib/index.html @@ -18,11 +18,13 @@ </HEAD> <BODY LANG="en-US" DIR="LTR"> <H1 CLASS="western">javascriptRRD libraries</H1> -<P>The javascriptRRD package contains base two javascript modules:</P> +<P>The javascriptRRD package contains base three javascript modules:</P> <UL> <LI><P>The <A HREF="rrdFile_js.html">rrdFile module</A>, used to extract information from <A HREF="http://oss.oetiker.ch/rrdtool/">RRD archives</A> loaded as binary file objects.</P> + <LI><P>The <A HREF="rrdMultiFile_js.html">rrdMultiFile module</A>, + used to combine many rrdFile objects.</P> <LI><P>The <A HREF="binaryXHR_js.html">binaryXHR module</A>, used to retrieve binary files using the <A HREF="http://en.wikipedia.org/wiki/XMLHttpRequest">XMLHttpRequest</A> API.</P> |