summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-12-12 16:18:32 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-12-12 16:18:32 -0500
commit930ee8b4a3fe69486d1b2af4ea1734d7647b4545 (patch)
treed1e05d2b6f55c0b2717afd6be5af8737343a5627
parent161b49c8de1d9139392bd145db3d03ca380b3f06 (diff)
Document which versions of dependencies are needed.
-rw-r--r--jarmon/jarmon.js11
1 files changed, 7 insertions, 4 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index 7407bcb..97c8297 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -9,10 +9,13 @@
* - http://collectd.org/
*
* Requirements:
- * - javascriptRRD~rrdFile: http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/rrdFile_js.html
- * - javascriptRRD~binaryXHR: http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/binaryXHR_js.html
- * - jQuery: http://jquery.com/
- * - Flot: http://code.google.com/p/flot/
+ * - javascriptRRD/rrdFile 0.6/1.1: http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/rrdFile_js.html
+ * - javascriptRRD/binaryXHR 0.6/1.1: http://javascriptrrd.sourceforge.net/docs/javascriptrrd_v1.1.1/doc/lib/binaryXHR_js.html
+ * - jQuery 1.6.3: http://jquery.com/
+ * - Flot 1.7: http://www.flotcharts.org/
+ * - jQueryTools/dateinput: http://jquerytools.github.io/documentation/dateinput/index.html
+ * - jQueryTools/tabs: http://jquerytools.github.io/documentation/tabs/index.html
+ * - jQueryTools/toolbox/history: http://jquerytools.github.io/documentation/toolbox/history.html
*/
/**