diff options
author | snaka | 2009-06-13 23:10:34 +0000 |
---|---|---|
committer | snaka | 2009-06-13 23:10:34 +0000 |
commit | 371583a13f73fbf3e647b2f12b831f72beca55ee (patch) | |
tree | a4938e9fef6fc11a099542095f08a1207e92139b /twitter.js | |
parent | 9e097f8dc9af4fdc5aa48eacb3b0ace794001789 (diff) | |
download | vimperator-plugins-371583a13f73fbf3e647b2f12b831f72beca55ee.tar.bz2 |
Add some information to PLUGIN_INFO for Dummies. :D
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@33949 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'twitter.js')
-rw-r--r-- | twitter.js | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -21,7 +21,28 @@ let PLUGIN_INFO = <VimperatorPlugin> <name>{NAME}</name> +<description>The script allows you to update Twitter status from Vimperator 0.6.*.</description> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/twitter.js</updateURL> +<author>Trapezoid</author> +<license>Creative Commons</license> +<detail><![CDATA[ + == Subject == + The script allows you to update Twitter status from Vimperator 0.6.*. + + == Commands == + :twitter some thing text: + post "some thing text" to Twitter. + :twitter! someone: + show someone's statuses. + :twitter!? someword: + show search result of 'someword' from "http://search.twitter.com/". + :twitter!@: + show mentions. + :twitter!+ someone: + fav someone's last status.. + :twitter!- someone: + un-fav someone's last status.. +]]></detail> </VimperatorPlugin>; (function(){ |