From 988f3d952b74ea6cd86ebffbbf83c581d8d3aa06 Mon Sep 17 00:00:00 2001 From: tof <> Date: Thu, 13 Mar 2008 11:01:44 +0000 Subject: Upgrade to Prototype 1.6.0.2 & Scriptaculous 1.8.1 --- .../Javascripts/source/scriptaculous-1.8.1/README | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 framework/Web/Javascripts/source/scriptaculous-1.8.1/README (limited to 'framework/Web/Javascripts/source/scriptaculous-1.8.1/README') diff --git a/framework/Web/Javascripts/source/scriptaculous-1.8.1/README b/framework/Web/Javascripts/source/scriptaculous-1.8.1/README new file mode 100644 index 00000000..27fefcb6 --- /dev/null +++ b/framework/Web/Javascripts/source/scriptaculous-1.8.1/README @@ -0,0 +1,56 @@ +== script.aculo.us web 2.0 javascript + +The Web is changing. The 30-year-old terminal-like technology it was originally +is gradually giving way to new ways of doing things. The power of AJAX allows +for rich user interaction without the trouble that has bugged traditional +web applications. + +Building upon the wonderful Prototype JavaScript library, script.aculo.us +provides you with some great additional ingredients to mix in. + +For more information, see http://script.aculo.us/ + +== What's new in this release? + +See the CHANGELOG file for information on what's new. + +== Installation/Usage + +script.aculo.us includes the Prototype JavaScript Framework +V1.6.0. You can use later versions, as they become available +(see http://prototypejs.org/). + +Put prototype.js, and the six files scriptaculous.js, +builder.js, effects.js, dragdrop.js, controls.js and slider.js +in a directory of your website, e.g. /javascripts. + +(The sound.js and unittest.js files are optional) + +Now, you can include the scripts by adding the following +tags to the HEAD section of your HTML pages: + + + + +scriptaculous.js will automatically load the other files of the +script.aculo.us distribution in, provided they are accessible +via the same path. + +See http://wiki.script.aculo.us/scriptaculous/show/Usage for detailed +usage instructions. + +== The distribution + +Besides the script.aculo.us files in src, there's a complete +test tree included which holds functional and unit tests for +script.aculo.us. + +If you need examples on how to implement things, the best place to +start is by opening test/run_functional_tests.html or +test/run_unit_tests.html in your browser, and looking at +the sources of the examples provided. + +== License + +script.aculo.us is licensed under the terms of the MIT License, +see the included MIT-LICENSE file. \ No newline at end of file -- cgit v1.2.3