• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..15-Dec-2021-

api/H03-May-2022-475415

as-api/H03-May-2022-675626

build/H15-Dec-2021-8,9667,502

src/H15-Dec-2021-68,16654,191

.bower.jsonH A D15-Dec-2021357 1212

.gitignoreH A D15-Dec-2021122 1110

READMEH A D15-Dec-20211.7 KiB3630

RELEASENOTESH A D15-Dec-202113.4 KiB407297

README

1YUI 2.x is deprecated. This code is preserved here as a legacy archive for any
2poor soul who needs to work with it. Please use YUI 3.x (http://www.yuilibrary.com).
3
4* Documentation: http://yui.github.io/yui2/
5* License: http://yuilibrary.com/license/
6* Latest Stable Release: http://yui.github.io/yui2/
7* Discuss: http://yuilibrary.com/forum/
8* Contributor Info: http://yuilibrary.com/contribute/
9
10The source tree for YUI 2.x includes the following directories:
11
12* api: Generated API docs for the entire library in HTML format.  These
13     documents are build using YUI Doc from the contents of the src
14     directory.
15* build: Generated/built YUI files.  The built files are generated from
16     the contents of the src directory.  Files are provided in full,
17     commented form (suitable for debugging) and in minified form
18     (suitable for deployment and use).
19* sandbox: The sandbox directory contains works-in-progress, including
20     unreleased future components, as well as experimental and/or
21     demonstration code created by library authors.
22* src: This directory contains the source code (JavaScript, CSS, image
23     assets, ActionScript files) for the library. src also contains
24     all module documentation, tests and examples. The
25     src/common directory contains documentation, tests and examples
26     that are not for a specific YUI component. All modifications to
27     the library and its documentation should take place in this
28     directory.
29
30     The src directory also contains build.xml files, which can be
31     used to build individual modules using the also-deprecated YUI
32     Builder tool (http://github.com/yui/builder). The README in the
33     componentbuild directory of the builder project
34     covers installation and use of the build tool.
35
36