aboutsummaryrefslogtreecommitdiffstats
path: root/function-template.js
diff options
context:
space:
mode:
authoranekos2012-06-16 21:04:16 +0900
committeranekos2012-06-16 21:04:16 +0900
commit6eab6777bd439f81a959327890eb687afd41bedf (patch)
treeea3b9d856f3678ff51a582c9b3b02746365e5366 /function-template.js
parent57ad3c1e60e9b503af17ae056f77dc3064936038 (diff)
downloadvimperator-plugins-6eab6777bd439f81a959327890eb687afd41bedf.tar.bz2
Update INFO xml.
Diffstat (limited to 'function-template.js')
-rw-r--r--function-template.js20
1 files changed, 14 insertions, 6 deletions
diff --git a/function-template.js b/function-template.js
index 0de2c6a..502f2da 100644
--- a/function-template.js
+++ b/function-template.js
@@ -43,11 +43,15 @@ let INFO =
<author email="xxxx@xxxx.net">xxxxx</author>
<license>New BSD License</license>
<project name="Vimperator" minVersion="3.0"/>
- <p></p>
+ <p>
+ This is the Sample Plugin
+ </p>
<item>
<tags>:hoge</tags>
- <spec>:hoge</spec>
- <description><p></p></description>
+ <spec>:hoge <oa>-opt1=<a>val1</a></spec>
+ <description><p>
+ Description for Command
+ </p></description>
</item>
</plugin>
<plugin name="XXXX" version="1.0.0"
@@ -58,11 +62,15 @@ let INFO =
<author email="xxxx@xxxx.net">xxxxx</author>
<license>New BSD License</license>
<project name="Vimperator" minVersion="3.0"/>
- <p></p>
+ <p>
+ サンプル用のプラグインだよ
+ </p>
<item>
<tags>:hoge</tags>
- <spec>:hoge</spec>
- <description><p></p></description>
+ <spec>:hoge <oa>-opt1=<a>val1</a></spec>
+ <description><p>
+ コマンドの説明
+ </p></description>
</item>
</plugin>
</>;