Changeset 36017

Show
Ignore:
Timestamp:
11/28/09 02:47:47 (3 years ago)
Author:
teramako
Message:

restore PLUGIN_INFO

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/xpathBlink.js

    r36016 r36017  
    2121    </item> 
    2222</plugin>; 
     23 
     24let PLUGIN_INFO = 
     25<VimperatorPlugin> 
     26<name>{NAME}</name> 
     27<description>blink elements by XPath</description> 
     28<author mail="teramako@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/teramako/">teramako</author> 
     29<require type="extension" id="inspector@mozilla.org">DOM Inspector</require> 
     30<license>MPL 1.1</license> 
     31<version>1.1</version> 
     32<minVersion>2.2</minVersion> 
     33<maxVersion>2.3</maxVersion> 
     34<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/xpathBlink.js</updateURL> 
     35<detail><![CDATA[ 
     36for test xpath 
     37 
     38== Usage== 
     39:xpathb[link] {expression}: 
     40:xb {expression} 
     41    blink specified elements with XPath {expression}  
     42 
     43== Caution == 
     44It's need "DOM Inspector" addon 
     45]]></detail> 
     46</VimperatorPlugin>; 
    2347 
    2448(function(){