diff options
-rw-r--r-- | _libly.js | 7 | ||||
-rw-r--r-- | multi_requester.js | 3 | ||||
-rw-r--r-- | nextlink.js | 3 | ||||
-rw-r--r-- | notifier.js | 3 | ||||
-rw-r--r-- | notifier/observer_growl.js | 3 | ||||
-rw-r--r-- | notifier/subject_hatelabo_bottle.js | 3 | ||||
-rwxr-xr-x | notifier/subject_weather_yahoo.js | 3 |
7 files changed, 16 insertions, 9 deletions
@@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>vimperator plugins library?</description> <description lang="ja">適当なライブラリっぽいものたち。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.1.11</version> + <version>0.1.12</version> <minVersion>1.2</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/_libly.js</updateURL> <detail><![CDATA[ == Objects == - liberator.plugins.libly.$U @@ -222,8 +223,8 @@ libly.$U = {//{{{ var path = (a.getAttribute('href') || a.getAttribute('src') || a.action || a.value || a); if (/^https?:\/\//.test(path)) return path; var link = (doc || window.content.documtent).createElementNS(XHTML_NS, 'a'); - link.setAttributeNS(XML_NS, 'xml:base', baseURL) - link.href = path + link.setAttributeNS(XML_NS, 'xml:base', baseURL); + link.href = path; return link.href; }, getHTMLFragment: function(html) { diff --git a/multi_requester.js b/multi_requester.js index 03b6da2..e4074f7 100644 --- a/multi_requester.js +++ b/multi_requester.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>request, and the result is displayed to the buffer.</description> <description lang="ja">リクエストの結果をバッファに出力する。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.4.6</version> + <version>0.4.7</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/multi_requester.js</updateURL> <detail><![CDATA[ == Needs Library == - _libly.js(ver.0.1.11) diff --git a/nextlink.js b/nextlink.js index de0e723..ea1e743 100644 --- a/nextlink.js +++ b/nextlink.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>mapping "[[", "]]" by AutoPagerize XPath.</description> <description lang="ja">AutoPagerize 用の XPath より "[[", "]]" をマッピングします。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.2.8</version> + <version>0.2.9</version> <minVersion>1.2</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/nextlink.js</updateURL> <detail><![CDATA[ == Needs Library == - _libly.js(ver.0.1.11) diff --git a/notifier.js b/notifier.js index 459189d..ea9bbf2 100644 --- a/notifier.js +++ b/notifier.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>change notice framework.</description> <description lang="ja">変更通知フレームワーク。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.1.2</version> + <version>0.1.3</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier.js</updateURL> <detail><![CDATA[ == Needs Library == - _libly.js(ver.0.1.9) diff --git a/notifier/observer_growl.js b/notifier/observer_growl.js index 4fa3aed..2f948b7 100644 --- a/notifier/observer_growl.js +++ b/notifier/observer_growl.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>notification from the subjects is notified to you by the Growl style.</description> <description lang="ja">Growl風通知。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.1.3</version> + <version>0.1.4</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier\observer_growl.js</updateURL> <detail><![CDATA[ == Settings == >|| diff --git a/notifier/subject_hatelabo_bottle.js b/notifier/subject_hatelabo_bottle.js index 0cf31ef..0df418f 100644 --- a/notifier/subject_hatelabo_bottle.js +++ b/notifier/subject_hatelabo_bottle.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>hatena bottle change notice.</description> <description lang="ja">はてなボトルの変更通知。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.1.1</version> + <version>0.1.2</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier\subject_hatelabo_bottle.js</updateURL> </VimperatorPlugin>; //}}} (function() { diff --git a/notifier/subject_weather_yahoo.js b/notifier/subject_weather_yahoo.js index 0445bed..8a26edb 100755 --- a/notifier/subject_weather_yahoo.js +++ b/notifier/subject_weather_yahoo.js @@ -5,9 +5,10 @@ var PLUGIN_INFO = <description>yahoo weather forecast notice.</description> <description lang="ja">ヤフー天気予報通知。</description> <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> - <version>0.1.1</version> + <version>0.1.2</version> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/notifier\subject_weather_yahoo.js</updateURL> <detail><![CDATA[ == Options == >|| |