diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-08-01 21:20:38 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-08-01 21:20:38 +0000 |
commit | 7719dcefceff6e66745b5901b010e28c8bb7aeb4 (patch) | |
tree | 24336e5e605f26ff5890686ee0f9106317bcb121 /live/js/mootools/readme.mootools.config | |
parent | fbb3304356b2dcba405fc370d593b38e6455fd27 (diff) | |
download | vdr-plugin-live-7719dcefceff6e66745b5901b010e28c8bb7aeb4.tar.gz vdr-plugin-live-7719dcefceff6e66745b5901b010e28c8bb7aeb4.tar.bz2 |
- configured minimal currently needed version of mootools.
- documented mootools configuration
Diffstat (limited to 'live/js/mootools/readme.mootools.config')
-rw-r--r-- | live/js/mootools/readme.mootools.config | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/live/js/mootools/readme.mootools.config b/live/js/mootools/readme.mootools.config new file mode 100644 index 0000000..dccaf42 --- /dev/null +++ b/live/js/mootools/readme.mootools.config @@ -0,0 +1,32 @@ +This file documents the configuration of mootools! + +The otherwise cool feature of mootools to select only needed +functionality can be a nightmare when trying to add additional +features in a distributed development situation. Because the +configured mootools download does not document in a central position +which options have been selected to optain a specific version of +mootools. + +Therefore this file, which documents the minimal selections needed to +get a valid mootools configuration for the features of mootools used in +live. In order to obtain the right mootools configuration follow these steps: + +- Go to mootools download page: http://mootools.net/download + +- Usualy 'Core' is preselected. This is OK :) but you can unselect it + to have a 'clean' starting base. + +- Scroll down to the bottom of the page and select the following + options towards the top of the download page in this order: + 1. Tips + 2. Ajax + 3. Drag.Move + 4. Window.DomReady + 5. Element.Selectors + +- Then open 'Choose compression type' and select 'No Compression' to + have fully documented mootools source. This helps when developing + own functionality and when trying do debug errors with Firebug. + +If mootools is extended by additional modules, please document this +here in this file, by updating the selection scheme above. |