diff options
Diffstat (limited to '_libly.js')
-rwxr-xr-x[-rw-r--r--] | _libly.js | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/_libly.js b/_libly.js index b8a56d7..6d547a8 100644..100755 --- a/_libly.js +++ b/_libly.js @@ -12,7 +12,7 @@ var PLUGIN_INFO = <description lang="ja">適当なライブラリっぽいものたち。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> <license>MIT</license> - <version>0.1.23</version> + <version>0.1.24</version> <minVersion>1.2</minVersion> <maxVersion>2.0pre</maxVersion> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL> @@ -166,8 +166,17 @@ getStatusText(): ステータを表す文字列を取得する getHTMLDocument(xpath, xmlns, ignoreTags, callback, thisObj): レスポンスからHTMLDocumentオブジェクトを生成し、xpath を評価した結果の snapshot の配列を返す - ]]></detail> +== Object Wedata == +~/vimperator/info/profile_name/plugins-libly-wedata-????? +に store されます。 +getItems(expire, itemCallback, finalCallback): + インスタンス作成時に指定した dbname から、item を読込みます。 +=== TODO === +clearCache: + wedata 読込み成功したら、強制的にキャッシュと置き換えるの作って! + + ]]></detail> </VimperatorPlugin>; //}}} //if (!liberator.plugins.libly) { |