diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/doc/lib/index.html b/doc/lib/index.html new file mode 100644 index 0000000..24e62c4 --- /dev/null +++ b/doc/lib/index.html @@ -0,0 +1,50 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> + <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> + <TITLE>javascriptRRD libraries</TITLE> + <META NAME="GENERATOR" CONTENT="OpenOffice.org 3.0 (Linux)"> + <META NAME="CREATED" CONTENT="0;0"> + <META NAME="CHANGED" CONTENT="20090209;19413900"> + <STYLE TYPE="text/css"> + <!-- + @page { margin: 0.79in } + H1 { margin-bottom: 0.08in } + H1.western { font-family: "Liberation Sans", sans-serif; font-size: 22pt } + P { margin-bottom: 0.08in } + A:link { so-language: zxx } + --> + </STYLE> +</HEAD> +<BODY LANG="en-US" DIR="LTR"> +<H1 CLASS="western">javascriptRRD libraries</H1> +<P>The javascriptRRD package contains two 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="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> +</UL> +<P>Together they can be used to implement AJAX style applications.</P> +<P>Graphing is currently not natively supported by the libraries, but +can be easily achieved with third party libraries, like <A HREF="http://code.google.com/p/flot/">JFlot</A>. +An <A HREF="../../src/examples/rrdJFlot.html">example</A> is provided +in the src/examples directory.</P> +<TABLE WIDTH=50% CELLPADDING=2 CELLSPACING=2> + <TR> + <TD> + <HR> + <P>The javascriptRRD package + is hosted at <A HREF="http://javascript.sourceforge.net/">http://javascript.sourceforge.net</A>. + <BR>It is licensed under the <A HREF="http://www.opensource.org/licenses/mit-license.php">MIT + license</A>. + </P> + <HR> + </TD> + </TR> +</TABLE> + +</BODY> +</HTML> |