Skip to content

Commit

Permalink
Upadated README and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Sep 4, 2010
1 parent 81f96a6 commit 8969a98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 47 deletions.
19 changes: 19 additions & 0 deletions LICENSE
@@ -0,0 +1,19 @@

Copyright 2009, 2010 Kristopher Michael Kowal. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
47 changes: 0 additions & 47 deletions README
Expand Up @@ -25,31 +25,6 @@ Narwhal
$ tusk install chiron


Usage
=====

Chiron modules can be used both on the client and server side. Chiron
ships with a browser-based XHR module loader. ``modules.js`` is a script,
suitable for inclusion on with a ``<script>`` tag in a web page. The
script will instantiate a module system in the page. In the script tag,
put the identifier of your main module in the query string::

<script src="path/to/modules.js?main"></script>

If your module library is in an alternate location, you can supply a
library path on the query string as well::

<script src="/modules.js?path=/js/&main"></script>

Tools for bundling and minimizing modules for production are presently
being recreated for this version of Chiron.

``modules.js`` leaves no trace of itself in the DOM or in the global scope
(it does not add any properties to the ``window`` object, and removes its
own ``<script>`` tag from the DOM. Thus, Chiron is very kind to its
neighbors, and most modules are designed deffensively and non-aggressively.


Legal
=======

Expand Down Expand Up @@ -112,28 +87,6 @@ Steve Levithan <http://stevenlevithan.com/>
MIT License


Community Contributions
-----------------------

Google Inc.

`base.js`
<http://code.google.com/p/doctype/>,
good bits from the Doctype project,
New BSD License

Mark James <http://www.famfamfam.com/>

`icons/`:
Silk icon set,
Creative Commons Attribution 2.5 License

Ash Searle

`printf.js`:
"Unrestricted" License


References
==========

Expand Down

0 comments on commit 8969a98

Please sign in to comment.