public
Description: YUI 2.x Source Tree
Homepage: http://developer.yahoo.com/yui/
Clone URL: git://github.com/yui/yui2.git
yui (author)
Fri Nov 06 18:36:13 -0800 2009
commit  8885b713fa72b743996195f53442eebc03f09182
tree    576fd561fc45ec39e34394672ea4a0f0bc4273a1
parent  b3f01199987dd06a71f0217ed331df93f564c4ec
yui2 /
name age message
file .gitignore Thu Jan 08 11:19:16 -0800 2009 .DS_STORE -> .DS_Store [apm]
file README Mon Mar 09 12:55:53 -0700 2009 Added reference to github.com/yui/builder for b... [sdesai]
file RELEASENOTES Mon Aug 31 15:26:15 -0700 2009 Updated releasenotes file for 2.8.0 [gpuckett]
directory api/ Loading commit data...
directory as-api/ Fri Oct 09 15:11:58 -0700 2009 Build: yui2-2528 [yui]
directory build/
directory sandbox/ Fri Nov 06 18:27:06 -0800 2009 Standalone code patch for bug 2528610. [jenny]
directory src/
README
YUI 2.x Library Source

* Documentation: http://developer.yahoo.com/yui/
* License: http://developer.yahoo.com/yui/license.html
* Latest Stable Release: http://yuilibrary.com/downloads/
* Discuss: http://yuilibrary.com/forum/
* Contributor Info: http://developer.yahoo.com/yui/community/contribute.html

Welcome to YUI.

The YUI Library is a set of utilities and controls, written in JavaScript,
for building richly interactive web applications using techniques such 
as DOM scripting, DHTML and AJAX. YUI is available under a BSD license 
and is free for all uses.

The source tree for YUI includes the following directories:

* api: Generated API docs for the entire library in HTML format.  These
     documents are build using YUI Doc from the contents of the src
     directory.
* build: Generated/built YUI files.  The built files are generated from 
     the contents of the src directory.  Files are provided in full,
     commented form (suitable for debugging) and in minified form 
     (suitable for deployment and use).
* sandbox: The sandbox directory contains works-in-progress, including
     unreleased future components, as well as experimental and/or
     demonstration code created by library authors.
* src: This directory contains the source code (JavaScript, CSS, image
     assets, ActionScript files) for the library. src also contains (or
     will contain) all module documentation, tests and examples. The 
     src/common directory contains documentation, tests and examples 
     that are not for a specific YUI component. All modifications to 
     the library and its documentation should take place in this 
     directory.  

     The src directory also contains build.xml files, which can be 
     used to build individual modules using the YUI component build 
     tool. The YUI component build tool is part of the YUI "builder" 
     project, also available on GitHub:

         http://github.com/yui/builder

     The README in the componentbuild directory of the builder project
     covers installation and use of the build tool.

Code found in the development head is always a work in progress and
should be treated as experimental.