@@ -17,7 +17,7 @@ Tested on IE9, Chrome 46, Firefox 41 & Safari 7.1 using
17
17
## Table of contents
18
18
19
19
* [ Quick start] ( #quick-start )
20
- * [ Documentation ] ( #documentation )
20
+ * [ Guides and Tutorials ] ( #guides-and-tutorials )
21
21
* [ API Reference] ( #api-reference )
22
22
* [ Demo] ( #demo )
23
23
* [ Support] ( #support )
@@ -66,82 +66,39 @@ var sessionAdapter = new LocalStorageAdapter({
66
66
});
67
67
```
68
68
69
- ## Documentation
70
- - [ Getting Started with js-data] ( http://www.js-data.io/docs/home )
71
- - [ js-data-http] ( http://www.js-data.io/docs/js-data-localstorage )
72
- - [ CHANGELOG.md] ( https://github.com/js-data/js-data-localstorage/blob/master/CHANGELOG.md )
69
+ ## Guides and Tutorials
73
70
74
- ## API Reference
75
- - [ js-data] ( http://api.js-data.io/js-data/ )
76
- - [ js-data-localstorage] ( http://api.js-data.io/js-data-localstorage/ )
71
+ [ Get started at http://js-data.io ] ( http://js-data.io )
77
72
78
- ## Demo
79
- [ https://js-data-localstorage.firebaseapp.com/ ] ( https://js-data-localstorage.firebaseapp.com/ )
73
+ ## API Reference Docs
80
74
81
- ## Support
75
+ [ Visit http://api.js-data.io ] ( http://api.js-data.io ) .
82
76
83
- Support questions are handled via [ StackOverflow] [ so ] , [ Slack] [ slack ] , and the
84
- [ Mailing List] [ ml ] . Ask your questions there.
77
+ ## Demo
78
+
79
+ https://js-data-localstorage.firebaseapp.com/
85
80
86
81
## Community
87
- - [ StackOverflow Channel] [ so ]
88
- - [ Slack Chat] [ slack ] [ ![ Slack Status] [ sl_b ]] [ slack ]
89
- - [ Announcements] ( http://www.js-data.io/blog )
90
- - [ Mailing List] ( ml )
91
- - [ Issues Tracker] ( https://github.com/js-data/js-data/issues )
92
- - [ GitHub] ( https://github.com/js-data/js-data )
93
- - [ Contributing Guide] ( https://github.com/js-data/js-data/blob/master/CONTRIBUTING.md )
82
+
83
+ [ Explore the Community] ( http://js-data.io/docs/community ) .
84
+
85
+ ## Support
86
+
87
+ [ Find out how to Get Support] ( http://js-data.io/docs/support ) .
94
88
95
89
## Contributing
96
90
97
- When submitting bug reports or feature requests on GitHub, please include _ as
98
- much detail as possible_ .
99
-
100
- - good - Your versions of Angular, JSData, etc, relevant console logs, stack
101
- traces, code examples that revealed the issue, etc.
102
- - better - A [ plnkr] ( http://plnkr.co/ ) , [ fiddle] ( http://jsfiddle.net/ ) , or
103
- [ bin] ( http://jsbin.com/?html,output ) that demonstrates the issue
104
- - best - A Pull Request that fixes the issue, including test coverage for the
105
- issue and the fix
106
-
107
- ### Pull Requests
108
-
109
- 1 . Contribute to the issue/discussion that is the reason you'll be developing in
110
- the first place
111
- 1 . Fork js-data
112
- 1 . ` git clone [email protected] :<you>/js-data-localstorage.git `
113
- 1 . ` cd js-data-localstorage; npm install; `
114
- 1 . Write your code, including relevant documentation and tests
115
- 1 . Run ` npm test ` (build and test)
116
- 1 . Your code will be linted and checked for formatting, the tests will be run
117
- 1 . The ` dist/ ` folder & files will be generated, do NOT commit ` dist/* ` ! They
118
- will be committed when a release is cut.
119
- 1 . Submit your PR and we'll review!
120
- 1 . Thanks!
91
+ [ Read the Contributing Guide] ( http://js-data.io/docs/contributing ) .
121
92
122
93
## License
123
94
124
95
The MIT License (MIT)
125
96
126
- Copyright (c) 2014-2016 Jason Dobry
127
-
128
- Permission is hereby granted, free of charge, to any person obtaining a copy
129
- of this software and associated documentation files (the "Software"), to deal
130
- in the Software without restriction, including without limitation the rights
131
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
132
- copies of the Software, and to permit persons to whom the Software is
133
- furnished to do so, subject to the following conditions:
134
-
135
- The above copyright notice and this permission notice shall be included in all
136
- copies or substantial portions of the Software.
137
-
138
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
139
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
140
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
141
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
142
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
143
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
144
- SOFTWARE.
97
+ Copyright (c) 2014-2016 js-data-http project authors
98
+
99
+ * [ LICENSE] ( https://github.com/js-data/js-data-localstorage/blob/master/LICENSE )
100
+ * [ AUTHORS] ( https://github.com/js-data/js-data-localstorage/blob/master/AUTHORS )
101
+ * [ CONTRIBUTORS] ( https://github.com/js-data/js-data-localstorage/blob/master/CONTRIBUTORS )
145
102
146
103
[ sl_b ] : http://slack.js-data.io/badge.svg
147
104
[ sl_l ] : http://slack.js-data.io
0 commit comments