From ce2c8f1b46b93523390c291e69374d556b2ef161 Mon Sep 17 00:00:00 2001 From: itayw Date: Tue, 18 Feb 2014 10:45:01 +0200 Subject: [PATCH] #29 cleanup --- .gitignore | 1 + AUTHORS.md | 3 ++- CONTRIBUTING.md | 3 ++- LICENSE.md | 3 ++- README.md | 4 ++-- test-reports.xml | 5 ----- 6 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 test-reports.xml diff --git a/.gitignore b/.gitignore index 7a1537b..48fdf33 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea node_modules + diff --git a/AUTHORS.md b/AUTHORS.md index 63fa137..49d1385 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,4 +1,5 @@ # Authors ordered by first contribution. Itay Weinberger -Or Weinberger \ No newline at end of file +Or Weinberger + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e8cf01..55c5ddb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,4 +68,5 @@ please contact project admins to ensure you have been granted with an editor rol * [Contributor License Agreement]() * [General GitHub documentation](http://help.github.com/) * [GitHub pull request documentation](http://help.github.com/send-pull-requests/) -* #joola.io IRC channel on freenode.org \ No newline at end of file +* #joola.io IRC channel on freenode.org + diff --git a/LICENSE.md b/LICENSE.md index 723551f..9457f43 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -664,4 +664,5 @@ into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read -<[http://www.gnu.org/philosophy/why-not-lgpl.html](http://www.gnu.org/philosophy/why-not-lgpl.html)>. \ No newline at end of file +<[http://www.gnu.org/philosophy/why-not-lgpl.html](http://www.gnu.org/philosophy/why-not-lgpl.html)>. + diff --git a/README.md b/README.md index 7d623a3..5999413 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ console.log(joolaio.VERSION); ## `joolaio` -### `joolaio` properties +#### `joolaio` properties joola.io has the following properties: - `options` object containing all options used by the SDK for its operation. @@ -96,7 +96,7 @@ Connects to a joola.io server with the following arguments: - `options` - An object with the host configuration: - `host` - the hostname or IP address of the joola.io server. Set to `127.0.0.1` or `localhost` if you're running on the same host as your joola.io server. - - `token` - if using server-side authentication, then the token generated via [`joola.auth.generateToken`](https://github.com/joola/joola.io/wiki/lib%5Cauth%5Cindex%20(jsdoc)). + - `token` - A token generated via [`joola.auth.generateToken`](https://github.com/joola/joola.io/wiki/lib%5Cauth%5Cindex%20(jsdoc)). - `APIToken` - the API Token to use when exchanging data with the server. - `callback` - If provided, `callback(err)` is called once the SDK is ready. If an error as occurred then `err` will contain the details. diff --git a/test-reports.xml b/test-reports.xml deleted file mode 100644 index d0a959d..0000000 --- a/test-reports.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - -