Skip to content

Commit

Permalink
Add supporting files
Browse files Browse the repository at this point in the history
  • Loading branch information
burkeholland committed Mar 15, 2013
1 parent af5ab86 commit 0bb569f
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#v0.1

Initial commit of the repo to the labs project
Empty file added CONTRIBUTING.md
Empty file.
55 changes: 54 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,54 @@
### A project containing Kendo UI plugins, extended widgets and composite controls
# Kendo UI Plugins

## About Kendo Plugins

Kendo Plugins is a library of third party widgets and controls written for Kendo UI by the community.

## Compatibility and Requirements

Kendo Plugins depend on **AT LEAST** the following libraries:

- [jQuery](http://www.jquery.com) v1.8.2
- [Kendo UI](http://www.kendoui.com) vCurrent

Additionally, some plugins have other required resources

* **maps:** Requires the [Google Maps API library V3](https://developers.google.com/maps/documentation/javascript/)

Kendo Plugins has not been tested against any other versions of these libraries. You may find that versions other than these are compatible with angular-kendo, but we make no claims to support those version, nor can we troubleshoot issues that arise when using those versions.

## Source Code and Downloads

Each plugin folder contains a JavaScript file which contains the respective Kendo UI Widget.

## Documentation

* [DataSource](http://www.kendoui.com/blogs/teamblog/posts/12-04-10/creating_a_datasource_aware_kendo_ui_widget.aspx)
* [GoogleMaps](http://kendo-labs.github.com/kendo-plugins)
* [InputLabelCheckBox](http://www.kendoui.com/blogs/teamblog/posts/12-10-16/inheriting_from_custom_widgets.aspx)
* [MVVM](http://www.kendoui.com/blogs/teamblog/posts/12-04-24/creating_a_kendo_ui_mvvm_widget.aspx)
* [YouTube](http://www.kendoui.com/blogs/teamblog/posts/12-04-03/creating_custom_kendo_ui_plugins.aspx)

## How to Contribute

If you would like to contribute a kendo plugin, or add features/fixes to an exsiting one, please read the [guidelines for pull requests and contributions](CONTRIBUTING.md). Following these guidelines will help make your contributions easier to bring in to the next release.

## Getting Help

StackOverflow is a good place to start. Make sure that you include a [JSFiddle](http://www.jsfiddle.net) or [JSBin](http://www.jsbin.com) sample with your question. It increases the likelyhood of getting a quick answer.

As a part of Kendo UI Labs, Kendo Plugins are intended to be a community-run project, and not an official part of any Kendo UI SKU (Web, DataViz, Mobile or Complete). As such, this project is not a supported part of Kendo UI, and is not covered under the support agreements for Kendo UI license holders. Please do not create support requests for this project, as these will be immediately closed and you'll be directed to post your question on a community forum.

## Release Notes

For change logs and release notes, see the [changelog](CHANGELOG.md) file.

## MIT License

Copyright © 2013 Telerik

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit 0bb569f

Please sign in to comment.