public
Description: Server side PHP loader for YUI files
Homepage: http://developer.yahoo.com/yui/
Clone URL: git://github.com/yui/phploader.git
name age message
file .gitignore Wed Jan 21 11:34:12 -0800 2009 Removed conf file that was required for the 1.x... [apm]
file CHANGES Wed Dec 02 11:30:16 -0800 2009 changed the changelog order [apm]
file INSTALL Mon Nov 02 22:38:45 -0800 2009 Better handling of CSS image path replacements ... [cauld]
file README Thu Oct 29 23:12:13 -0700 2009 Doc and example cleanup. Fixing combo.php query... [cauld]
directory api_docs/ Sun Nov 22 14:44:43 -0800 2009 Updating API docs [cauld]
directory examples/ Tue Nov 03 12:56:16 -0800 2009 Documenting more methods and generating new API... [cauld]
file index.php Tue Nov 03 12:59:19 -0800 2009 Adding new example link [cauld]
directory lib/ Sat Nov 21 14:49:15 -0800 2009 Changing rollup level for reset-font-grids (doi... [cauld]
file license.txt Mon Jun 29 11:42:33 -0700 2009 General cleanup for release per OSWG recommenda... [Chad Auld]
directory phploader/ Sun Nov 29 10:47:07 -0800 2009 Removing ereg_replace usage in loader since it ... [cauld]
README
phploader README

The YUI PHP Loader Utility is a server-side utility that allows you to 
load specific YUI components and their dependencies into your page via PHP.
YUI PHP Loader can operate as a holistic solution by loading all of your 
necessary YUI components, or it can be used to add one or more components 
to a page on which some YUI content already exists.

phploader requires a webserver with support for PHP 4.3.0+ or PHP 5+.

The code for YUI phploader is provided under a BSD license:
    http://developer.yahoo.net/yui/license.html

Project home page:
    http://developer.yahoo.com/yui/phploader
    
Source code:
    http://github.com/yui/phploader

Issue tracker:
    http://yuilibrary.com/projects/phploader
    
Files:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

README
    This file

CHANGES
    The change log

INSTALL
    Installation instructions

license.txt
    Open source license details.

lib/meta
    Contains the YUI module dependency metadata (for versions 2 and 3).
    The latest version is shipped with each release, but you can manually
    add additional version.

phploader/loader.php
    The main YUI PHP Loader class file

phploader/combo.php
    Local lightweight combo handling service that will allow PHP Loader to 
    combine files without relying on a remote combo-service.

phploader/tests
    Contains a number of tests and example loader scripts
    
examples
    Contains YUI PHP Loader example documentation and working code samples
    
api_docs
    Contains the standard YUI API style documentation