Changeset 27241
- Timestamp:
- 12/22/08 23:46:27 (4 years ago)
- Location:
- lang/javascript/vimperator-plugins
- Files:
-
- 8 modified
-
branches/1.2/multi_requester.js (modified) (2 diffs)
-
trunk/_libly.js (modified) (2 diffs)
-
trunk/multi_requester.js (modified) (2 diffs)
-
trunk/nextlink.js (modified) (2 diffs)
-
trunk/notifier.js (modified) (2 diffs)
-
trunk/notifier/observer_growl.js (modified) (2 diffs)
-
trunk/notifier/subject_hatelabo_bottle.js (modified) (2 diffs)
-
trunk/notifier/subject_weather_yahoo.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/vimperator-plugins/branches/1.2/multi_requester.js
r27132 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.4.7</version> 15 <license>MIT</license> 9 16 <minVersion>1.2</minVersion> 10 17 <maxVersion>1.2</maxVersion> -
lang/javascript/vimperator-plugins/trunk/_libly.js
r27232 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 6 12 <description lang="ja">適当なライブラリっぽいものたち。</description> 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 14 <license>MIT</license> 8 15 <version>0.1.14</version> 9 16 <minVersion>1.2</minVersion> -
lang/javascript/vimperator-plugins/trunk/multi_requester.js
r27132 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.4.7</version> 15 <license>MIT</license> 9 16 <minVersion>2.0pre</minVersion> 10 17 <maxVersion>2.0pre</maxVersion> -
lang/javascript/vimperator-plugins/trunk/nextlink.js
r27132 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.2.9</version> 15 <license>MIT</license> 9 16 <minVersion>1.2</minVersion> 10 17 <maxVersion>2.0pre</maxVersion> -
lang/javascript/vimperator-plugins/trunk/notifier.js
r27220 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.1.4</version> 15 <license>MIT</license> 9 16 <minVersion>2.0pre</minVersion> 10 17 <maxVersion>2.0pre</maxVersion> -
lang/javascript/vimperator-plugins/trunk/notifier/observer_growl.js
r27220 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.1.5</version> 15 <license>MIT</license> 9 16 <minVersion>2.0pre</minVersion> 10 17 <maxVersion>2.0pre</maxVersion> -
lang/javascript/vimperator-plugins/trunk/notifier/subject_hatelabo_bottle.js
r27133 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.1.2</version> 15 <license>MIT</license> 9 16 <minVersion>2.0pre</minVersion> 10 17 <maxVersion>2.0pre</maxVersion> -
lang/javascript/vimperator-plugins/trunk/notifier/subject_weather_yahoo.js
r27220 r27241 1 /*** BEGIN LICENSE BLOCK {{{ 2 Copyright (c) 2008 suVene<suvene@zeromemory.info> 3 4 distributable under the terms of an MIT-style license. 5 http://www.opensource.jp/licenses/mit-license.html 6 }}} END LICENSE BLOCK ***/ 1 7 // PLUGIN_INFO//{{ 2 8 var PLUGIN_INFO = … … 7 13 <author mail="suvene@zeromemory.info" homepage="http://zeromemory.sblo.jp/">suVene</author> 8 14 <version>0.1.2</version> 15 <license>MIT</license> 9 16 <minVersion>2.0pre</minVersion> 10 17 <maxVersion>2.0pre</maxVersion>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)