modestmaps / modestmaps-js

Modest Maps javascript port
http://modestmaps.com
395 stars 73 forks source link

Documentation, VERSION file, removing old examples #44

Closed shawnbot closed 12 years ago

shawnbot commented 12 years ago

The biggest chunk of this diff is the documentation, which consists of some HTML and Markdown files that are combined with doc/Makefile.

Next up is the consolidation of the current version to the VERSION file, and a couple of perl one-liners that pull the contents of that file into the compiled source files (and the docs).

I've also done some housecleaning to remove a couple of examples that belong in modestmaps-ui, which I'll be integrating there separately.

tmcw commented 12 years ago

Whoah, this is a lot more than just docs. There's a lot of new API in this pull request, like Location.fromString etc. Either this will require quite a few minor-version bumps for modestmaps itself, or the docs stuff should be split into a different pull.

shawnbot commented 12 years ago

Yeah, sorry about that. Location.fromString() was in my master for a long time and I only just realized that I never contributed it back. Let me package this up as a pull with just the docs and VERSION file changes, then do the other stuff separately.