diff --git a/README.textile b/README.textile index c046052..eab63b9 100644 --- a/README.textile +++ b/README.textile @@ -1,5 +1,9 @@ h1. YUI Bootstrapper for Node.js +The NodeJS-YUI3 project uses several 3rd party open source libraries and tools. + +This file summarizes the tools used, their purpose, and the licenses under which they're released. + This node.js module attempts to setup and bootstrap a working YUI 3 instance. This module includes support for remote script loading via Y.Get.script() and remote data fetching via Y.io. @@ -12,8 +16,8 @@ All of the examples and tests assume you have @node@ in your path and they are a h2. Dependancies -"JSDom":http://github.com/tmpvar/jsdom -"HTML Parser":http://github.com/tautologistics/node-htmlparser +"JSDom":http://github.com/tmpvar/jsdom : "LICENSE":http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt +"HTML Parser":http://github.com/tautologistics/node-htmlparser : "LICENSE":http://github.com/tautologistics/node-htmlparser/blob/master/LICENSE h2. Installing - via NPM @@ -72,3 +76,13 @@ When using JSDom, All relevent YUI 3 Dom & Selector tests pass. The ones that ar ./selector.js + +h2. License + +This software is offered under the terms of the BSD license. See the LICENSE file or the "YUI License":http://developer.yahoo.com/yui/license.html for license text and copyright information. + +h2. Contribute + +Your contributions are welcome! Please review the "YUI contributor guide":http://developer.yahoo.com/yui/community/#cla before contributing. If you haven't contributed to a "YUI project":http://yuilibrary.com before, you'll need to review and sign the "YUI CLA":http://developer.yahoo.com/yui/community/#cla before we can accept your pull request. + +