Install and Readme Notes ---------------------------------------------------------------------------------------- 1] Unzip YUI from here http://developer.yahoo.com/yui/download/ ---------------------------------------------------------------------------------------- 2] extract files to C:\Program Files\Kitchen\KitCADi3\yui\ ---------------------------------------------------------------------------------------- 3] rename directory of C:\Program Files\Kitchen\KitCADi3\yui\yui\ to C:\Program Files\Kitchen\KitCADi3\yui\2.9.0\ ---------------------------------------------------------------------------------------- 4] Open the file build_yui_css.php and build_yui_gz.php in a web browser* the path used needs to be modified before use by making changes to build_yui_gz.php and the following line/s: $libraryi3yuipath = $_ENV["DOMAIN_PATH"] . "/library/i3/yui/2.9.0"; to, something like $libraryi3yuipath = "your/php/base/domain/htdocs/path/goes/here/library/i3/yui/2.9.0"; ---------------------------------------------------------------------------------------- build_yui_css.php only works in PHP 5 build_yui_gz.php works in both PHP 4 and PHP 5 * NOTE: Use step 4 above to get GZ compressed versions, or download from http://www.kitchenpages.com/library/i3/yui/ The "2.8.2" for 2.8.2r2 is the current version used in KitCADi3 javascripts, change of version requires edits to all KitCAD i3 files using the text of "2.9.0" KitCAD i3 does not include all YUI files. For the complete YUI Visit, and See : http://developer.yahoo.com/yui/ :)