src/cm/media/js/lib/yui/yui3.0.0/README
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 0 40c8f766c9b8
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     1
YUI 3.x Library Source
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     2
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     3
* Documentation: http://developer.yahoo.com/yui/3/
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     4
* License: http://developer.yahoo.com/yui/license.html
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     5
* Latest Stable Release: http://yuilibrary.com/downloads/
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     6
* Discuss: http://yuilibrary.com/forum/
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     7
* Contributor Info: http://developer.yahoo.com/yui/community/contribute.html
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     8
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
     9
Welcome to YUI.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    10
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    11
The YUI Library is a set of utilities and controls, written in JavaScript,
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    12
for building richly interactive web applications using techniques such 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    13
as DOM scripting, DHTML and AJAX. YUI is available under a BSD license 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    14
and is free for all uses.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    15
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    16
This is the source tree for YUI's 3.x codeline which is has been released
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    17
as a technical preview and is not considered ready for production use.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    18
The production codeline for YUI is YUI 2.x; http://developer.yahoo.com/yui/
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    19
is the main YUI website.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    20
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    21
The source tree for YUI includes the following directories:
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    22
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    23
* api: Generated API docs for the entire library in HTML format.  These
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    24
     documents are build using YUI Doc from the contents of the src
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    25
     directory.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    26
* build: Generated/built YUI files.  The built files are generated from 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    27
     the contents of the src directory.  Files are provided in full,
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    28
     commented form (suitable for debugging) and in minified form 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    29
     (suitable for deployment and use).
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    30
* sandbox: The sandbox directory contains works-in-progress, including
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    31
     unreleased future components, as well as experimental and/or
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    32
     demonstration code created by library authors.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    33
* src: This directory contains the source code (JavaScript, CSS, image
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    34
     assets, ActionScript files) for the library. src also contains (or
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    35
     will contain) all module-specific documentation, tests and examples.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    36
     All modifications to the library and its documentation should take 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    37
     place in this directory.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    38
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    39
     The src directory also contains build.xml files, which can be 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    40
     used to build individual modules using the YUI component build 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    41
     tool. The YUI component build tool is part of the YUI "builder" 
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    42
     project, also available on GitHub:
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    43
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    44
         http://github.com/yui/builder
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    45
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    46
     The README in the componentbuild directory of the builder project
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    47
     covers installation and use of the build tool.
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    48
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    49
Code found in the development head is always a work in progress and
40c8f766c9b8 import from internal svn r 4007
raph
parents:
diff changeset
    50
should be treated as experimental.