Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 30, 2011
1 parent 7e02795 commit 933b0a1
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
4 changes: 2 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Building YUI 3 Metadata
-----------------------
=======================

There are two scripts located in the `scripts` directory.

Expand All @@ -10,7 +10,7 @@ There are two scripts located in the `scripts` directory.


Building
========
--------

* Download an official release from here: http://yuilibrary.com/download/yui3/
* Clone this repo: `git clone git://github.com/yui/phploader.git`
Expand Down
28 changes: 21 additions & 7 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
phploader README
----------------

IMPORTANT NOTE
==============

THE METADATA USED IN YUI 3 HAS CHANGED AS OF VERSION 3.4.0, THIS LOADER WILL
NOT WORK IN IT'S CURRENT STATE WITH ANY VERSION OVER 3.3.0. IT NEEDS TO BE
MODIFIED TO HANDLE THE NEW ALIAS SYSTEM IN ORDER TO FUNCTION PROPERLY.

PULL REQUESTS ARE WELOME!


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.
Expand All @@ -13,17 +24,17 @@ The code for YUI phploader is provided under a BSD license:

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

Files
-----

README.md
This file

CHANGES
Expand All @@ -32,6 +43,9 @@ CHANGES
INSTALL
Installation instructions

BUILD.md
Instructions for building meta data

license.txt
Open source license details.

Expand All @@ -49,10 +63,10 @@ phploader/combo.php

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

Expand Down

0 comments on commit 933b0a1

Please sign in to comment.