Changeset 34597

Show
Ignore:
Timestamp:
07/24/09 12:24:07 (4 years ago)
Author:
suVene
Message:

wedata の plugin-info 追記。

Files:
1 modified

Legend:

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

    • Property svn:executable set to *
    r34032 r34597  
    1313    <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 
    1414    <license>MIT</license> 
    15     <version>0.1.23</version> 
     15    <version>0.1.24</version> 
    1616    <minVersion>1.2</minVersion> 
    1717    <maxVersion>2.0pre</maxVersion> 
     
    167167getHTMLDocument(xpath, xmlns, ignoreTags, callback, thisObj): 
    168168    レスポンスからHTMLDocumentオブジェクトを生成し、xpath を評価した結果の snapshot の配列を返す 
     169 
     170== Object Wedata == 
     171~/vimperator/info/profile_name/plugins-libly-wedata-????? 
     172に store されます。 
     173getItems(expire, itemCallback, finalCallback): 
     174    インスタンス作成時に指定した dbname から、item を読込みます。 
     175=== TODO === 
     176clearCache: 
     177  wedata 読込み成功したら、強制的にキャッシュと置き換えるの作って! 
     178 
    169179    ]]></detail> 
    170  
    171180</VimperatorPlugin>; 
    172181//}}}