root/public/javascripts/scriptaculous/README

Revision 1, 1.9 kB (checked in by falcon, 17 years ago)

Version one -> initial work from the laptop.

Line 
1== script.aculo.us web 2.0 javascript
2
3The Web is changing. The 30-year-old terminal-like technology it was originally
4is gradually giving way to new ways of doing things. The power of AJAX allows
5for rich user interaction without the trouble that has bugged traditional
6web applications.
7
8Building upon the wonderful Prototype JavaScript library, script.aculo.us
9provides you with some great additional ingredients to mix in.
10
11For more information, see http://script.aculo.us/
12
13== What's new in this release?
14
15See the CHANGELOG file for information on what's new.
16
17== Installation/Usage
18
19script.aculo.us includes the Prototype JavaScript Framework
20V1.6.0. You can use later versions, as they become available
21(see http://prototypejs.org/).
22
23Put prototype.js, and the six files scriptaculous.js,
24builder.js, effects.js, dragdrop.js, controls.js and slider.js
25in a directory of your website, e.g. /javascripts.
26
27(The sound.js and unittest.js files are optional)
28
29Now, you can include the scripts by adding the following
30tags to the HEAD section of your HTML pages:
31
32 <script src="/javascripts/prototype.js" type="text/javascript"></script>
33 <script src="/javascripts/scriptaculous.js" type="text/javascript"></script>
34
35scriptaculous.js will automatically load the other files of the
36script.aculo.us distribution in, provided they are accessible
37via the same path.
38
39See http://wiki.script.aculo.us/scriptaculous/show/Usage for detailed
40usage instructions.
41
42== The distribution
43
44Besides the script.aculo.us files in src, there's a complete
45test tree included which holds functional and unit tests for
46script.aculo.us.
47
48If you need examples on how to implement things, the best place to
49start is by opening test/run_functional_tests.html or
50test/run_unit_tests.html in your browser, and looking at
51the sources of the examples provided.
52
53== License
54
55script.aculo.us is licensed under the terms of the MIT License,
56see the included MIT-LICENSE file.
Note: See TracBrowser for help on using the browser.