summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2010-02-28 05:45:44 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2010-02-28 05:45:44 +0000
commit8a1b18ebe97908b9e1fe9e650eb1271890c4c03e (patch)
treeb57933d900db74f8a62b7e38025cd6d062b86b07
parentecc380018735ed1f49bf8f319715f262c3a7b6f1 (diff)
Index page
-rw-r--r--src/examples/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/examples/index.html b/src/examples/index.html
new file mode 100644
index 0000000..9f09b5f
--- /dev/null
+++ b/src/examples/index.html
@@ -0,0 +1,36 @@
+<html>
+<head>
+ <title>javascriptRRD examples</title>
+</head>
+<body>
+ <h1>javascriptRRD examples</h1>
+
+ Example Web pages:
+ <ul>
+ <li><a href="rrdHeaderInfo.html">Simple header information</a></li>
+ <li><a href="rrdContent.html">Raw RRD content</a></li>
+ <li><a href="rrdJFlot.html">RRD plotting with Flot</a></li>
+ <li><a href="rrdJFlotTwo.html">Plot the sum of 2 RRD files with Flot</a></li>
+ <li><a href="rrdMatrixFlot.html">Plot the stack of 3 RRD files with Flot</a></li>
+ </ul>
+
+Details about the libraries can be found on the
+ <a href="../../doc/lib/index.html">libraries web page</a>.
+
+<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>