Fixed README md formatting

This commit is contained in:
Stefan Zermatten
2014-11-16 12:33:04 +02:00
parent e58aaa1baf
commit 8aa2e6485b

View File

@@ -1,29 +1,39 @@
Packages used
=============
* meteor-platform
Base Meteor. [Docs](http://docs.meteor.com/#/full/)
* meteor-platform
* Base Meteor.
* [Docs](http://docs.meteor.com/#/full/)
* autopublish
Publishes everything to the client. Must be removed before release
* Publishes everything to the client.
* Must be removed before release
* insecure
Allows the client the freedom to modify any colleciton. Must be removed before release
* Allows the client the freedom to modify any colleciton.
* Must be removed before release
* iron:router
Enables pagination and URL's to direct to specific templates. [Tutorial](http://www.manuel-schoebel.com/blog/iron-router-tutorial)
* Enables pagination and URL's to direct to specific templates.
* [Tutorial](http://www.manuel-schoebel.com/blog/iron-router-tutorial)
* accounts-password
Lets users create accounts with a simple password
* Lets users create accounts with a simple password
* accounts-ui
Adds simple UI for logging in
* Adds simple UI for logging in
* random
Somewhat decent cryptographically strong psuedo random number generation. [readme](https://atmospherejs.com/meteor/random)
* Somewhat decent cryptographically strong psuedo random number generation.
* [readme](https://atmospherejs.com/meteor/random)
* dburles:collection-helpers
Adds template-style helpers to collections. [github page](https://github.com/dburles/meteor-collection-helpers)
* Adds template-style helpers to collections. [github page](https://github.com/dburles/meteor-collection-helpers)
* reactive-var
Friendly reactive variables [Meteor Docs](http://docs.meteor.com/#/full/reactivevar_pkg)
* Friendly reactive variables
* [Meteor Docs](http://docs.meteor.com/#/full/reactivevar_pkg)
* cw4gn3r:jquery-event-drag
Adds jquery drag events
* Adds jquery drag events
* underscore
Handy javascript utilities [Docs](http://underscorejs.org/)
* Handy javascript utilities
* [Docs](http://underscorejs.org/)
* aldeed:collection2
Extends collections with Schemas [(gitHub page)](https://github.com/aldeed/meteor-collection2) using [SimpleSchema](https://github.com/aldeed/meteor-simple-schema)
* Extends collections with Schemas
* [(gitHub page)](https://github.com/aldeed/meteor-collection2)
* uses [SimpleSchema](https://github.com/aldeed/meteor-simple-schema)
* aldeed:autoform
Automatically generates bootstrap forms for collection2 Schemas. [github](https://github.com/aldeed/meteor-autoform)
* Automatically generates bootstrap forms for collection2 Schemas.
* [github](https://github.com/aldeed/meteor-autoform)