Skip to content

Commit

Permalink
bring README.md files up to 1.0.3 compatibility
Browse files Browse the repository at this point in the history
Fill in all packages without README.md files with a short
README.md mentioning that this is an internal Meteor package.

Break up the top paragraph of a couple of existing README.md
files to be proper long description.

There is more work to do here, involving line wrapping and the like.
  • Loading branch information
ekatek committed Jan 20, 2015
1 parent 1aba3a8 commit c5bc843
Show file tree
Hide file tree
Showing 55 changed files with 83 additions and 11 deletions.
14 changes: 10 additions & 4 deletions packages/accounts-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

A turn-key user interface for Meteor Accounts.

To add Accounts and a set of login controls to an application, add the
`accounts-ui` package and at least one login provider package:
To add Accounts and a set of login controls to an application, add the `accounts-ui`
package and at least one login provider package:
`accounts-password`, `accounts-facebook`, `accounts-github`,
`accounts-google`, `accounts-twitter`, or `accounts-weibo`.

Then simply add the `{{> loginButtons}}` helper to an HTML file. This
will place a login widget on the page. If there is only one provider configured
Then simply add the `{{> loginButtons}}` helper to an HTML file.

See the Meteor Accounts [project page](https://www.meteor.com/accounts) for more info.

## Details

Adding the `{{> loginButtons}}` helper to an HTML file will
place a login widget on the page. If there is only one provider configured
and it is an external service, this will add a login/logout button. If you use
`accounts-password` or use multiple external login services, this will add
a "Sign in" link which opens a dropdown menu with login options. If you plan to
Expand Down
6 changes: 5 additions & 1 deletion packages/appcache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ The `appcache` package, part of
[Webapp](https://www.meteor.com/webapp), stores the static parts of a
Meteor application (the client side Javascript, HTML, CSS, and images)
in the browser's [application
cache](https://en.wikipedia.org/wiki/AppCache). To enable caching
cache](https://en.wikipedia.org/wiki/AppCache).

## Using Appcache

To enable caching
simply add the `appcache` package to your project.

* Once a user has visited a Meteor application for the first time and
Expand Down
3 changes: 3 additions & 0 deletions packages/application-configuration/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Application-Configuration

This is an internal Meteor package.
3 changes: 3 additions & 0 deletions packages/audit-argument-checks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Audit-Argument-Checks

This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/base64/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/binary-heap/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
6 changes: 4 additions & 2 deletions packages/blaze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ manipulates the DOM. Instead, familiar template directives like
[Minimongo's](https://meteor.com/mini-databases) database cursors so
that the DOM updates automatically.

Read more on the Blaze [project page](http://www.meteor.com/blaze).

## Details

Blaze has two major parts:

* A template compiler that compiles template files into JavaScript
Expand All @@ -32,8 +36,6 @@ experience, using templating, transparent reactivity, and
interoperability with existing libraries to create a gentle learning
curve while enabling you to build world-class apps.

Read more on the Blaze [project page](http://www.meteor.com/blaze).

## Examples

Here are two Spacebars templates from an example app called
Expand Down
1 change: 1 addition & 0 deletions packages/boilerplate-generator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
2 changes: 2 additions & 0 deletions packages/browser-policy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ policies that will be enforced by newer browsers. These policies help
you prevent and mitigate common attacks like cross-site scripting and
clickjacking.

## Details

When you add `browser-policy` to your app, you get default configurations for
the HTTP headers X-Frame-Options and Content-Security-Policy. X-Frame-Options
tells the browser which websites are allowed to frame your app. You should only
Expand Down
1 change: 1 addition & 0 deletions packages/callback-hook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/code-prettify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/coffeescript-test-helper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/ctl-helper/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/ctl/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/deps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/dev-bundle-fetcher/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/disable-oplog/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/facts/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/follower-livedata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/geojson-utils/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/handlebars/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/id-map/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/js-analyze-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/js-analyze/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/jsparse/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/livedata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/localstorage/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/logging/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/markdown/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
3 changes: 3 additions & 0 deletions packages/meteor-tool/.versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[email protected]
[email protected]
[email protected]
1 change: 1 addition & 0 deletions packages/meteor/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/meyerweb-reset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/minifiers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/mongo-livedata/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/observe-sequence/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/package-version-parser/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/preserve-inputs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/reload-safetybelt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/retry/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/sha/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/showdown/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/spacebars-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
10 changes: 6 additions & 4 deletions packages/spiderable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ pushState](https://developer.mozilla.org/en-US/docs/DOM/Manipulating_the_browser
to alter the URL on the client without triggering a page reload. See the [Todos
example](http://meteor.com/examples/todos) for a demonstration.

If you deploy your application with `meteor bundle`, you must install
`phantomjs` ([http://phantomjs.org](http://phantomjs.org/)) somewhere in your
`$PATH`. If you use `meteor deploy` this is already taken care of.

When running your page, `spiderable` will wait for all publications
to be ready. Make sure that all of your [`publish functions`](#meteor_publish)
either return a cursor (or an array of cursors), or eventually call
[`this.ready()`](#publish_ready). Otherwise, the `phantomjs` executions
will fail.

## Notes

If you deploy your application with `meteor bundle`, you must install
`phantomjs` ([http://phantomjs.org](http://phantomjs.org/)) somewhere in your
`$PATH`. If you use `meteor deploy` this is already taken care of.
1 change: 1 addition & 0 deletions packages/srp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/standard-app-packages/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/star-translate/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/startup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/test-helpers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/test-in-console/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/test-server-tests-in-console-once/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/tinytest/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/ui/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/underscore-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/url/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.
1 change: 1 addition & 0 deletions packages/xmlbuilder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This is an internal Meteor package.

0 comments on commit c5bc843

Please sign in to comment.