Updating package and readme

This commit is contained in:
Tom MacWright 2011-02-02 17:26:38 -05:00
parent 9c328aa99d
commit ffe21b54d0
2 changed files with 18 additions and 4 deletions

View File

@ -2,6 +2,12 @@
Is a stylesheet renderer for Mapnik. It's an evolution of the [Cascadenik](https://github.com/mapnik/Cascadenik) idea and language, with an emphasis on speed and flexibility.
## Installation
Follow the directions to install [node-zipfile](https://github.com/springmeyer/node-zipfile) and then:
npm install mess
## MML
_incompatibility_
@ -189,7 +195,15 @@ By defining multiple fonts in a `text-face-name` definition, you create [FontSet
## 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/).
`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

View File

@ -2,10 +2,10 @@
"name" : "mess",
"description" : "Mapnik Stylesheet Compiler",
"url" : "https://github.com/developmentseed/mess.js",
"keywords" : ["mapnik", "maps"],
"author" : "Alexis Sellier <self@cloudhead.net>, Tom MacWright <macwright@gmail.com>",
"keywords" : ["mapnik", "maps", "css"],
"author" : "Tom MacWright <macwright@gmail.com>, Konstantin Käfer, Alexis Sellier <self@cloudhead.net>",
"contributors" : [],
"version" : "0.0.40",
"version" : "0.1.0",
"bin" : { "messc": "./bin/messc" },
"main" : "./lib/mess/index",
"directories" : { "test": "./test" },