Skip to content

Commit

Permalink
README Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Sep 1, 2010
1 parent 2f5f618 commit 96cb880
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.textile
@@ -1,5 +1,9 @@
h1. YUI Bootstrapper for Node.js 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 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. This module includes support for remote script loading via Y.Get.script() and remote data fetching via Y.io.
Expand All @@ -12,8 +16,8 @@ All of the examples and tests assume you have @node@ in your path and they are a


h2. Dependancies h2. Dependancies


"JSDom":http://github.com/tmpvar/jsdom "JSDom":http://github.com/tmpvar/jsdom : "LICENSE":http://github.com/tmpvar/jsdom/blob/master/LICENSE.txt
"HTML Parser":http://github.com/tautologistics/node-htmlparser "HTML Parser":http://github.com/tautologistics/node-htmlparser : "LICENSE":http://github.com/tautologistics/node-htmlparser/blob/master/LICENSE


h2. Installing - via NPM h2. Installing - via NPM


Expand Down Expand Up @@ -72,3 +76,13 @@ When using JSDom, All relevent YUI 3 Dom & Selector tests pass. The ones that ar
./selector.js ./selector.js
</pre> </pre>



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.


0 comments on commit 96cb880

Please sign in to comment.