aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--happy_hacking_vimperator.js33
1 files changed, 11 insertions, 22 deletions
diff --git a/happy_hacking_vimperator.js b/happy_hacking_vimperator.js
index ac193c3..8d5edf7 100644
--- a/happy_hacking_vimperator.js
+++ b/happy_hacking_vimperator.js
@@ -1,32 +1,21 @@
-// ==VimperatorPlugin==
-// @name Happy Hacking Vimperator
-// @description for True Vimperatorer!!
-// @description-ja for True Vimperatorer!!
-// @license Creative Commons Attribution-Share Alike 3.0 Unported
-// @version 2.0
-// @author anekos (anekos@snca.net)
-// @minVersion 2.0pre
-// @maxVersion 2.0pre
-// @requirements Steel Heart
-// ==/VimperatorPlugin==
-//
-// Usage:
-// DO NOT THINK. FEEL!
-//
-// Links:
-// Unbroken keyboard:
-// http://www.pfu.fujitsu.com/hhkeyboard/
-//
-// License:
-// http://creativecommons.org/licenses/by-sa/3.0/
-
var PLUGIN_INFO =
<VimperatorPlugin>
<name>Happy Happy Vimperator</name>
<description>This plugin makes you to True Vimperatorer</description>
<version>2.0</version>
+<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
+<minVersion>2.0pre</minVersion>
+<maxVersion>2.0pre</maxVersion>
<detail><![CDATA[
+== Usage ==
DO NOT THINK. FEEL!
+== Unbroken keyboard ==
+http://www.pfu.fujitsu.com/hhkeyboard/
+== Requirements ==
+Steel Heart
+== License ==
+Creative Commons Attribution-Share Alike 3.0 Unported
+http://creativecommons.org/licenses/by-sa/3.0/
]]></detail>
</VimperatorPlugin>;