From 6084f811a1aae1c7cd41782d55f0c37391cd3bd9 Mon Sep 17 00:00:00 2001 From: mitsugu oyama Date: Mon, 25 Oct 2010 20:47:43 +0900 Subject: modified href attribute --- watchizu.js | 67 +++---------------------------------------------------------- 1 file changed, 3 insertions(+), 64 deletions(-) (limited to 'watchizu.js') diff --git a/watchizu.js b/watchizu.js index 9fd164a..a14ed22 100644 --- a/watchizu.js +++ b/watchizu.js @@ -1,31 +1,8 @@ -/* The MIT License {{{ - -Copyright (c) 2010 Mitsugu Oyama - -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. -}}} */ - // INFO // var INFO = Mitsugu Oyama MIT @@ -37,49 +14,11 @@ var INFO = 'Watchizu' :watchizu -

You can get Watchizu URL of current machine location by this plugin.

-
-
Usage
-
- watchize -
-
Watchizu
-
- http://watchizux.gsi.go.jp/index.html -
-
+

You can get Watchizu URL of current machine location by this plugin.

; -// PLUGIN_INFO {{{ -let PLUGIN_INFO = - - watchizu - watchize - Get Watchizu URL of current location - 現在位置のウォッちず上でのURLを取得します。 - 0.1 - mitsugu oyama - MIT License (Please read the source code comments of this plugin) - MITライセンス (ソースコードのコメントを参照してください) - 2.3.1 - 2.4pre - -; -// }}} - (function(){ commands.addUserCommand( ['watchize'], @@ -110,4 +49,4 @@ let PLUGIN_INFO = }); } ); -})(); \ No newline at end of file +})(); -- cgit v1.2.3