-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial commit with basic repo structure in place
- Loading branch information
Derick Bailey
committed
Jul 8, 2013
0 parents
commit a55032f
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.DS_Store | ||
*.orig | ||
*.swp | ||
*.swo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# KendoUI-Lint.vim | ||
|
||
A vim plugin to integrate the [Kendo UI Lint](https://github.com/kendo-labs/kendo-lint) | ||
project with [the vim editor](http://vim.org). | ||
|
||
## About KendoUI-Lint.vim | ||
|
||
Install this plugin via Pathogen: | ||
|
||
## How to Contribute | ||
|
||
If you would like to contribute to the source code, | ||
please read the | ||
[guidelines for pull requests and contributions](https://github.com/kendo-labs/kendo-lint/blob/master/CONTRIBUTING.md) | ||
for [the KendoUI-Lint project](https://github.com/kendo-labs/kendo-lint). | ||
Following these guidelines will help make your contributions easier | ||
to bring in to the next release. | ||
|
||
## Getting Help | ||
|
||
The best way to get help is either by open [issues](issues) on the project | ||
here at github, or by asking questions on | ||
[StackOverflow](http://stackoverflow.com). Be sure to tag your SO | ||
questions with [kendo-ui](http://stackoverflow.com/questions/tagged/kendo-ui). | ||
|
||
As a part of Kendo UI Labs, KendoUI-Lint.vim is 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 Kendo UI 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. | ||
|
||
## License Information | ||
|
||
This project has been released under the | ||
[Apache License, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html), | ||
the text of which is included in the [LICENSE.md](LICENSE.md) file. | ||
This license applies ONLY to the project-specific source of each | ||
repository and does not extend to Kendo UI itself, or any other 3rd | ||
party libraries used in a repository. For licensing information about | ||
Kendo UI, see the | ||
[License Agreements page](https://www.kendoui.com/purchase/license-agreement.aspx) | ||
at [KendoUI.com](http://www.kendoui.com). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## v0.0.1 | ||
|
||
* Initial Release |
Empty file.