Adding note about ubuntu, reorganizing

This commit is contained in:
Tom MacWright 2011-02-02 17:29:04 -05:00
parent ffe21b54d0
commit b378f105f9

View File

@ -8,6 +8,8 @@ Follow the directions to install [node-zipfile](https://github.com/springmeyer/n
npm install mess
_note: possibly broken on ubuntu_
## MML
_incompatibility_
@ -193,17 +195,6 @@ By defining multiple fonts in a `text-face-name` definition, you create [FontSet
<tr>
</table>
## Credits
`mess.js` is based on [less.js](https://github.com/cloudhead/less.js), a CSS compiler written by Alexis Sellier.
It depends on
* [underscore.js](https://github.com/documentcloud/underscore/)
* [zipfile](https://github.com/springmeyer/node-zipfile)
* [srs](https://github.com/springmeyer/node-srs)
* [step](https://github.com/creationix/step)
* [xml2js](https://github.com/maqr/node-xml2js)
## Usage
@ -236,6 +227,19 @@ The `Renderer` interface is the main API for developers, and it takes an MML fil
}
});
## Credits
`mess.js` is based on [less.js](https://github.com/cloudhead/less.js), a CSS compiler written by Alexis Sellier.
It depends on
* [underscore.js](https://github.com/documentcloud/underscore/)
* [zipfile](https://github.com/springmeyer/node-zipfile)
* [srs](https://github.com/springmeyer/node-srs)
* [step](https://github.com/creationix/step)
* [xml2js](https://github.com/maqr/node-xml2js)
## Authors
* Tom MacWright (tmcw)