mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Add HammerJS library Plugin (#3125)
* hammerjs library plugin - add readme.tid * hammerjs library - add plugin.info * hammerjs library plugin - add tiddlywiki.files * hammerjs library plugin - add hammer.min.js v2.0.8 latest master * hammerjs library plugin - add LICENSE * change to latest hammer.js from hammerjs.github.io as I've tested, the version from master (dated 2016-09-30) doesn't work like the latest version available from the website (https://hammerjs.github.io), dated 2016-04-23
This commit is contained in:
parent
86266c506f
commit
477cb0c47e
21
plugins/tiddlywiki/hammerjs/files/LICENSE.markdown
Normal file
21
plugins/tiddlywiki/hammerjs/files/LICENSE.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (C) 2011-2017 by Jorik Tangelder (Eight Media)
|
||||||
|
|
||||||
|
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.
|
7
plugins/tiddlywiki/hammerjs/files/hammer.min.v2.0.8.js
Normal file
7
plugins/tiddlywiki/hammerjs/files/hammer.min.v2.0.8.js
Normal file
File diff suppressed because one or more lines are too long
20
plugins/tiddlywiki/hammerjs/files/tiddlywiki.files
Normal file
20
plugins/tiddlywiki/hammerjs/files/tiddlywiki.files
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"tiddlers": [
|
||||||
|
{
|
||||||
|
"file": "hammer.min.v2.0.8.js",
|
||||||
|
"fields": {
|
||||||
|
"type": "application/javascript",
|
||||||
|
"title": "$:/plugins/tiddlywiki/hammerjs/hammer.js",
|
||||||
|
"module-type": "library"
|
||||||
|
},
|
||||||
|
"prefix": "",
|
||||||
|
"suffix": ""
|
||||||
|
},{
|
||||||
|
"file": "LICENSE.markdown",
|
||||||
|
"fields": {
|
||||||
|
"type": "text/plain",
|
||||||
|
"title": "$:/plugins/tiddlywiki/hammerjs/license"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
7
plugins/tiddlywiki/hammerjs/plugin.info
Normal file
7
plugins/tiddlywiki/hammerjs/plugin.info
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"title": "$:/plugins/tiddlywiki/hammerjs",
|
||||||
|
"description": "HammerJS library by Jorik Tangelder (Eight Media)",
|
||||||
|
"author": "JeremyRuston",
|
||||||
|
"core-version": ">=5.0.0",
|
||||||
|
"list": "readme license"
|
||||||
|
}
|
3
plugins/tiddlywiki/hammerjs/readme.tid
Normal file
3
plugins/tiddlywiki/hammerjs/readme.tid
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
title: $:/plugins/tiddlywiki/hammerjs/readme
|
||||||
|
|
||||||
|
This plugin packages [[HammerJS|https://hammerjs.github.io]] for use by other plugins. It does not provide any end-user visible features.
|
Loading…
Reference in New Issue
Block a user