diff options
author | suVene | 2009-07-24 03:24:07 +0000 |
---|---|---|
committer | suVene | 2009-07-24 03:24:07 +0000 |
commit | 126b635b5d7eca905f9cce3c348f8d7686207733 (patch) | |
tree | 052937ee5d850b6703c21108e7bbea3ed8b130b8 /_libly.js | |
parent | 16d1709fbffe2880c9edb3cdbe2cc4a68d27199a (diff) | |
download | vimperator-plugins-126b635b5d7eca905f9cce3c348f8d7686207733.tar.bz2 |
wedata の plugin-info 追記。
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34597 d0d07461-0603-4401-acd4-de1884942a52
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) { |