diff options
author | hogelog | 2008-12-23 00:37:31 +0000 |
---|---|---|
committer | hogelog | 2008-12-23 00:37:31 +0000 |
commit | 7668d142096ae808ac363aee28473e658d7a7c8b (patch) | |
tree | 52dd77f617d1ac8ccd6bbdd90fcc5f51fad78113 /takahashiPresentation.js | |
parent | 60314fa155a41594e5f5ea1d7badec1e70e477ef (diff) | |
download | vimperator-plugins-7668d142096ae808ac363aee28473e658d7a7c8b.tar.bz2 |
* add Example HTML file.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@27268 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'takahashiPresentation.js')
-rw-r--r-- | takahashiPresentation.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/takahashiPresentation.js b/takahashiPresentation.js index 280e085..e5b33eb 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -9,6 +9,7 @@ var PLUGIN_INFO = <maxVersion>2.0a1</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/takahashiPresentation.js</updateURL> <date>2008/12/23 09:20:07</date> + <exampleURL></exampleURL> <detail><![CDATA[ == COMMANDS == @@ -17,6 +18,7 @@ presentation: == HOWTO == open HTML file includes <pre id="page">...</pre> and <div id="text">...</div>. start :presentation. +Example HTML http://konbu.s13.xrea.com/lib/vimperator/takahashi_example.html ]]></detail> </VimperatorPlugin>; //}}} |