rsi-plugins

所属分类:Websocket编程
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2018-06-15 08:32:51
上 传 者sh-1993
说明:  该项目实现了大众汽车信息娱乐Web界面(viwi RSI)的媒体接口,发布于
(This project implements the media interfaces of the Volkswagen Infotainment Web Interface (viwi RSI) as published under)

文件列表:
.npmrc (44, 2018-06-15)
.travis.yml (362, 2018-06-15)
CHANGELOG.md (3086, 2018-06-15)
LICENSE (1062, 2018-06-15)
data/ (0, 2018-06-15)
data/blue.jpg (71996, 2018-06-15)
data/hills.jpg (70368, 2018-06-15)
data/loud.jpg (56078, 2018-06-15)
data/mocks.json (1264, 2018-06-15)
data/white.jpg (73958, 2018-06-15)
dist/ (0, 2018-06-15)
dist/index.d.ts (213, 2018-06-15)
dist/index.js (399, 2018-06-15)
dist/index.js.map (263, 2018-06-15)
dist/index.spec.d.ts (11, 2018-06-15)
dist/index.spec.js (418, 2018-06-15)
dist/index.spec.js.map (421, 2018-06-15)
dist/media/ (0, 2018-06-15)
dist/media/collections.d.ts (558, 2018-06-15)
dist/media/collections.js (11823, 2018-06-15)
dist/media/collections.js.map (4685, 2018-06-15)
dist/media/index.d.ts (138, 2018-06-15)
dist/media/index.js (1431, 2018-06-15)
dist/media/index.js.map (693, 2018-06-15)
dist/media/index.spec.d.ts (11, 2018-06-15)
dist/media/index.spec.js (466, 2018-06-15)
dist/media/index.spec.js.map (468, 2018-06-15)
dist/media/renderers.d.ts (435, 2018-06-15)
dist/media/renderers.js (6425, 2018-06-15)
dist/media/renderers.js.map (2122, 2018-06-15)
dist/media/renderers.spec.d.ts (11, 2018-06-15)
dist/media/renderers.spec.js (159, 2018-06-15)
dist/media/renderers.spec.js.map (176, 2018-06-15)
dist/media/renderers/ (0, 2018-06-15)
dist/media/renderers/netflux.d.ts (664, 2018-06-15)
dist/media/renderers/netflux.js (3597, 2018-06-15)
dist/media/renderers/netflux.js.map (2450, 2018-06-15)
dist/medialibrary/ (0, 2018-06-15)
... ...

# RSI Plugin This Software is designed to work as a plugin for the so called `rsiServer` (https://github.com/wzr1337/rsiServer). ![](https://travis-ci.org/wzr1337/rsi-plugins.media.svg?branch=master) ## Contribution I welcome everyone to contribute to this repo. Let us build awesome software - together. In order to streamline contribution to this repo, some guidelines are described below. ### Tests In order to maintain a maximum of software quality, **tests** are needed. Whenever you contribute, please make sure that appropriate tests are in place. Also contributing tests only is highly valuable for the project. ### Git Commit Guidelines These rules are adopted from [the AngularJS commit conventions](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/). #### Commit Message Format Each commit message starts with a **type**, a **scope**, and a **subject**. Below that, the commit message has a **body**. - **type**: what type of change this commit contains. - **scope**: what item of code this commit is changing. - **subject**: a short description of the changes. - **body** (optional): a more in-depth description of the changes ``` (): ``` Examples: ```none feat(ruler): add inches as well as centimeters ``` ```none fix(protractor): fix 90 degrees counting as 91 degrees ``` ```none refactor(pencil): use graphite instead of lead Closes #640. Graphite is a much more available resource than lead, so we use it to lower the price. ``` ```none fix(pen): use blue ink instead of red ink BREAKING CHANGE: Pen now uses blue ink instead of red. To migrate, change your code from the following: `pen.draw('blue')` To: `pen.draw('red')` ``` Any line of the commit message should not be longer 100 characters. This allows the message to be easier to read on github as well as in various git tools. #### Type Is recommended to be one of the below items. Only **feat** and **fix** show up in the changelog, in addition to breaking changes (see breaking changes section at bottom). * **feat**: A new feature * **fix**: A bug fix * **docs**: Documentation only changes * **style**: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) * **refactor**: A code change that neither fixes a bug or adds a feature * **test**: Adding missing tests * **chore**: Changes to the build process or auxiliary tools and libraries such as documentation generation #### Scope The scope could be anything specifying place of the commit change. Usually, the affected resource is named here. #### Subject The subject contains succinct description of the change: * use the imperative, present tense: "change" not "changed" nor "changes" * don't capitalize first letter * no dot (.) at the end #### Breaking Changes Put **any breaking changes** with migration instructions in the commit body. If there is a breaking change, put **BREAKING CHANGE:** in your commit body, and it will show up in the changelog. ## License (MIT) Copyright (c) 2018 Dr. Patrick Bartsch 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.

近期下载者

相关文件


收藏者